diff options
| author | UhGoomba <53350163+UhGoomba@users.noreply.github.com> | 2024-08-19 06:37:53 -0400 |
|---|---|---|
| committer | UhGoomba <53350163+UhGoomba@users.noreply.github.com> | 2024-08-19 06:37:53 -0400 |
| commit | d65e4e9cd715a3ae1a443128cc56e65fea1d2d62 (patch) | |
| tree | 091079122115672129068e8d3fdd45136db0279c | |
| parent | 966b2c36c61776fa3b7648f7e9fb853829a40e2a (diff) | |
small changes
| -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 \"|\"", |
