New backup 2025-09-02 13:45:02
This commit is contained in:
parent
c0873628b0
commit
bc29d17bb0
3 changed files with 11 additions and 4 deletions
|
@ -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
|
||||||
|
|
6
de/home/.config/sway/scripts/open-eww-windows.sh
Executable file
6
de/home/.config/sway/scripts/open-eww-windows.sh
Executable 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')
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue