From d65e4e9cd715a3ae1a443128cc56e65fea1d2d62 Mon Sep 17 00:00:00 2001 From: UhGoomba <53350163+UhGoomba@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:37:53 -0400 Subject: small changes --- install.sh | 1 + waybar/.config/waybar/config | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 83e80ff..d72e8ec 100755 --- a/install.sh +++ b/install.sh @@ -9,3 +9,4 @@ stow kitty --adopt stow wofi --adopt # do other stuff (TODO) +git config --global core.editor "micro" diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config index 1b448bb..86f731b 100644 --- a/waybar/.config/waybar/config +++ b/waybar/.config/waybar/config @@ -14,14 +14,12 @@ "hyprland/window" ], "modules-right": [ - "temperature", "memory", "cpu", "pulseaudio", "battery", "network", - "custom/separator", - "custom/powermenu" + "custom/separ" ], "custom/separator": { "exec": "echo \"|\"", -- cgit v1.2.3