expressvpn -> nordvpn
This commit is contained in:
parent
aa219d8f31
commit
14fdb7d2f1
|
|
@ -11,7 +11,7 @@ monitor = ${env:MONITOR:eDP-1}
|
|||
include-file = ~/.config/polybar/top-bar
|
||||
modules-left = i3 xwindow
|
||||
modules-center = term chrome editor fm music vpn
|
||||
modules-right = wlan pkg alsa battery backlight networkmanager popup-calendar
|
||||
modules-right = vpn-nordvpn-status wlan pkg alsa battery backlight networkmanager popup-calendar
|
||||
|
||||
;tray-position = right
|
||||
;tray-padding = 2
|
||||
|
|
@ -137,6 +137,14 @@ tail = true
|
|||
interval = 600
|
||||
click-left = ~/.config/Scripts/wttr.sh
|
||||
|
||||
[module/vpn-nordvpn-status]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/nordvpn/vpn-nordvpn-status.sh
|
||||
interval = 5
|
||||
#label = " %output%"
|
||||
#label-foreground = ${colors.foreground}
|
||||
#label-background = ${colors.color3}
|
||||
|
||||
[module/i3]
|
||||
type = internal/i3
|
||||
format = <label-state> <label-mode>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ cava
|
|||
ccat
|
||||
clipster
|
||||
colorz
|
||||
expressvpn
|
||||
fasd-git
|
||||
glxinfo
|
||||
googler
|
||||
|
|
@ -16,6 +15,7 @@ light-git
|
|||
lightdm-mini-greeter
|
||||
mcomix-gtk3-git
|
||||
networkmanager-dmenu-git
|
||||
nordvpn-bin
|
||||
numix-cursor-theme
|
||||
otf-font-awesome-4
|
||||
pac-util-git
|
||||
|
|
|
|||
Loading…
Reference in New Issue