New backup 2025-09-02 14:00:02
This commit is contained in:
parent
bc29d17bb0
commit
e43196e481
3 changed files with 7 additions and 4 deletions
|
@ -168,8 +168,8 @@ RunPrefix=
|
|||
SetEditor=false
|
||||
|
||||
[MainWindow]
|
||||
1920x1200 screen: Height=548
|
||||
1920x1200 screen: Width=745
|
||||
1920x1200 screen: Height=486
|
||||
1920x1200 screen: Width=413
|
||||
2 screens: Height=1110
|
||||
2 screens: Width=619
|
||||
2048x1280 screen: Height=642
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
include $HOME/.config/sway/config.d/display.d/*
|
||||
|
||||
exec_always "killall multibg-wayland;multibg-wayland ~/.config/sway/assets/wallpaper/"
|
||||
exec_always $HOME/.config/sway/scripts/eww-open-windows.sh
|
||||
exec_always $HOME/.config/sway/scripts/open-eww-windows.sh
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
until eww ping 2>/dev/null;do
|
||||
printf '.'
|
||||
sleep 1
|
||||
done
|
||||
while read o;do
|
||||
#echo "eww screen: ${o}"
|
||||
eww open --screen "${o}" bar --id "${o}"
|
||||
done < <(swaymsg -t get_outputs | jq -r '.[].name')
|
||||
|
|
Loading…
Add table
Reference in a new issue