diff --git a/.config/waybar/config b/.config/waybar/config index c2a5d3a..93c7411 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -84,7 +84,7 @@ "memory": { "interval": 5, - "format": " {}%", // Icon: memory + "format": " {}%", // Icon: memory "on-click": "xfce4-terminal -e 'htop'", "states": { "warning": 70, @@ -125,9 +125,9 @@ //"format":"{icon}", "format-icons": { "1": "", - "2": "", - "3": "", - "4": "", + "2": "", + "3": "", + "4": "", } }, "pulseaudio": { @@ -145,7 +145,7 @@ "phone": "", "portable": "", "car": "", - "default": ["墳"] + "default": [""] }, "on-click": "pavucontrol", "on-scroll-up": "pamixer -ui 2", @@ -167,7 +167,7 @@ "backlight#icon": { "format": "{icon}", - "format-icons": [""], + "format-icons": [""], "on-scroll-down": "brightnessctl -c backlight set 5%", "on-scroll-up": "brightnessctl -c backlight set +5%-" }, @@ -198,7 +198,7 @@ }, "custom/launcher": { - "format":" ", + "format":" ", "on-click": "exec wofi -c ~/.config/wofi/config -I", "tooltip": false, }, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 11faff1..94d27b2 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -60,7 +60,7 @@ Arc-Dark Color Scheme color: #bebebe; background-color: @base1; font-family: UbuntuMono; - font-size: 14px; + font-size: 13px; } /* Each module */ @@ -77,7 +77,7 @@ Arc-Dark Color Scheme #temperature, #tray #custom-PBPbattery{ - padding:0.3rem 0.6rem; + padding:0.5rem 0.6rem; margin: 0px 0px; } @@ -155,7 +155,7 @@ Arc-Dark Color Scheme } #pulseaudio{ -padding-top:4px; +padding-top:6px; } #pulseaudio.muted { color: @highlight; @@ -170,7 +170,7 @@ padding-top:4px; } #workspaces{ -font-size:15px; +font-size:13px; } #workspaces button { border-bottom: 3px solid transparent; @@ -180,7 +180,7 @@ font-size:15px; } #workspaces button.focused { - border-bottom: 3px solid @highlight; + border-bottom: 3px solid @highlight; margin-bottom: 1px; padding-left:0; } @@ -193,17 +193,17 @@ font-size:15px; #custom-power{ margin-left:15px; margin-right:15px; - font-size:18px; + font-size:15px; } #custom-launcher{ - font-size:20px; + font-size:15px; margin-left:15px; margin-right:10px; } #backlight.icon{ padding-right:1px; - font-size: 20px; + font-size: 13px; }