some stuff
This commit is contained in:
41
.config/waybar/config
Normal file
41
.config/waybar/config
Normal file
@@ -0,0 +1,41 @@
|
||||
[
|
||||
{
|
||||
"layer": "top",
|
||||
"height": 30,
|
||||
"modules-left": ["hyprland/workspaces", "custom/lock", "custom/shutdown", "custom/reboot", "custom/temperature", "cpu", "memory"],
|
||||
"modules-center": ["custom/time", "hyprland/window"],
|
||||
"modules-right": ["custom/metar", "battery", "clock"],
|
||||
"clock": {
|
||||
"format": "{:%a, %d %b %Y %H:%M:%S}",
|
||||
"inverval": 1
|
||||
},
|
||||
"custom/temperature": {
|
||||
"format": " {}",
|
||||
"exec": "sensors | grep 'Tctl:' | sed -E 's/Tctl:[ ]+//' | sed -E 's/[ ]+//'",
|
||||
"interval": 1,
|
||||
},
|
||||
"cpu": {
|
||||
"format": "{}% "
|
||||
},
|
||||
"memory": {
|
||||
"format": "{}% "
|
||||
},
|
||||
"custom/time": {
|
||||
"exec": "bash $HOME/scripts/time.sh --hex",
|
||||
"format": "{}",
|
||||
"interval": 1,
|
||||
},
|
||||
"custom/lock": {
|
||||
"on-click": "hyprlock",
|
||||
"format": "",
|
||||
},
|
||||
"custom/shutdown": {
|
||||
"on-click": "shutdown now",
|
||||
"format": "",
|
||||
},
|
||||
"custom/reboot": {
|
||||
"on-click": "reboot",
|
||||
"format": "",
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user