Add System76 Power Module

- Remove sleep from waybar launch script
- Re-order and re-arrange modules
- Add left and right click events for modules
- Change module colors
- Remove commented lines
- Add a slower scroll step to pavucontrol module
This commit is contained in:
Sravan Balaji
2024-09-30 23:02:57 -04:00
parent 0220b902bb
commit 528d96221a
6 changed files with 93 additions and 34 deletions

View File

@@ -1,8 +1,6 @@
#!/usr/bin/env bash
killall waybar
sleep 5
/usr/bin/waybar \
-c $HOME/.config/dwl/waybar/config.jsonc \
-s $HOME/.config/dwl/waybar/style.css &