mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Fixing polybar
This commit is contained in:
parent
ae39bd9316
commit
f596aaa31a
@ -34,7 +34,7 @@ for_window [instance="dropdown_*"] move position center
|
||||
# modifier None
|
||||
#}
|
||||
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
exec_always --no-startup-id $HOME/.local/bin/launch_polybar
|
||||
|
||||
# #---Basic Bindings---# #
|
||||
bindsym $mod+Shift+Return exec --no-startup-id samedir
|
||||
@ -194,4 +194,3 @@ bindsym $mod+Shift+Left move left
|
||||
bindsym $mod+Shift+Down move down
|
||||
bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
exec_always --no-startup-id notify-send -i ~/.local/share/larbs/larbs.png 'Welcome to LARBS:' 'Press Super+F1 for the manual.' -t 10000
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Terminate already running bar instances
|
||||
killall -q polybar
|
||||
|
||||
# Wait until the processes have been shut down
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
# Launch Polybar, using default config location ~/.config/polybar/config
|
||||
polybar mybar &
|
||||
|
||||
echo "Polybar launched..."
|
||||
Loading…
x
Reference in New Issue
Block a user