update hyprland conf
This commit is contained in:
@ -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": {
|
||||
|
||||
@ -60,7 +60,7 @@ window#waybar {
|
||||
#tray menu menuitem:hover { background: alpha(@accent1, 0.16); }
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 8px;
|
||||
padding: 0 2px;
|
||||
background-color: transparent;
|
||||
color: #6c7086;
|
||||
border-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user