New backup 2025-03-05 13:30:02
This commit is contained in:
parent
e3cafdcf23
commit
f1cb31f913
3 changed files with 7 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
# Borders
|
# Borders
|
||||||
client.focused $color1 $color1 $color0 $color9
|
client.focused $color1 $color1 $color0 $color9
|
||||||
client.focused_inactive $color1 $color1 $color0 $color9
|
client.focused_inactive $color8 $color8 $color8 $color8
|
||||||
client.unfocused $color8 $color8 $color8 $color8
|
client.unfocused $color8 $color8 $color8 $color8
|
||||||
|
|
||||||
# Blur
|
# Blur
|
||||||
|
|
|
@ -45,6 +45,10 @@ devpod(){
|
||||||
podman container start debian-sid-dev
|
podman container start debian-sid-dev
|
||||||
podman exec --env POD_PATH=$(pwd | sed "s|${HOME}|/root|") -it debian-sid-dev /bin/bash
|
podman exec --env POD_PATH=$(pwd | sed "s|${HOME}|/root|") -it debian-sid-dev /bin/bash
|
||||||
}
|
}
|
||||||
|
devpod-arm(){
|
||||||
|
podman container start debian-sid-arm-dev
|
||||||
|
podman exec --env POD_PATH=$(pwd | sed "s|${HOME}|/root|") -it debian-sid-arm-dev /bin/bash
|
||||||
|
}
|
||||||
simplewebserver(){
|
simplewebserver(){
|
||||||
screen python3 -m http.server
|
screen python3 -m http.server
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,8 +5,8 @@ output eDP-1 {
|
||||||
position 0 0
|
position 0 0
|
||||||
# bg $HOME/.config/sway/assets/wallpaper/eDP-1/_default.jpg fill
|
# bg $HOME/.config/sway/assets/wallpaper/eDP-1/_default.jpg fill
|
||||||
}
|
}
|
||||||
exec_always eww open --screen "0x0A31" bar
|
exec_always sleep 1;eww open --screen "0x0A31" bar
|
||||||
exec_always eww open --screen "0x0A31" widgets
|
exec_always sleep 1;eww open --screen "0x0A31" widgets
|
||||||
|
|
||||||
output DP-7 {
|
output DP-7 {
|
||||||
scale 1
|
scale 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue