Slightly decancered Waybar config
Added compact clock module too, but the minimum width is a lot bigger than the actual clock is at the moment and I don't feel like fixing it.
This commit is contained in:
parent
4fcff1ad71
commit
5a22ba4902
2 changed files with 162 additions and 131 deletions
|
@ -7,136 +7,6 @@
|
||||||
"modules-center": ["sway/window"],
|
"modules-center": ["sway/window"],
|
||||||
//"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
|
//"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
|
||||||
"modules-right": ["pulseaudio", "backlight", "idle_inhibitor", "network", "battery", "clock", "tray"],
|
"modules-right": ["pulseaudio", "backlight", "idle_inhibitor", "network", "battery", "clock", "tray"],
|
||||||
"sway/mode": {
|
|
||||||
"format": " {}"
|
|
||||||
},
|
|
||||||
"sway/workspaces": {
|
|
||||||
"format": "{name}",
|
|
||||||
"disable-scroll": true
|
|
||||||
},
|
|
||||||
"sway/window": {
|
|
||||||
"max-length": 80,
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"clock": {
|
|
||||||
"format": "{:%a %d %b %H:%M:%S}",
|
|
||||||
"interval": 1,
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"battery": {
|
|
||||||
"format": "{icon} {capacity}%",
|
|
||||||
//"format-alt": "{icon} {timeTo}",
|
|
||||||
|
|
||||||
"format-icons": ["", "", "", "", ""],
|
"include": "~/.config/waybar/modules",
|
||||||
//"format-icons": ["", "", "", "", "", "", "", "", "", "", ""],
|
|
||||||
|
|
||||||
"format-charging": " {capacity}%",
|
|
||||||
"format-full": " {capacity}%",
|
|
||||||
|
|
||||||
"interval": 10,
|
|
||||||
|
|
||||||
"states": {
|
|
||||||
"warning": 25,
|
|
||||||
"critical": 10
|
|
||||||
},
|
|
||||||
|
|
||||||
//"format-discharging-critical": " {capacity}%",
|
|
||||||
|
|
||||||
"tooltip": true,
|
|
||||||
"tooltip-format": "Capacity: {capacity}%\n{timeTo}",
|
|
||||||
},
|
|
||||||
"network": {
|
|
||||||
"format": "{icon}",
|
|
||||||
|
|
||||||
"format-alt": "{icon} {signalStrength}%",
|
|
||||||
"format-alt-click": "click-right",
|
|
||||||
|
|
||||||
"format-icons": {
|
|
||||||
"wifi": [""],
|
|
||||||
"ethernet": [""],
|
|
||||||
"disconnected": [""]
|
|
||||||
},
|
|
||||||
|
|
||||||
"interval": 10,
|
|
||||||
|
|
||||||
"on-click": "swaymsg 'set $PROP floating; exec alacritty -e nmtui'",
|
|
||||||
|
|
||||||
"tooltip": true,
|
|
||||||
"tooltip-format": "Connected via {ifname}\nIP: {ipaddr}/{cidr}\nBandwidth: {bandwidthDownBits} | {bandwidthUpBits}",
|
|
||||||
"tooltip-format-wifi": "Connected to {essid} on {ifname}\nSignal Strength: {signalStrength}% ({signaldBm}dBm)\nIP: {ipaddr}/{cidr}\nBandwidth: {bandwidthDownBits} | {bandwidthUpBits}",
|
|
||||||
"tooltip-format-disconnected": "Disconnected",
|
|
||||||
},
|
|
||||||
"pulseaudio": {
|
|
||||||
"format": "{icon} {volume}%",
|
|
||||||
"format-alt": "{icon}",
|
|
||||||
"format-alt-click": "click-right",
|
|
||||||
"format-muted": "ﱝ",
|
|
||||||
"format-icons": {
|
|
||||||
//"phone": [" ", " ", " ", " "],
|
|
||||||
"default": ["奄", "奔", "墳"]
|
|
||||||
},
|
|
||||||
"scroll-step": 5,
|
|
||||||
"on-click": "swaymsg 'set $PROP floating; exec pavucontrol-qt'",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"custom/spotify": {
|
|
||||||
"interval": 1,
|
|
||||||
"return-type": "json",
|
|
||||||
"exec": "~/.config/waybar/modules/spotify.sh",
|
|
||||||
"exec-if": "pgrep spotify",
|
|
||||||
"escape": true
|
|
||||||
},
|
|
||||||
"custom/storage": {
|
|
||||||
"format": "{} ",
|
|
||||||
"format-alt": "{percentage}% ",
|
|
||||||
"format-alt-click": "click-right",
|
|
||||||
"return-type": "json",
|
|
||||||
"interval": 60,
|
|
||||||
"exec": "~/.config/waybar/modules/storage.sh"
|
|
||||||
},
|
|
||||||
"backlight": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"format-alt": "{percent}% {icon}",
|
|
||||||
"format-alt-click": "click-right",
|
|
||||||
"format-icons": ["", "", ""],
|
|
||||||
"on-scroll-down": "light -U 1",
|
|
||||||
"on-scroll-up": "light -A 1"
|
|
||||||
},
|
|
||||||
"custom/weather": {
|
|
||||||
"format": "{}",
|
|
||||||
"format-alt": "{alt}: {}",
|
|
||||||
"format-alt-click": "click-right",
|
|
||||||
"interval": 1800,
|
|
||||||
"return-type": "json",
|
|
||||||
"exec": "~/.config/waybar/modules/weather.sh",
|
|
||||||
"exec-if": "ping wttr.in -c1"
|
|
||||||
},
|
|
||||||
"idle_inhibitor": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"format-icons": {
|
|
||||||
//"activated": "鬒",
|
|
||||||
"activated": "",
|
|
||||||
//"deactivated": ""
|
|
||||||
"deactivated": ""
|
|
||||||
},
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"custom/mail": {
|
|
||||||
"format": "",
|
|
||||||
"format-alt": "{alt} ",
|
|
||||||
"format-alt-click": "click-right",
|
|
||||||
"interval": 60,
|
|
||||||
"return-type": "json",
|
|
||||||
"exec": "~/.config/waybar/modules/mail.py",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"custom/test": {
|
|
||||||
"format": "{}",
|
|
||||||
"exec": "/tmp/test blub",
|
|
||||||
"param": "blah",
|
|
||||||
"interval": 5
|
|
||||||
},
|
|
||||||
"tray": {
|
|
||||||
"icon-size": 16
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
161
.config/waybar/modules
Normal file
161
.config/waybar/modules
Normal file
|
@ -0,0 +1,161 @@
|
||||||
|
{
|
||||||
|
"sway/mode": {
|
||||||
|
"format": " {}"
|
||||||
|
},
|
||||||
|
|
||||||
|
"sway/workspaces": {
|
||||||
|
"format": "{name}",
|
||||||
|
"disable-scroll": true
|
||||||
|
},
|
||||||
|
|
||||||
|
"sway/window": {
|
||||||
|
"max-length": 80,
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
|
"clock": {
|
||||||
|
"format": "{:%a %d %b %H:%M:%S}",
|
||||||
|
"format-alt": "{:%H:%M:%S}",
|
||||||
|
"format-alt-click": "click-right",
|
||||||
|
|
||||||
|
"interval": 1,
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
|
"clock#compact": {
|
||||||
|
"format": "{:%H:%M:%S}",
|
||||||
|
"format-alt": "{:%a %d %b %H:%M:%S}",
|
||||||
|
"format-alt-click": "click-right",
|
||||||
|
|
||||||
|
"interval": 1,
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
|
"battery": {
|
||||||
|
"format": "{icon} {capacity}%",
|
||||||
|
//"format-alt": "{icon} {timeTo}",
|
||||||
|
|
||||||
|
"format-icons": ["", "", "", "", ""],
|
||||||
|
//"format-icons": ["", "", "", "", "", "", "", "", "", "", ""],
|
||||||
|
|
||||||
|
"format-charging": " {capacity}%",
|
||||||
|
"format-full": " {capacity}%",
|
||||||
|
|
||||||
|
"interval": 2,
|
||||||
|
|
||||||
|
"states": {
|
||||||
|
"warning": 25,
|
||||||
|
"critical": 10
|
||||||
|
},
|
||||||
|
|
||||||
|
//"format-discharging-critical": " {capacity}%",
|
||||||
|
|
||||||
|
"tooltip": true,
|
||||||
|
"tooltip-format": "Capacity: {capacity}%\n{timeTo}",
|
||||||
|
},
|
||||||
|
|
||||||
|
"network": {
|
||||||
|
"format": "{icon}",
|
||||||
|
|
||||||
|
"format-alt": "{icon} {signalStrength}%",
|
||||||
|
"format-alt-click": "click-right",
|
||||||
|
|
||||||
|
"format-icons": {
|
||||||
|
"wifi": [""],
|
||||||
|
"ethernet": [""],
|
||||||
|
"disconnected": [""],
|
||||||
|
"linked": [""]
|
||||||
|
},
|
||||||
|
|
||||||
|
"interval": 10,
|
||||||
|
|
||||||
|
"on-click": "swaymsg 'set $PROP floating; exec alacritty -e nmtui'",
|
||||||
|
|
||||||
|
"tooltip": true,
|
||||||
|
"tooltip-format": "Connected via {ifname}\nIP: {ipaddr}/{cidr}\nBandwidth: {bandwidthDownBits} | {bandwidthUpBits}",
|
||||||
|
"tooltip-format-wifi": "Connected to {essid} on {ifname}\nSignal Strength: {signalStrength}% ({signaldBm}dBm)\nIP: {ipaddr}/{cidr}\nBandwidth: {bandwidthDownBits} | {bandwidthUpBits}",
|
||||||
|
"tooltip-format-disconnected": "Disconnected",
|
||||||
|
},
|
||||||
|
|
||||||
|
"pulseaudio": {
|
||||||
|
"format": "{icon} {volume}%",
|
||||||
|
"format-alt": "{icon}",
|
||||||
|
"format-alt-click": "click-right",
|
||||||
|
"format-muted": "ﱝ",
|
||||||
|
"format-icons": {
|
||||||
|
//"phone": [" ", " ", " ", " "],
|
||||||
|
"default": ["奄", "奔", "墳"]
|
||||||
|
},
|
||||||
|
"scroll-step": 5,
|
||||||
|
"on-click": "swaymsg 'set $PROP floating; exec pavucontrol-qt'",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/spotify": {
|
||||||
|
"interval": 1,
|
||||||
|
"return-type": "json",
|
||||||
|
"exec": "~/.config/waybar/modules/spotify.sh",
|
||||||
|
"exec-if": "pgrep spotify",
|
||||||
|
"escape": true
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/storage": {
|
||||||
|
"format": "{} ",
|
||||||
|
"format-alt": "{percentage}% ",
|
||||||
|
"format-alt-click": "click-right",
|
||||||
|
"return-type": "json",
|
||||||
|
"interval": 60,
|
||||||
|
"exec": "~/.config/waybar/modules/storage.sh"
|
||||||
|
},
|
||||||
|
|
||||||
|
"backlight": {
|
||||||
|
"format": "{icon}",
|
||||||
|
"format-alt": "{percent}% {icon}",
|
||||||
|
"format-alt-click": "click-right",
|
||||||
|
"format-icons": ["", "", ""],
|
||||||
|
"on-scroll-down": "light -U 1",
|
||||||
|
"on-scroll-up": "light -A 1"
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/weather": {
|
||||||
|
"format": "{}",
|
||||||
|
"format-alt": "{alt}: {}",
|
||||||
|
"format-alt-click": "click-right",
|
||||||
|
"interval": 1800,
|
||||||
|
"return-type": "json",
|
||||||
|
"exec": "~/.config/waybar/modules/weather.sh",
|
||||||
|
"exec-if": "ping wttr.in -c1"
|
||||||
|
},
|
||||||
|
|
||||||
|
"idle_inhibitor": {
|
||||||
|
"format": "{icon}",
|
||||||
|
"format-icons": {
|
||||||
|
//"activated": "鬒",
|
||||||
|
"activated": "",
|
||||||
|
//"deactivated": ""
|
||||||
|
"deactivated": ""
|
||||||
|
},
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/mail": {
|
||||||
|
"format": "",
|
||||||
|
"format-alt": "{alt} ",
|
||||||
|
"format-alt-click": "click-right",
|
||||||
|
"interval": 60,
|
||||||
|
"return-type": "json",
|
||||||
|
"exec": "~/.config/waybar/modules/mail.py",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/test": {
|
||||||
|
"format": "{}",
|
||||||
|
"exec": "/tmp/test blub",
|
||||||
|
"param": "blah",
|
||||||
|
"interval": 5
|
||||||
|
},
|
||||||
|
|
||||||
|
"tray": {
|
||||||
|
"icon-size": 16
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue