Initial hyprland config

This commit is contained in:
2024-08-15 18:52:07 -04:00
parent 538016df16
commit 9afabc82fe
2 changed files with 156 additions and 2 deletions

View File

@ -3,8 +3,8 @@
"output": ["DVI-D-0", "LVDS-1", "eDP-1"],
"position": "top",
"height": 35, // Waybar height (to be removed for auto height)
"modules-left": ["sway/workspaces", "sway/mode", "custom/media"],
"modules-center": ["sway/window"],
"modules-left": ["hyprland/workspaces", "hyprland/mode", "sway/workspaces", "sway/mode", "custom/media"],
"modules-center": ["hyprland/window", "sway/window"],
"modules-right": ["pulseaudio", "network", "backlight", "battery", "tray", "clock"],
// Modules configuration
"sway/workspaces": {
@ -23,6 +23,22 @@
"default": ""
}
},
"hyprland/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"format": "{icon}",
"format-icons": {
"1": "1",
"2": "",
"3": "3",
"4": "4",
"5": "5",
"13": "♫",
"urgent": "",
"focused": "",
"default": ""
}
},
"keyboard-state": {
"numlock": true,
"capslock": true,
@ -35,6 +51,9 @@
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"hyprland/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"tray": {
// "icon-size": 21,
"spacing": 10