sway: reload waybar

This commit is contained in:
lelgenio 2019-11-22 23:32:42 -03:00
parent 83bf94c2c2
commit b834df5765
2 changed files with 5 additions and 3 deletions

View File

@ -214,7 +214,9 @@
client.unfocused $bg_color $bg_color $fg_color $bg_color $bg_color
client.urgent $alert $alert $fg_color $alert $alert
bar swaybar_command waybar
# this is borked ↓
# bar swaybar_command waybar
exec_always pkill waybar; waybar
default_border pixel 2px
gaps inner 5px
@ -233,7 +235,7 @@
# Blue light filter
exec redshift
# Bluetooth Daemon
exec blueberry-tray
# exec blueberry-tray
# lock screen after a period of inactivity execp for fullscreen
for_window [class=.*] inhibit_idle fullscreen
exec swayidle -w \

View File

@ -8,7 +8,7 @@ set -s escape-time 0
set -g set-titles on
set -g set-titles-string "#T"
#sneaky bar
set -g status off
# set -g status off
set -g default-terminal "screen-256color"
set -ga terminal-overrides ',xterm*:smcup@:rmcup@'
# }}}