feat: improved taskbar;
refactor: hyprland blur
This commit is contained in:
@@ -47,8 +47,8 @@
|
||||
"wlr/taskbar": {
|
||||
"all-outputs": false,
|
||||
"format": "{icon}",
|
||||
"icon-size": 25,
|
||||
"icon-theme": "Retro Art - Red Kolya",
|
||||
"icon-size": 24,
|
||||
"icon-theme": "GreyStone",
|
||||
"tooltip-format": "{title}",
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close",
|
||||
@@ -78,7 +78,8 @@
|
||||
"s3": 30,
|
||||
"s4": 50,
|
||||
"s5": 70
|
||||
}
|
||||
},
|
||||
"on-click": "kitty btop"
|
||||
},
|
||||
"memory": {
|
||||
"format": "{icon}",
|
||||
@@ -94,7 +95,8 @@
|
||||
"s4": 70
|
||||
},
|
||||
"tooltip-format": "{used:0.1f}GiB used",
|
||||
"tooltip": true
|
||||
"tooltip": true,
|
||||
"on-click": "kitty btop"
|
||||
},
|
||||
"temperature": {
|
||||
"format": "{icon}",
|
||||
@@ -103,7 +105,8 @@
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", ""
|
||||
],
|
||||
"warning-threshold": 60,
|
||||
"critical-threshold": 80
|
||||
"critical-threshold": 80,
|
||||
"on-click": "kitty btop"
|
||||
},
|
||||
"mpd": {
|
||||
"password": "kapuchinamusica",
|
||||
|
||||
Reference in New Issue
Block a user