diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-08 14:29:30 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-08 14:29:30 +0530 |
commit | b4a904bfd4d41bf591181d95166cb8270ca661bc (patch) | |
tree | dddd142cf8bee8be278f551c05533884f9329649 /scripts/launch-lemonbar | |
parent | f9b768d95b526c730018f4f4d3635e779faedbf7 (diff) |
added scripts to pause and unpause popup notifications
Diffstat (limited to 'scripts/launch-lemonbar')
-rwxr-xr-x | scripts/launch-lemonbar | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/launch-lemonbar b/scripts/launch-lemonbar index 19488304..3ee28cbe 100755 --- a/scripts/launch-lemonbar +++ b/scripts/launch-lemonbar @@ -8,8 +8,8 @@ cd /home/zt/.config/lemonbar -./mainbar | lemonbar -g 1366x21 -B '#171520' -p -F '#ffffff' -f "Source Han Sans JP:size=10" -o -3 -f "RobotoMono Nerd Font:style=Regular:size=15" -f -n "mainbar" -o 0 | ./button-actions +./ws_bar | lemonbar -g 1366x21 -b -B '#171520' -p -F '#ffffff' -f "Source Han Sans JP:size=10" -o -3 -f "RobotoMono Nerd Font:style=Regular:size=15" -f -n "mainbar" -o 0 | ./ws_button_actions -echo "lemonbar launched" +notify-send "Lemonbar" "Bar(s) crashed/killed" exit |