updated waybar configs
This commit is contained in:
52
waybar/config
Executable file
52
waybar/config
Executable file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"modules-left": ["river/tags"],
|
||||
"modules-center": ["river/window"],
|
||||
"modules-right": ["tray", "battery", "pulseaudio","cpu", "temperature" ,"clock"],
|
||||
"pulseaudio": {
|
||||
"tooltip": false,
|
||||
"scroll-step": 5,
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": "婢 0%",
|
||||
"on-click":"amixer -D pulse Master 1+ toggle",
|
||||
"scroll-step": 5,
|
||||
"format-icons": {
|
||||
"default": ["", "", ""]
|
||||
}
|
||||
},
|
||||
"temperature": {
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
||||
"format": " {temperatureC}°C"
|
||||
},
|
||||
"river/window": {
|
||||
"format": "{}",
|
||||
"max-length": 90
|
||||
},
|
||||
"battery": {
|
||||
"states": {
|
||||
"good": 100,
|
||||
"warning": 30,
|
||||
"critical": 20
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": "{icon} {capacity}%",
|
||||
"format-plugged": "{icon} {capacity}%",
|
||||
"format-alt": "{time} {icon}",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
},
|
||||
"tray":{
|
||||
"icon-size":18,
|
||||
"show-passive-items":true,
|
||||
"spacing": 10,
|
||||
"reverse-direction": true
|
||||
},
|
||||
"clock": {
|
||||
"interval": 60,
|
||||
"format": "{:%H:%M}",
|
||||
"max-length": 25
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 10,
|
||||
"format": "{usage}% - {avg_frequency}Ghz",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user