refactor: waybar
This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
"spacing": 0,
|
"spacing": 0,
|
||||||
"reload_style_on_change": true,
|
"reload_style_on_change": true,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"tray",
|
"tray"
|
||||||
"custom/pomodoro"
|
// "custom/pomodoro"
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"wlr/taskbar",
|
"wlr/taskbar",
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mpd": {
|
"mpd": {
|
||||||
"password": "kapuchinamusica",
|
// "password": "kapuchinamusica",
|
||||||
"artist-len": 30,
|
"artist-len": 30,
|
||||||
"title-len": 50,
|
"title-len": 50,
|
||||||
"unknown-tag": "n/a",
|
"unknown-tag": "n/a",
|
||||||
@@ -93,11 +93,11 @@
|
|||||||
"tooltip-format": "MPD (connected) | MMB - toggle, LMB/RMB - next/prev, scroll - volume",
|
"tooltip-format": "MPD (connected) | MMB - toggle, LMB/RMB - next/prev, scroll - volume",
|
||||||
"tooltip-format-disconnected": "MPD (disconnected) | MMB - toggle, LMB/RMB - next/prev, scroll - volume",
|
"tooltip-format-disconnected": "MPD (disconnected) | MMB - toggle, LMB/RMB - next/prev, scroll - volume",
|
||||||
"format-stopped": " Stopping player...",
|
"format-stopped": " Stopping player...",
|
||||||
"on-click-right": "mpc --password kapuchinamusica next",
|
"on-click-right": "mpc next",
|
||||||
"on-click-middle": "mpc --password kapuchinamusica prev",
|
"on-click-middle": "mpc prev",
|
||||||
"on-click": "mpc --password kapuchinamusica toggle",
|
"on-click": "mpc toggle",
|
||||||
"on-scroll-down": "mpc --password kapuchinamusica volume +1",
|
"on-scroll-down": "mpc volume +1",
|
||||||
"on-scroll-up": "mpc --password kapuchinamusica volume -1"
|
"on-scroll-up": "mpc volume -1"
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"timezone": "Europe/Moscow",
|
"timezone": "Europe/Moscow",
|
||||||
|
|||||||
@@ -80,6 +80,10 @@ window#waybar.chromium {
|
|||||||
color: @text-secondary;
|
color: @text-secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces button.empty:not(.hosting-monitor) {
|
||||||
|
color: alpha(@text-secondary, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
#workspaces button.active.hosting-monitor {
|
#workspaces button.active.hosting-monitor {
|
||||||
color: @accent;
|
color: @accent;
|
||||||
text-shadow: 0px 0px 8px @accent;
|
text-shadow: 0px 0px 8px @accent;
|
||||||
@@ -101,7 +105,7 @@ window#waybar.chromium {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:not(.hosting-monitor):not(.empty) {
|
#workspaces button:not(.hosting-monitor):not(.empty) {
|
||||||
color: alpha(@accent, 0.1);
|
color: alpha(@accent, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active.hosting-monitor:hover {
|
#workspaces button.active.hosting-monitor:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user