From a5000eb5014feea26d0c756692488c574f64493f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= Date: Fri, 18 Mar 2022 14:28:13 +0300 Subject: [PATCH] Disable wireguard in polybar config --- .config/polybar/config.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index f2f59dc..e8d408e 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -62,7 +62,10 @@ font-3 = "Material Icons:style=Regular:size=15;2" font-4 = "Iosevka:style=bold:size=10;4" modules-left = xworkspaces xwindow -modules-right = wireguard bluetooth filesystem pulseaudio xkeyboard memory cpu wlan eth date +; enable wireguard after allowing passwordless sudo +; https://github.com/mil-ad/polybar-wireguard +; modules-right = wireguard bluetooth filesystem pulseaudio xkeyboard memory cpu wlan eth date +modules-right = bluetooth filesystem pulseaudio xkeyboard memory cpu wlan eth date cursor-click = pointer cursor-scroll = ns-resize