New backup 2025-09-02 13:45:02

This commit is contained in:
Penelope Gwen 2025-09-02 13:45:02 -07:00
parent c0873628b0
commit bc29d17bb0
3 changed files with 11 additions and 4 deletions

View file

@ -2,3 +2,4 @@
include $HOME/.config/sway/config.d/display.d/* include $HOME/.config/sway/config.d/display.d/*
exec_always "killall multibg-wayland;multibg-wayland ~/.config/sway/assets/wallpaper/" exec_always "killall multibg-wayland;multibg-wayland ~/.config/sway/assets/wallpaper/"
exec_always $HOME/.config/sway/scripts/eww-open-windows.sh

View file

@ -0,0 +1,6 @@
#!/bin/bash
while read o;do
#echo "eww screen: ${o}"
eww open --screen "${o}" bar --id "${o}"
done < <(swaymsg -t get_outputs | jq -r '.[].name')

View file

@ -26,10 +26,10 @@ output {
} }
exec_always { #exec_always {
'sleep 2;eww open --screen "0x0A31" bar' # 'sleep 2;eww open --screen "0x0A31" bar'
'sleep 2;eww open --screen "0x0A31" home' # 'sleep 2;eww open --screen "0x0A31" home'
} #}
set { set {
$primary_display eDP-1 $primary_display eDP-1