diff options
| -rwxr-xr-x | install.sh | 1 | ||||
| -rw-r--r-- | waybar/.config/waybar/config | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -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 \"|\"", |
