Improve hyprland and waybar configs

This commit is contained in:
Tobias Reisinger 2023-07-01 13:05:41 +02:00
parent ceea1c316a
commit 32a6ce75bd
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 77 additions and 43 deletions
.config/waybar

View file

@ -2,7 +2,7 @@
"layer": "top",
"position": "bottom",
"height": 24,
"spacing": 4,
"spacing": 6,
"modules-left": [
"wlr/workspaces"
],
@ -10,11 +10,10 @@
],
"modules-right": [
"network",
"cpu",
"temperature",
"cpu",
"memory",
"custom/pacman",
"idle_inhibitor",
"custom/weather",
"clock",
"tray"
@ -57,9 +56,22 @@
"max-length": 128
},
"clock": {
"format": "{:%Y-%m-%d %H:%M:%S}",
"interval": 1,
"format": " {:%Y-%m-%d %H:%M:%S}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
},
"cpu": {
"format": " {usage}%"
},
"memory": {
"format": " {percentage}%"
},
"network": {
"format": " {ipaddr}"
},
"temperature": {
"format": " {temperatureC}°C"
},
"tray": {
"spacing": 4
},