Improve hyprland and waybar configs
This commit is contained in:
parent
ceea1c316a
commit
32a6ce75bd
7 changed files with 77 additions and 43 deletions
.config/waybar
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue