feat: move waybar things around so it looks a tad better

This commit is contained in:
Ahwx 2026-04-29 00:18:45 +02:00
parent 0f425fbca6
commit 6edcb3c5b8

View file

@ -25,21 +25,21 @@
"position": "top",
"modules-left": [
"custom/devices",
"privacy",
"network",
"custom/music",
"custom/vpn",
"sway/workspaces",
"hyprland/workspaces",
"sway/mode",
"tray",
],
"modules-center": [
"sway/workspaces",
"hyprland/workspaces",
],
"modules-right": [
"custom/devices",
"privacy",
"network",
"custom/music",
"custom/vpn",
"custom/yubikey#icon",
"custom/yubikey#data",
"group/hardware",
@ -48,7 +48,7 @@
// "wireplumber",
"group/audio",
"group/battery",
"custom/pomodoro",
// "custom/pomodoro",
"group/clock"
],
@ -298,7 +298,7 @@
},
"battery": {
"bat": "BAT1",
"bat": "macsmc-battery",
"interval": 20,
"states": {
"warning": 20,
@ -377,14 +377,14 @@
"exec": "~/.local/bin/waybar-minutes"
},
"custom/pomodoro": {
"interval": 1,
"format": "{}",
"return-type": "json",
"exec": "waybar-module-pomodoro --no-work-icons",
"on-click": "waybar-module-pomodoro toggle",
"on-click-right": "waybar-module-pomodoro reset"
}
// "custom/pomodoro": {
// "interval": 1,
// "format": "{}",
// "return-type": "json",
// "exec": "waybar-module-pomodoro --no-work-icons",
// "on-click": "waybar-module-pomodoro toggle",
// "on-click-right": "waybar-module-pomodoro reset"
// }
}
]
'';
@ -397,7 +397,7 @@
font-family: 'GohuFont 11 Nerd Font Mono';
font-weight: 400;
font-size: 14px;
min-height: 26px;
min-height: 44px;
/* margin: 0 0px; */
}