From 5d81d0c2f5025d93f9030731652852827a11180b Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Thu, 13 Mar 2025 17:33:04 +0200 Subject: [PATCH] waybar when you have ocd type moment --- config/waybar/modules.json | 20 ++++++++++++++++---- config/waybar/style.css | 6 ++---- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/config/waybar/modules.json b/config/waybar/modules.json index b770a54..dae1951 100644 --- a/config/waybar/modules.json +++ b/config/waybar/modules.json @@ -1,7 +1,7 @@ { "group/traygroup": { "orientation": "inherit", - "modules": ["tray", "network", "bluetooth", "pulseaudio"] + "modules": ["tray", "network", "bluetooth", "pulseaudio", "pulseaudio#lol"] }, "custom/middle-split": { @@ -72,9 +72,9 @@ }, "pulseaudio": { - "format": "{icon} {volume}%", - "format-muted": " 0%", - "format-source": " {volume}%", + "format": "{icon}", + "format-muted": "", + "format-source": "", "format-source-muted": "", "format-icons": { "default": ["", "", ""] @@ -83,6 +83,18 @@ "on-click": "GTK_THEME=catppuccin-mocha-blue-standard+default pavucontrol" }, + "pulseaudio#lol": { + "format": "{volume}%", + "format-muted": "0%", + "format-source": " {volume}%", + "format-source-muted": " 0%", + "format-icons": { + "default": ["", "", ""] + }, + "tooltip-format": "{desc}\n{icon} {volume}%", + "on-click": "GTK_THEME=catppuccin-mocha-blue-standard+default pavucontrol" + }, + "network": { "format": "󰈁", "format-wifi": "", diff --git a/config/waybar/style.css b/config/waybar/style.css index d989eb2..80a9d4d 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -1,7 +1,7 @@ /* Global */ * { - font-family: 'Symbols Nerd Font', 'Geist Sans'; + font-family: 'Symbols Nerd Font', 'Geist'; border: none; font-size: 15px; min-height: 10px; @@ -31,7 +31,7 @@ window#waybar { } #custom-regretevator_state { - font-family: 'DotfilesFont', 'Symbols Nerd Font', 'Geist Sans'; + font-family: 'DotfilesFont', 'Symbols Nerd Font', 'Geist'; } #custom-music, #clock, #window { @@ -87,8 +87,6 @@ window#waybar { background-color: transparent; } - - #network, #bluetooth, #pulseaudio { padding: 0px 5px 0px 5px; margin: 0px 0px 0px 0px;