Complete Waybar modules
This commit is contained in:
parent
b6125c2d8b
commit
41c397f190
1 changed files with 144 additions and 91 deletions
|
@ -5,31 +5,23 @@
|
||||||
"modules-left": ["custom/menu", "sway/workspaces", "sway/window"],
|
"modules-left": ["custom/menu", "sway/workspaces", "sway/window"],
|
||||||
"modules-center": ["custom/wf-recorder", "sway/mode"],
|
"modules-center": ["custom/wf-recorder", "sway/mode"],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
"custom/scratchpad",
|
||||||
"custom/playerctl",
|
"custom/playerctl",
|
||||||
|
"custom/wlsunset",
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"custom/dunst",
|
"custom/dunst",
|
||||||
"sway/language",
|
"sway/language",
|
||||||
|
"custom/clipboard",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
"battery",
|
"battery",
|
||||||
"network",
|
"network",
|
||||||
|
"bluetooth",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"clock",
|
"clock",
|
||||||
"custom/power",
|
"custom/power",
|
||||||
"tray"
|
"tray"
|
||||||
],
|
],
|
||||||
|
|
||||||
"sway/workspaces": {
|
|
||||||
"disable-scroll": true,
|
|
||||||
"all-outputs": true
|
|
||||||
},
|
|
||||||
|
|
||||||
"sway/language": {
|
|
||||||
"format": " {}",
|
|
||||||
"min-length": 5,
|
|
||||||
"tooltip": false,
|
|
||||||
"on-click": "swaymsg input $(swaymsg -t get_inputs --raw | jq '[.[] | select(.type == \"keyboard\")][0] | .identifier') xkb_switch_layout next"
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/menu": {
|
"custom/menu": {
|
||||||
"format": "",
|
"format": "",
|
||||||
|
@ -37,89 +29,17 @@
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
|
||||||
"sway/mode": {
|
"sway/workspaces": {
|
||||||
"format": "<span style=\"italic\">{}</span>",
|
"disable-scroll": true,
|
||||||
"tooltip": false
|
"all-outputs": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"sway/window": {
|
"sway/window": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"max-length": 50,
|
"max-length": 50,
|
||||||
"tooltip": true
|
"tooltip": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"idle_inhibitor": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"format-icons": {
|
|
||||||
"activated": "",
|
|
||||||
"deactivated": ""
|
|
||||||
},
|
|
||||||
"tooltip": true,
|
|
||||||
"tooltip-format-activated": "power-saving disabled",
|
|
||||||
"tooltip-format-deactivated": "power-saving enabled"
|
|
||||||
},
|
|
||||||
|
|
||||||
"pulseaudio": {
|
|
||||||
"format": "{icon} {volume}% {format_source}",
|
|
||||||
"format-bluetooth": "{icon} {volume}%",
|
|
||||||
"format-muted": " {format_source}",
|
|
||||||
"format-source": " {volume}%",
|
|
||||||
"format-source-muted": "",
|
|
||||||
"format-icons": {
|
|
||||||
"headphone": "",
|
|
||||||
"headset": "",
|
|
||||||
"default": ["", "", ""]
|
|
||||||
},
|
|
||||||
"tooltip-format": "{icon} {volume}% {format_source}",
|
|
||||||
"on-click": "swaymsg exec \\$pulseaudio",
|
|
||||||
"on-click-middle": "swaymsg exec \\$volume_mute",
|
|
||||||
"on-click-right": "swaymsg exec pavucontrol",
|
|
||||||
"on-scroll-up": "swaymsg exec \\$volume_up",
|
|
||||||
"on-scroll-down": "swaymsg exec \\$volume_down"
|
|
||||||
},
|
|
||||||
|
|
||||||
"battery": {
|
|
||||||
"format": "{icon} {capacity}%",
|
|
||||||
"format-icons": ["", "", "", "", ""]
|
|
||||||
},
|
|
||||||
|
|
||||||
"network": {
|
|
||||||
"format-wifi": " ({signalStrength}%)",
|
|
||||||
"format-ethernet": "",
|
|
||||||
"format-disconnected": "",
|
|
||||||
"tooltip-format": "{ifname} ({essid}): {ipaddr}",
|
|
||||||
"on-click": "swaymsg exec \\$term_float nmtui"
|
|
||||||
},
|
|
||||||
|
|
||||||
"clock": {
|
|
||||||
"format": "{:%e %b %H:%M}",
|
|
||||||
"tooltip": true,
|
|
||||||
"tooltip-format": "{:%d.%m.%Y %H:%M}",
|
|
||||||
"interval": 5,
|
|
||||||
"on-click": "swaymsg exec \\$calendar"
|
|
||||||
},
|
|
||||||
|
|
||||||
"cpu": {
|
|
||||||
"interval": 5,
|
|
||||||
"format": " {usage}%",
|
|
||||||
"states": {
|
|
||||||
"warning": 70,
|
|
||||||
"critical": 90
|
|
||||||
},
|
|
||||||
"on-click": "swaymsg exec \\$term_float htop"
|
|
||||||
},
|
|
||||||
|
|
||||||
"memory": {
|
|
||||||
"interval": 30,
|
|
||||||
"format": " {}%",
|
|
||||||
"states": {
|
|
||||||
"warning": 70,
|
|
||||||
"critical": 90
|
|
||||||
},
|
|
||||||
"on-click": "swaymsg exec \\$term_float htop"
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
"custom/wf-recorder": {
|
"custom/wf-recorder": {
|
||||||
"interval": "once",
|
"interval": "once",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
|
@ -131,6 +51,24 @@
|
||||||
"signal": 8
|
"signal": 8
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"sway/mode": {
|
||||||
|
"format": "<span style=\"italic\">{}</span>",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/scratchpad": {
|
||||||
|
"interval": "once",
|
||||||
|
"return-type": "json",
|
||||||
|
"format": "{icon}",
|
||||||
|
"format-icons": {
|
||||||
|
"one": "",
|
||||||
|
"many": ""
|
||||||
|
},
|
||||||
|
"exec": "/bin/bash /usr/share/sway/scripts/scratchpad.sh; pkill -RTMIN+7 waybar",
|
||||||
|
"on-click": "swaymsg 'scratchpad show'",
|
||||||
|
"signal": 7
|
||||||
|
},
|
||||||
|
|
||||||
"custom/playerctl": {
|
"custom/playerctl": {
|
||||||
"interval": "once",
|
"interval": "once",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
|
@ -148,9 +86,31 @@
|
||||||
"signal": 5
|
"signal": 5
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/power": {
|
"custom/wlsunset": {
|
||||||
"format": "",
|
"interval": "once",
|
||||||
"on-click": "nwg-bar -x"
|
"tooltip": true,
|
||||||
|
"tooltip-format": "{tooltip}",
|
||||||
|
"return-type": "json",
|
||||||
|
"format": "{icon}",
|
||||||
|
"format-icons": {
|
||||||
|
"on": "",
|
||||||
|
"off": ""
|
||||||
|
},
|
||||||
|
"exec": "fallback_latitude=50.1 fallback_longitude=8.7 latitude= longitude= /usr/share/sway/scripts/sunset.sh",
|
||||||
|
"on-click": "/usr/share/sway/scripts/sunset.sh toggle; pkill -RTMIN+6 waybar",
|
||||||
|
"exec-if": "/usr/share/sway/scripts/sunset.sh check",
|
||||||
|
"signal": 6
|
||||||
|
},
|
||||||
|
|
||||||
|
"idle_inhibitor": {
|
||||||
|
"format": "{icon}",
|
||||||
|
"format-icons": {
|
||||||
|
"activated": "",
|
||||||
|
"deactivated": ""
|
||||||
|
},
|
||||||
|
"tooltip": true,
|
||||||
|
"tooltip-format-activated": "power-saving disabled",
|
||||||
|
"tooltip-format-deactivated": "power-saving enabled"
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/dunst": {
|
"custom/dunst": {
|
||||||
|
@ -159,6 +119,99 @@
|
||||||
"restart-interval": 1,
|
"restart-interval": 1,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"sway/language": {
|
||||||
|
"format": " {}",
|
||||||
|
"min-length": 5,
|
||||||
|
"tooltip": false,
|
||||||
|
"on-click": "swaymsg input $(swaymsg -t get_inputs --raw | jq '[.[] | select(.type == \"keyboard\")][0] | .identifier') xkb_switch_layout next"
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/clipboard": {
|
||||||
|
"format": "",
|
||||||
|
"interval": "once",
|
||||||
|
"return-type": "json",
|
||||||
|
"on-click": "swaymsg -q exec '$clipboard'; pkill -RTMIN+9 waybar",
|
||||||
|
"on-click-right": "swaymsg -q exec '$clipboard-del'; pkill -RTMIN+9 waybar",
|
||||||
|
"on-click-middle": "rm -f ~/.cache/cliphist/db; pkill -RTMIN+9 waybar",
|
||||||
|
"exec": "printf '{\"tooltip\":\"%s\"}' $(cliphist list | wc -l)' item(s) in the clipboard\r(Mid click to clear)'",
|
||||||
|
"exec-if": "[ -x \"$(command -v cliphist)\" ] && [ $(cliphist list | wc -l) -gt 0 ]",
|
||||||
|
"signal": 9
|
||||||
|
},
|
||||||
|
|
||||||
|
"cpu": {
|
||||||
|
"interval": 5,
|
||||||
|
"format": " {usage}%",
|
||||||
|
"states": {
|
||||||
|
"warning": 70,
|
||||||
|
"critical": 90
|
||||||
|
},
|
||||||
|
"on-click": "swaymsg exec \\$term_float htop"
|
||||||
|
},
|
||||||
|
|
||||||
|
"memory": {
|
||||||
|
"interval": 30,
|
||||||
|
"format": " {}%",
|
||||||
|
"states": {
|
||||||
|
"warning": 70,
|
||||||
|
"critical": 90
|
||||||
|
},
|
||||||
|
"on-click": "swaymsg exec \\$term_float htop"
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
"battery": {
|
||||||
|
"format": "{icon} {capacity}%",
|
||||||
|
"format-icons": ["", "", "", "", ""]
|
||||||
|
},
|
||||||
|
|
||||||
|
"network": {
|
||||||
|
"format-wifi": " ({signalStrength}%)",
|
||||||
|
"format-ethernet": "",
|
||||||
|
"format-disconnected": "",
|
||||||
|
"tooltip-format": "{ifname} ({essid}): {ipaddr}",
|
||||||
|
"on-click": "swaymsg exec \\$term_float nmtui"
|
||||||
|
},
|
||||||
|
|
||||||
|
"bluetooth": {
|
||||||
|
"format": "",
|
||||||
|
"format-disabled": "",
|
||||||
|
"on-click": "swaymsg exec \\$bluetooth",
|
||||||
|
"on-click-right": "rfkill toggle bluetooth",
|
||||||
|
"tooltip-format": "{}"
|
||||||
|
},
|
||||||
|
|
||||||
|
"pulseaudio": {
|
||||||
|
"format": "{icon} {volume}% {format_source}",
|
||||||
|
"format-bluetooth": "{icon} {volume}%",
|
||||||
|
"format-muted": " {format_source}",
|
||||||
|
"format-source": " {volume}%",
|
||||||
|
"format-source-muted": "",
|
||||||
|
"format-icons": {
|
||||||
|
"headphone": "",
|
||||||
|
"headset": "",
|
||||||
|
"default": ["", "", ""]
|
||||||
|
},
|
||||||
|
"tooltip-format": "{icon} {volume}% {format_source}",
|
||||||
|
"on-click": "swaymsg exec \\$pulseaudio",
|
||||||
|
"on-click-middle": "swaymsg exec \\$volume_mute",
|
||||||
|
"on-click-right": "swaymsg exec pavucontrol",
|
||||||
|
"on-scroll-up": "swaymsg exec \\$volume_up",
|
||||||
|
"on-scroll-down": "swaymsg exec \\$volume_down"
|
||||||
|
},
|
||||||
|
|
||||||
|
"clock": {
|
||||||
|
"format": "{:%e %b %H:%M}",
|
||||||
|
"tooltip": true,
|
||||||
|
"tooltip-format": "{:%d.%m.%Y %H:%M}",
|
||||||
|
"interval": 5,
|
||||||
|
"on-click": "swaymsg exec \\$calendar"
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/power": {
|
||||||
|
"format": "",
|
||||||
|
"on-click": "nwg-bar -x"
|
||||||
|
},
|
||||||
|
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 21,
|
"icon-size": 21,
|
||||||
"spacing": 10
|
"spacing": 10
|
||||||
|
|
Loading…
Add table
Reference in a new issue