added vpn status module for waybar
This commit is contained in:
@ -15,6 +15,7 @@
|
|||||||
"modules-right": [
|
"modules-right": [
|
||||||
// "hyprland/language",
|
// "hyprland/language",
|
||||||
"sway/language",
|
"sway/language",
|
||||||
|
"custom/vpn",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
@ -33,6 +34,11 @@
|
|||||||
"interval": 600,
|
"interval": 600,
|
||||||
"signal": "8"
|
"signal": "8"
|
||||||
},
|
},
|
||||||
|
"custom/vpn": {
|
||||||
|
"exec": "$HOME/Scripts/vpn_controls/check_vpn_status.sh",
|
||||||
|
"format": "VPN {text}",
|
||||||
|
"interval": 10
|
||||||
|
},
|
||||||
"sway/workspaces": {
|
"sway/workspaces": {
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click": "activate",
|
"on-click": "activate",
|
||||||
|
|||||||
@ -44,6 +44,7 @@ window#waybar {
|
|||||||
#cpu,
|
#cpu,
|
||||||
#memory,
|
#memory,
|
||||||
#custom-weather,
|
#custom-weather,
|
||||||
|
#custom-vpn,
|
||||||
#language {
|
#language {
|
||||||
border-bottom: 2px solid #7e9cd8;
|
border-bottom: 2px solid #7e9cd8;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user