New backup 2025-03-17 13:30:02
This commit is contained in:
parent
c71ce2e6e0
commit
2de7e45aa7
2 changed files with 10 additions and 5 deletions
|
@ -1 +1,2 @@
|
|||
set $profile_icon
|
||||
set $work_icon
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
|
||||
output eDP-1 {
|
||||
#builtin display
|
||||
scale 1
|
||||
mode 1920x1200@60Hz
|
||||
position 0 0
|
||||
# bg $HOME/.config/sway/assets/wallpaper/eDP-1/_default.jpg fill
|
||||
}
|
||||
exec_always 'sleep 1;eww open --screen "0x0A31" bar'
|
||||
exec_always 'sleep 1;eww open --screen "0x0A31" widgets'
|
||||
|
||||
output 'Dell Inc. DELL P1913 PVGRC3ALA4YU' {
|
||||
#left workstation monitor
|
||||
scale 1
|
||||
mode 1440x900@60Hz
|
||||
position -1440 0
|
||||
}
|
||||
|
||||
output 'Dell Inc. DELL E2216H JF44Y7AOAT0I' {
|
||||
#right workstation monitor
|
||||
scale 1
|
||||
mode 1920x1080@60Hz
|
||||
position 1920 0
|
||||
|
@ -23,6 +26,7 @@ set {
|
|||
$overview_display eDP-1
|
||||
}
|
||||
|
||||
exec_always 'sleep 1;eww open --screen "0x0A31" bar'
|
||||
exec_always 'sleep 1;eww open --screen "0x0A31" widgets'
|
||||
#exec_always "killall sway-wallpaper;$HOME/.config/sway/scripts/sway-wallpaper"
|
||||
workspace {
|
||||
1:$profile_icon output eDP-1
|
||||
39:$work_icon output HDMI-A-1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue