add: hyprland waybar config only
This commit is contained in:
91
configs/hyprland_l/Waybar/config.jsonc
Normal file
91
configs/hyprland_l/Waybar/config.jsonc
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"spacing": 0,
|
||||
"height": 0,
|
||||
|
||||
"margin-top": 8,
|
||||
"margin-right": 8,
|
||||
"margin-bottom": 0,
|
||||
"margin-left": 8,
|
||||
|
||||
"modules-left": [
|
||||
"hyprland/workspaces"
|
||||
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"cpu_text",
|
||||
"cpu",
|
||||
"memory",
|
||||
"battery",
|
||||
"network",
|
||||
"pulseaudio"
|
||||
],
|
||||
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"tray": {
|
||||
"spacing": 10,
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"format": "{:%I:%M %p - %a, %d %b %Y}",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"format": "CPU {usage}%",
|
||||
"interval": 2,
|
||||
|
||||
"states": {
|
||||
"critical": 90
|
||||
}
|
||||
},
|
||||
|
||||
"memory": {
|
||||
"format": "MEM {percentage}%",
|
||||
"interval": 2,
|
||||
|
||||
"states": {
|
||||
"critical": 80
|
||||
}
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"format": "BAT {capacity}%",
|
||||
"interval": 5,
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"critical": 10
|
||||
},
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"network": {
|
||||
"format-wifi" : "WIFI {bandwidthDownBits}",
|
||||
"format-ethernet": "ETH {bandwidthDownBits}",
|
||||
"format-disconnected" : "no network",
|
||||
"interval": 5,
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"scroll-step": 5,
|
||||
"max-volume": 150,
|
||||
"format": "VOL {volume}%",
|
||||
"format-bluetooth": "vol {volume}%",
|
||||
"nospacing": 1,
|
||||
"on-click": "pavucontrol",
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user