update hyprland conf

This commit is contained in:
Johannes Knopp
2025-09-16 06:38:45 +02:00
parent 42bae035ee
commit 653a75cc18
5 changed files with 39 additions and 11 deletions

View File

@ -8,10 +8,8 @@
"margin-right": 10, // gap from the right edge
"margin-bottom": 0,
/* order: 1-2-3 | window-title | tray + clock */
// "modules-left": [ "custom/group1", "custom/group2", "custom/group3", "custom/group4","custom/group5","custom/group6","custom/group7","custom/group8","custom/group9","custom/group10"],
"modules-left": ["hyprland/workspaces"],
"modules-center": [ "hyprland/window" ],
"modules-center": ["wlr/taskbar"],
"modules-right": [ "tray", "custom/separator", "network", "bluetooth", "custom/separator", "disk", "cpu", "memory", "pulseaudio", "custom/separator", "clock"],
@ -19,7 +17,7 @@
"disable-scroll": true,
"all-outputs": true,
"warp-on-scroll": false,
"format": "{icon}",
"format": "{icon}{windows}",
"format-icons": {
"1": "1",
"2": "2",
@ -32,6 +30,29 @@
"9": "9",
"10": "0"
},
"window-rewrite-default": " 󱃶",
"format-window-separator": "",
"window-rewrite": {
"class<firefox>": " ",
"class<com.mitchellh.ghostty>": " ",
"class<com.mitchellh.ghostty> title<vim.*>": " ",
"class<Spotify>": " ",
"class<QOwnNotes>": " ",
"class<thunderbird>": " ",
"class<thunar>": " ",
"class<jetbrains-webstorm>": " ",
"class<jetbrains-pycharm>": " ",
"class<steam>": " ",
"class<discord>": " "
// "": "",
// "": "",
// "": "",
// "": "",
// "": "",
// "": "",
// "": "",
// "": ""
},
"persistent-workspaces": {
"1": [],
"2": [],
@ -47,7 +68,14 @@
},
"hyprland/window": { "format": "{title}", "max-length": 60 },
// "hyprland/window": { "format": "{title}", "max-length": 60 },
"wlr/taskbar": {
"format": "{icon}",
"icon-theme": "Ars-Dark-Icons",
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-middle": "close"
},
"tray": { "icon-size": 16, "spacing": 10 },
"pulseaudio": {