1
0

waybar config move

This commit is contained in:
2024-04-15 15:46:32 +02:00
parent 1e08d39299
commit e1125b19cb
5 changed files with 103 additions and 93 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"layer": "bottom",
"position": "top",
"modules-left": [],
"modules-center": ["sway/workspaces", "sway/mode"],
"modules-right": ["clock", "idle_inhibitor", "tray"],
"sway/workspaces": {
"disable-scroll": true,
"all-outputs": false,
"format": "{name}"
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"deactivated": "💤",
"activated": "🦉",
"default": ""
}
},
"tray": {
"icon-size": 24,
"spacing": 16
},
"clock": {
"format": "{:%m-%d %H:%M}",
}
}