New backup 2025-03-05 23:00:03
This commit is contained in:
parent
35400bcd09
commit
51eb16e0e8
3 changed files with 7 additions and 5 deletions
|
@ -4,5 +4,7 @@ output eDP-1 {
|
||||||
mode 2560x1600@60Hz
|
mode 2560x1600@60Hz
|
||||||
# bg $HOME/.config/sway/assets/wallpaper/eDP-1/_default.jpg fill
|
# bg $HOME/.config/sway/assets/wallpaper/eDP-1/_default.jpg fill
|
||||||
}
|
}
|
||||||
|
exec_always sleep 1;eww open --screen "Unknown" bar
|
||||||
|
exec_always sleep 1;eww open --screen "Unknown" widgets
|
||||||
|
|
||||||
#exec_always "killall sway-wallpaper;$HOME/.config/sway/scripts/sway-wallpaper"
|
#exec_always "killall sway-wallpaper;$HOME/.config/sway/scripts/sway-wallpaper"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
sticky enable
|
sticky enable
|
||||||
resize set width 400
|
resize set width 400
|
||||||
resize set height 400
|
resize set height 400
|
||||||
move absolute position 1650 60
|
move absolute position 1250 60
|
||||||
}
|
}
|
||||||
|
|
||||||
for_window [app_id="nm-connection-editor$"] {
|
for_window [app_id="nm-connection-editor$"] {
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
sticky enable
|
sticky enable
|
||||||
resize set width 400
|
resize set width 400
|
||||||
resize set height 400
|
resize set height 400
|
||||||
move absolute position 1800 60
|
move absolute position 1400 60
|
||||||
}
|
}
|
||||||
|
|
||||||
for_window [app_id="blueman-manager$"] {
|
for_window [app_id="blueman-manager$"] {
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
sticky enable
|
sticky enable
|
||||||
resize set width 400
|
resize set width 400
|
||||||
resize set height 400
|
resize set height 400
|
||||||
move absolute position 1800 60
|
move absolute position 1400 60
|
||||||
}
|
}
|
||||||
|
|
||||||
for_window [app_id="nextcloud$"] {
|
for_window [app_id="nextcloud$"] {
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
sticky enable
|
sticky enable
|
||||||
resize set width 600
|
resize set width 600
|
||||||
resize set height 500
|
resize set height 500
|
||||||
move absolute position 1940 60
|
move absolute position 1440 60
|
||||||
}
|
}
|
||||||
|
|
||||||
for_window [app_id="scrcpy"] {
|
for_window [app_id="scrcpy"] {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
(revealer-on-hover
|
(revealer-on-hover
|
||||||
:revealvar reveal_battery
|
:revealvar reveal_battery
|
||||||
:revealvar-name "reveal_battery"
|
:revealvar-name "reveal_battery"
|
||||||
(button :onclick 'pavucontrol-qt --tab 3'
|
(button :onclick 'notify-send battery lol ${EWW_BATTERY.BAT0.capacity}'
|
||||||
{(EWW_BATTERY.BAT0.status == "Charging") ? " ${EWW_BATTERY.BAT0.capacity}%" : " ${EWW_BATTERY.BAT0.capacity}%"})
|
{(EWW_BATTERY.BAT0.status == "Charging") ? " ${EWW_BATTERY.BAT0.capacity}%" : " ${EWW_BATTERY.BAT0.capacity}%"})
|
||||||
(battery_children)))
|
(battery_children)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue