Waybar smaller

This commit is contained in:
2025-09-01 00:11:50 +02:00
parent 7eae8fe22c
commit 646b228582
2 changed files with 49 additions and 48 deletions

View File

@@ -1,5 +1,6 @@
{ {
"position": "top", "position": "top",
"height": 0,
"modules-left": ["hyprland/workspaces", "hyprland/window"], "modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center": ["custom/webdav","clock", "custom/status"], "modules-center": ["custom/webdav","clock", "custom/status"],
"modules-right": ["tray", "pulseaudio", "backlight", "cpu", "memory", "battery"], "modules-right": ["tray", "pulseaudio", "backlight", "cpu", "memory", "battery"],

View File

@@ -1,6 +1,6 @@
* { * {
font-family: 'NotoFont'; font-family: 'NotoFont';
font-size: 12px; font-size: 10px;
font-weight: bold; font-weight: bold;
} }
@@ -21,16 +21,16 @@ button:hover {
} }
#workspaces { #workspaces {
padding: 1px 5px; padding: 1px 2px;
border-radius: 5px; border-radius: 2px;
margin: 2px 5px; margin: 2px 2px;
} }
#workspaces button { #workspaces button {
padding: 0 5px; padding: 0 2px;
background-color: #3e4243; background-color: #3e4243;
color: #ed817d; color: #ed817d;
margin: 1px 3px; margin: 0px 0px;
} }
#workspaces button.active { #workspaces button.active {