mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-07-16 07:22:01 +00:00
Initial hyprland config
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user