Adds hyprland configs, wip
This commit is contained in:
@@ -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}",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user