waybar when you have ocd type moment

This commit is contained in:
2025-03-13 17:33:04 +02:00
parent fe6dd9def7
commit 5d81d0c2f5
2 changed files with 18 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{ {
"group/traygroup": { "group/traygroup": {
"orientation": "inherit", "orientation": "inherit",
"modules": ["tray", "network", "bluetooth", "pulseaudio"] "modules": ["tray", "network", "bluetooth", "pulseaudio", "pulseaudio#lol"]
}, },
"custom/middle-split": { "custom/middle-split": {
@@ -72,9 +72,9 @@
}, },
"pulseaudio": { "pulseaudio": {
"format": "{icon} {volume}%", "format": "{icon}",
"format-muted": " 0%", "format-muted": "",
"format-source": " {volume}%", "format-source": "",
"format-source-muted": "", "format-source-muted": "",
"format-icons": { "format-icons": {
"default": ["", "", ""] "default": ["", "", ""]
@@ -83,6 +83,18 @@
"on-click": "GTK_THEME=catppuccin-mocha-blue-standard+default pavucontrol" "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": { "network": {
"format": "󰈁", "format": "󰈁",
"format-wifi": "", "format-wifi": "",

View File

@@ -1,7 +1,7 @@
/* Global */ /* Global */
* { * {
font-family: 'Symbols Nerd Font', 'Geist Sans'; font-family: 'Symbols Nerd Font', 'Geist';
border: none; border: none;
font-size: 15px; font-size: 15px;
min-height: 10px; min-height: 10px;
@@ -31,7 +31,7 @@ window#waybar {
} }
#custom-regretevator_state { #custom-regretevator_state {
font-family: 'DotfilesFont', 'Symbols Nerd Font', 'Geist Sans'; font-family: 'DotfilesFont', 'Symbols Nerd Font', 'Geist';
} }
#custom-music, #clock, #window { #custom-music, #clock, #window {
@@ -87,8 +87,6 @@ window#waybar {
background-color: transparent; background-color: transparent;
} }
#network, #bluetooth, #pulseaudio { #network, #bluetooth, #pulseaudio {
padding: 0px 5px 0px 5px; padding: 0px 5px 0px 5px;
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;