fix: patched waybar a little
This commit is contained in:
@@ -13,7 +13,8 @@
|
|||||||
"spacing": 0,
|
"spacing": 0,
|
||||||
"reload_style_on_change": true,
|
"reload_style_on_change": true,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"mpd"
|
"tray",
|
||||||
|
"custom/pomodoro"
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"wlr/taskbar",
|
"wlr/taskbar",
|
||||||
@@ -119,6 +120,12 @@
|
|||||||
"tooltip-format-disconnected": "MPD (disconnected)",
|
"tooltip-format-disconnected": "MPD (disconnected)",
|
||||||
"format-stopped": "",
|
"format-stopped": "",
|
||||||
"on-click": "mpc toggle --password kapuchinamusica"
|
"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"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,8 +11,7 @@
|
|||||||
"spacing": 0,
|
"spacing": 0,
|
||||||
"reload_style_on_change": true,
|
"reload_style_on_change": true,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"tray",
|
"mpd"
|
||||||
"custom/pomodoro"
|
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"hyprland/workspaces"
|
"hyprland/workspaces"
|
||||||
|
|||||||
@@ -211,7 +211,6 @@ window#waybar.chromium {
|
|||||||
|
|
||||||
#custom-launcher {
|
#custom-launcher {
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
padding-left: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user