1
0

Adds hyprland configs, wip

This commit is contained in:
2022-12-19 22:42:41 +01:00
parent 0ce7d7b006
commit 0cf7f42d02
2 changed files with 187 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"layer": "bottom",
"position": "top",
"modules-left": ["hyprland/window"],
"modules-center": ["wlr/workspaces"],
"modules-right": ["clock", "idle_inhibitor", "tray"],
"hyprland/window": {
"format": "{}",
"seperate-outputs": true
},
"wlr/workspaces": {
"format": "{name}",
"on-click": "activate",
"sort-by-number": true
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"deactivated": "💤",
"activated": "🦉",
"default": ""
}
},
"tray": {
"icon-size": 24,
"spacing": 16
},
"clock": {
"format": "{:%m-%d %H:%M}",
}
}