diff --git a/README.org b/README.org index 655c34a..2875a27 100644 --- a/README.org +++ b/README.org @@ -46,10 +46,10 @@ - [[#cpu][CPU]] - [[#clock][Clock]] - [[#dunst][Dunst]] - - [[#power-menu][Power Menu]] - [[#dwl][dwl]] - [[#disk][Disk]] - [[#memory][Memory]] + - [[#power-menu][Power Menu]] - [[#pulseaudio][Pulseaudio]] - [[#tray][Tray]] - [[#end-configuration][End Configuration]] @@ -567,8 +567,8 @@ window#waybar { background: #282a36; } -.module { - border-radius: 25px; +.module,button { + border-radius: 0px; padding: 0px 3px; font-size: 15px; font-family: Ubuntu Nerd Font @@ -707,27 +707,6 @@ else fi #+END_SRC -*** Power Menu - -**** Configuration - -#+BEGIN_SRC jsonc :tangle waybar/config.jsonc - "custom/power-menu": { - "format": "󰀻", - "on-click": "rofi -show combi", - "on-click-right": "~/.scripts/control-center.sh --rofi", - }, -#+END_SRC - -**** Styling - -#+BEGIN_SRC css :tangle waybar/style.css -#custom-power-menu { - background: #8be9fd; - color: #282a36; -} -#+END_SRC - *** dwl **** Configuration @@ -750,7 +729,6 @@ fi #tags button { margin-left: 3px; margin-right: 3px; - padding: 0px 3px; } #tags button.occupied { background: #f1fa8c; @@ -810,6 +788,27 @@ fi } #+END_SRC +*** Power Menu + +**** Configuration + +#+BEGIN_SRC jsonc :tangle waybar/config.jsonc + "custom/power-menu": { + "format": "󰀻", + "on-click": "rofi -show combi", + "on-click-right": "~/.scripts/control-center.sh --rofi", + }, +#+END_SRC + +**** Styling + +#+BEGIN_SRC css :tangle waybar/style.css +#custom-power-menu { + background: #8be9fd; + color: #282a36; +} +#+END_SRC + *** Pulseaudio **** Configuration diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 29feb4a..985af01 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -88,12 +88,6 @@ "tooltip-format": "Clear Notification History", }, - "custom/power-menu": { - "format": "󰀻", - "on-click": "rofi -show combi", - "on-click-right": "~/.scripts/control-center.sh --rofi", - }, - "dwl/tags": { "num-tags": 9, "tag-labels": [ "󰍩 ₁", "󰠮 ₂", " ₃", "󰿎 ₄", "󰖟 ₅", " ₆", "󰊢 ₇", "󰊖 ₈", " ₉" ], @@ -114,6 +108,12 @@ "tooltip-format": "RAM:\n\tUsed: {used} GiB ({percentage}%)\n\tFree: {avail} GiB\n\tTotal: {total} GiB\nSwap:\n\tUsed: {swapUsed} GiB ({swapPercentage}%)\n\tFree: {swapAvail} GiB\n\tTotal: {swapTotal} GiB", }, + "custom/power-menu": { + "format": "󰀻", + "on-click": "rofi -show combi", + "on-click-right": "~/.scripts/control-center.sh --rofi", + }, + "pulseaudio": { "interval": 5, "format": "{icon} {volume}%", diff --git a/waybar/style.css b/waybar/style.css index ca9d8f2..8eab125 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -2,8 +2,8 @@ window#waybar { background: #282a36; } -.module { - border-radius: 25px; +.module,button { + border-radius: 0px; padding: 0px 3px; font-size: 15px; font-family: Ubuntu Nerd Font @@ -41,11 +41,6 @@ window#waybar { color: #282a36; } -#custom-power-menu { - background: #8be9fd; - color: #282a36; -} - #tags { background: #44475a; color: #f8f8f2; @@ -53,7 +48,6 @@ window#waybar { #tags button { margin-left: 3px; margin-right: 3px; - padding: 0px 3px; } #tags button.occupied { background: #f1fa8c; @@ -78,6 +72,11 @@ window#waybar { color: #282a36; } +#custom-power-menu { + background: #8be9fd; + color: #282a36; +} + #pulseaudio { background: #ff5555; color: #282a36;