diff --git a/.config/waybar/botbar_config b/.config/waybar/botbar_config index dfa021f2..d89db631 100644 --- a/.config/waybar/botbar_config +++ b/.config/waybar/botbar_config @@ -5,7 +5,6 @@ "layer": "top", "position": "top", "modules-left": [ - "cava", "custom/colcount" // "niri/workspaces" ], @@ -104,13 +103,12 @@ "custom/delim", "memory", "custom/delim", - "pulseaudio", - "custom/delim", "battery", "custom/delim", - "custom/recorder" + "pulseaudio" ], "modules-right": [ + "custom/recorder", "tray" ], "niri/window": { @@ -159,7 +157,9 @@ } }, "battery": { - "format": "bat {capacity}%" + "format": "{capacity}% 󰁹", + "format-charging": "{capacity}% ", + "format-plugged": "{capacity}% " }, "clock": { "format-alt": "{:%a, %d. %b %H:%M}" @@ -167,20 +167,20 @@ "pulseaudio": { "scroll-step": 5, "max-volume": 150, - "format": "vol {volume}%", - "format-muted": "vol mut", + "format": "󰕾 {volume}%", + "format-muted": "󰖁", "nospacing": 1, "on-click": "pavucontrol", "tooltip": false }, "cpu": { "interval": 10, - "format": "cpu {usage}%", + "format": " {usage}%", "max-length": 10 }, "memory": { "interval": 30, - "format": "mem {percentage}%", + "format": " {percentage}%", "max-length": 10 } }, @@ -353,4 +353,4 @@ // } // } // } -] \ No newline at end of file +] diff --git a/.config/waybar/config##hostname.dpad b/.config/waybar/config##hostname.dpad index 74e32994..3a68ee95 100644 --- a/.config/waybar/config##hostname.dpad +++ b/.config/waybar/config##hostname.dpad @@ -103,10 +103,9 @@ "custom/delim", "memory", "custom/delim", - "pulseaudio", - "custom/delim", "battery", - "custom/delim" + "custom/delim", + "pulseaudio" ], "modules-right": [ "custom/recorder", @@ -168,20 +167,20 @@ "pulseaudio": { "scroll-step": 5, "max-volume": 150, - "format": "vol {volume}%", - "format-muted": "vol mut", + "format": "󰕾 {volume}%", + "format-muted": "󰖁", "nospacing": 1, "on-click": "pavucontrol", "tooltip": false }, "cpu": { "interval": 10, - "format": "cpu {usage}%", + "format": " {usage}%", "max-length": 10 }, "memory": { "interval": 30, - "format": "mem {percentage}%", + "format": " {percentage}%", "max-length": 10 } }, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 78810329..36d2bb10 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -14,7 +14,7 @@ border-radius: 0; min-height: 0; /* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */ - font-family: SauceCodePro NFM; + font-family: SauceCodePro NFM, Symbols Nerd Font Mono, FreeMono; color: @fg; font-weight: 500; font-size: 14px; @@ -72,9 +72,10 @@ tooltip { padding: 0px 6px; /* color: @orange_blaze; */ } + /* #clock { */ - /* color: @orange_blaze; */ - +/* color: @orange_blaze; */ + /* } */ #custom-delim { @@ -126,4 +127,4 @@ tooltip { #network, #pulseaudio { border: none; -} +} \ No newline at end of file