summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh1
-rw-r--r--waybar/.config/waybar/config4
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 \"|\"",