ansible playbook + fix waybar config

This commit is contained in:
yourfriendoss 2023-10-15 12:34:55 +03:00
parent c6d0002178
commit f649479e1b
2 changed files with 174 additions and 2 deletions

View file

@ -2,13 +2,13 @@
"layer": "top",
"height": 30,
"spacing": 4,
"modules-left": ["wlr/workspaces", "custom/media"],
"modules-left": ["hyprland/workspaces", "custom/media"],
"modules-right": [
"pulseaudio",
"clock",
"tray"
],
"wlr/workspaces": {
"hyprland/workspaces": {
"format": "{icon}",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",