From 585ad0747660e3fd3fbff0261cf01b99ec3cbf03 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Thu, 31 Dec 2020 11:53:28 +0300 Subject: [PATCH] fix: fix autostart --- .config/polybar/config | 4 ++-- .tridactylrc##template | 2 +- bin/autostart.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 85e7eae..9a23a03 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -130,8 +130,8 @@ label-unfocused-padding = 1 ; visible = Active workspace on unfocused monitor label-visible = %name% ; label-visible-background = ${self.label-focused-background} -; label-visible-underline = ${self.label-focused-underline} -; label-visible-padding = ${self.label-focused-padding} +label-visible-underline = ${self.label-focused-underline} +label-visible-padding = ${self.label-focused-padding} ; urgent = Workspace with urgency hint set label-urgent = %name% diff --git a/.tridactylrc##template b/.tridactylrc##template index 6f2c274..8165664 100644 --- a/.tridactylrc##template +++ b/.tridactylrc##template @@ -26,7 +26,7 @@ guiset_quiet tabs always set searchurls.g https://google.com/search?q= -{% if yadm.hostname == 'pdsk' %} +{% if yadm.hostname == "pdsk" %} set newtab http://127.0.0.1:8101/ {% endif %} diff --git a/bin/autostart.sh b/bin/autostart.sh index d51c108..50218f5 100755 --- a/bin/autostart.sh +++ b/bin/autostart.sh @@ -1,5 +1,5 @@ hostname=$(hostname) if [ "$hostname" = "pdsk" ] ; then - bash "$HOME/bin/autostart.sh" & + bash "$HOME/bin/bukuserver.sh" & bash "$HOME/bin/tabliss.sh" & fi