diff --git a/gui/.config/waybar/config b/gui/.config/waybar/config index ca1fd27..a7a1cac 100644 --- a/gui/.config/waybar/config +++ b/gui/.config/waybar/config @@ -1,46 +1,47 @@ { "position": "top", - "modules-left": ["hyprland/workspaces", "hyprland/window"], - "modules-center": ["custom/webdav","clock", "custom/status"], - "modules-right": ["tray", "pulseaudio", "backlight", "cpu", "memory", "battery"], - "clock": { - "format": "{:%H:%M}", - "format-alt": "{:%d.%m.%Y}", - "tooltip": false, - }, - "memory": { - "interval": 10, - "format": "⛃ {}%" - }, - "cpu": { - "interval": 7, - "format": "🧠 {usage:2}%" - }, - "backlight": { - "format": "🌥️ {percent}% ", - "tooltip": false, - }, - "hyprland/window": { - "format": "👉 {}", - "separate-outputs": true, - }, - "pulseaudio": { - "format": "🔉 {volume}%", - "on-click": "pavucontrol", - "tooltip": false, - }, - "battery": { - "interval": 30, - "states": { - "good": 90, - "warning": 30, - "critical": 20 - }, - "format": "🔋 {capacity}% ", - "format-charging": "⚡ {capacity}%", - }, - "tray": { - "icon-size": 21, - "spacing": 5 + "height": 0, + "modules-left": ["hyprland/workspaces", "hyprland/window"], + "modules-center": ["custom/webdav","clock", "custom/status"], + "modules-right": ["tray", "pulseaudio", "backlight", "cpu", "memory", "battery"], + "clock": { + "format": "{:%H:%M}", + "format-alt": "{:%d.%m.%Y}", + "tooltip": false, + }, + "memory": { + "interval": 10, + "format": "⛃ {}%" + }, + "cpu": { + "interval": 7, + "format": "🧠 {usage:2}%" + }, + "backlight": { + "format": "🌥️ {percent}% ", + "tooltip": false, + }, + "hyprland/window": { + "format": "👉 {}", + "separate-outputs": true, + }, + "pulseaudio": { + "format": "🔉 {volume}%", + "on-click": "pavucontrol", + "tooltip": false, + }, + "battery": { + "interval": 30, + "states": { + "good": 90, + "warning": 30, + "critical": 20 }, + "format": "🔋 {capacity}% ", + "format-charging": "⚡ {capacity}%", + }, + "tray": { + "icon-size": 21, + "spacing": 5 + }, } diff --git a/gui/.config/waybar/style.css b/gui/.config/waybar/style.css index 59b7a96..573c692 100644 --- a/gui/.config/waybar/style.css +++ b/gui/.config/waybar/style.css @@ -1,6 +1,6 @@ * { font-family: 'NotoFont'; - font-size: 12px; + font-size: 10px; font-weight: bold; } @@ -21,16 +21,16 @@ button:hover { } #workspaces { - padding: 1px 5px; - border-radius: 5px; - margin: 2px 5px; + padding: 1px 2px; + border-radius: 2px; + margin: 2px 2px; } #workspaces button { - padding: 0 5px; + padding: 0 2px; background-color: #3e4243; color: #ed817d; - margin: 1px 3px; + margin: 0px 0px; } #workspaces button.active {