fix: patched waybar a little

This commit is contained in:
2025-12-24 21:09:29 +03:00
parent 4f5c9fa3d5
commit 10bd92a88d
3 changed files with 10 additions and 5 deletions

View File

@@ -13,7 +13,8 @@
"spacing": 0,
"reload_style_on_change": true,
"modules-left": [
"mpd"
"tray",
"custom/pomodoro"
],
"modules-center": [
"wlr/taskbar",
@@ -119,6 +120,12 @@
"tooltip-format-disconnected": "MPD (disconnected)",
"format-stopped": "",
"on-click": "mpc toggle --password kapuchinamusica"
},
"custom/pomodoro": {
"format": "{}",
"return-type": "json",
"exec": "~/.local/bin/waybar-module-pomodoro --persist -w 20 -s 5 -l 20 -i 3 -p '' -a '' --autob",
"on-click": "~/.local/bin/waybar-module-pomodoro toggle",
"on-click-right": "~/.local/bin/waybar-module-pomodoro reset"
}
}

View File

@@ -11,8 +11,7 @@
"spacing": 0,
"reload_style_on_change": true,
"modules-left": [
"tray",
"custom/pomodoro"
"mpd"
],
"modules-center": [
"hyprland/workspaces"

View File

@@ -211,7 +211,6 @@ window#waybar.chromium {
#custom-launcher {
font-size: 23px;
padding-left: 0;
}
/* --------------------------------------------------------------------------