From 35094051f5bcacefae4e4d90a4788eb6f2da5396 Mon Sep 17 00:00:00 2001 From: Sami Alabed <6316945+samialabed@users.noreply.github.com> Date: Mon, 18 Mar 2019 09:19:09 +0000 Subject: [PATCH] Update config Replace the explicit path to polybar calendar pop with a relative path for portability. --- polybar/.config/polybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index bf64c6e..dc68e37 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -520,7 +520,7 @@ tail = false interval = 5 -click-left = /home/claudio/.config/polybar/popus/calendar/pop_cal +click-left = ~/.config/polybar/popus/calendar/pop_cal [module/menu] type = custom/text @@ -528,7 +528,7 @@ type = custom/text content =  content-foreground = ${colors.white} content-background = ${colors.magenta} -click-left = /home/claudio/.config/polybar/popus/calendar/pop_cal +click-left = ~/.config/polybar/popus/calendar/pop_cal [module/pavolume]