add MacBook Air 7,2 waybar config
This commit is contained in:
72
configs/Waybar_l/MacAir7,2/MubinMuhammad/config.jsonc
Normal file
72
configs/Waybar_l/MacAir7,2/MubinMuhammad/config.jsonc
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"spacing": 0,
|
||||
"height": 0,
|
||||
"margin-top": 8,
|
||||
"margin-right": 8,
|
||||
"margin-bottom": 0,
|
||||
"margin-left": 8,
|
||||
|
||||
"modules-left": [
|
||||
"sway/workspaces"
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"network",
|
||||
"battery",
|
||||
"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
|
||||
},
|
||||
|
||||
"network": {
|
||||
"format-wifi" : " {bandwidthDownBits}",
|
||||
"format-ethernet": " {bandwidthDownBits}",
|
||||
"format-disconnected" : " No Network",
|
||||
"interval": 5,
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"scroll-step": 5,
|
||||
"max-volume": 150,
|
||||
"format": "{icon} {volume}%",
|
||||
"format-bluetooth": "{icon} {volume}%",
|
||||
"format-icons": ["", "", " "],
|
||||
"nospacing": 1,
|
||||
"format-muted": " ",
|
||||
"on-click": "pavucontrol",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"format": "{icon} {capacity}%",
|
||||
"interval": 5,
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"critical": 10
|
||||
},
|
||||
|
||||
"format-icons": [" ", " ", " ", " ", " "],
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user