|
|
|
|
@ -6,52 +6,20 @@
|
|
|
|
|
|
|
|
|
|
"modules-left": [ |
|
|
|
|
"sway/workspaces", |
|
|
|
|
"custom/right-arrow-dark" |
|
|
|
|
], |
|
|
|
|
"modules-center": [ |
|
|
|
|
"custom/left-arrow-dark", |
|
|
|
|
"sway/window", |
|
|
|
|
"custom/right-arrow-dark" |
|
|
|
|
"sway/window" |
|
|
|
|
], |
|
|
|
|
"modules-center": [], |
|
|
|
|
"modules-right": [ |
|
|
|
|
"custom/left-arrow-dark", |
|
|
|
|
"pulseaudio", |
|
|
|
|
"custom/left-arrow-light", |
|
|
|
|
"custom/left-arrow-dark", |
|
|
|
|
"custom/network", |
|
|
|
|
"custom/left-arrow-light", |
|
|
|
|
"custom/left-arrow-dark", |
|
|
|
|
"custom/disk", |
|
|
|
|
"custom/left-arrow-light", |
|
|
|
|
"custom/left-arrow-dark", |
|
|
|
|
"custom/network", |
|
|
|
|
"custom/disk", |
|
|
|
|
"memory", |
|
|
|
|
"custom/left-arrow-light", |
|
|
|
|
"custom/left-arrow-dark", |
|
|
|
|
"custom/top", |
|
|
|
|
"custom/left-arrow-light", |
|
|
|
|
"custom/left-arrow-dark", |
|
|
|
|
"battery", |
|
|
|
|
"custom/left-arrow-light", |
|
|
|
|
"custom/left-arrow-dark", |
|
|
|
|
"battery", |
|
|
|
|
"clock#0", |
|
|
|
|
"custom/left-arrow-light", |
|
|
|
|
"custom/left-arrow-dark", |
|
|
|
|
"tray" |
|
|
|
|
], |
|
|
|
|
|
|
|
|
|
"custom/left-arrow-dark": { |
|
|
|
|
"format": "<span size='x-large' rise='-1500'></span>", |
|
|
|
|
"tooltip": false |
|
|
|
|
}, |
|
|
|
|
"custom/left-arrow-light": { |
|
|
|
|
"format": "<span size='x-large' rise='-1500'></span>", |
|
|
|
|
"tooltip": false |
|
|
|
|
}, |
|
|
|
|
"custom/right-arrow-dark": { |
|
|
|
|
"format": "<span size='x-large' rise='-1500'></span>", |
|
|
|
|
"tooltip": false |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
"sway/workspaces": { |
|
|
|
|
"disable-scroll": true, |
|
|
|
|
"format": "{name}" |
|
|
|
|
@ -69,14 +37,6 @@
|
|
|
|
|
"tooltip": true |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
"clock#2": { |
|
|
|
|
"format": "{:%H:%M}", |
|
|
|
|
"tooltip": false |
|
|
|
|
}, |
|
|
|
|
"clock#3": { |
|
|
|
|
"format": "{:%d/%m}", |
|
|
|
|
"tooltip": false |
|
|
|
|
}, |
|
|
|
|
"clock#0": { |
|
|
|
|
"format": "{:%H:%M %d/%m/%y}", |
|
|
|
|
"tooltip": false |
|
|
|
|
@ -84,7 +44,7 @@
|
|
|
|
|
|
|
|
|
|
"pulseaudio": { |
|
|
|
|
"format": "<span size='x-large' rise='-1500'>{icon}</span> {volume:2}%", |
|
|
|
|
"format-bluetooth": "<span size='x-large' rise='-1500'>{icon}</span> {volume}%", |
|
|
|
|
"format-bluetooth": "<span size='x-large' rise='-1500'>{icon}</span> {volume}%", |
|
|
|
|
"format-muted": "MUTE", |
|
|
|
|
"format-icons": { |
|
|
|
|
"headphones": "", |
|
|
|
|
@ -99,7 +59,7 @@
|
|
|
|
|
}, |
|
|
|
|
"memory": { |
|
|
|
|
"interval": 5, |
|
|
|
|
"format": "<span size='x-large' rise='-1500'></span> {}%" |
|
|
|
|
"format": "<span size='x-large' rise='-1500'></span> {}%" |
|
|
|
|
}, |
|
|
|
|
"custom/top": { |
|
|
|
|
"exec": "~/.config/waybar/top.sh", |
|
|
|
|
|