devaun updates/fixes

This commit is contained in:
2026-06-28 14:38:37 -05:00
parent dc0e48048f
commit 06cf856f24
6 changed files with 36 additions and 32 deletions
+22 -23
View File
@@ -2,28 +2,27 @@ background #000000
foreground #ffffff foreground #ffffff
cursor #ffffff cursor #ffffff
selection_background #ffffff selection_background #ffffff
color0 #000000
color8 #545454
color1 #ff5555
color9 #ff5555
color2 #55ff55
color10 #55ff55
color3 #ffff55
color11 #ffff55
color4 #5555ff
color12 #5555ff
color5 #ff55ff
color13 #ff55ff
color6 #55ffff
color14 #55ffff
color7 #bbbbbb
color15 #ffffff
selection_foreground #000000 selection_foreground #000000
# START_AUTOGENERATED_TAB_STYLE color0 #000000
# Feel free to update these colors manually and remove these comments. color8 #555555
active_tab_foreground #444444
active_tab_background #b5d5ff color1 #ff4040
inactive_tab_foreground #ffffff color9 #ff7070
inactive_tab_background #000000
# END_AUTOGENERATED_TAB_STYLE color2 #40ff40
color10 #70ff70
color3 #ffff40
color11 #ffff70
color4 #4080ff
color12 #70a8ff
color5 #ff55dd
color13 #ff88ee
color6 #40ffff
color14 #70ffff
color7 #cfcfcf
color15 #ffffff
+1 -1
View File
@@ -130,7 +130,7 @@ def take_screenshot(output_path):
try: try:
time.sleep(0.2) time.sleep(0.2)
freeze = subprocess.Popen(["/opt/bin/wayfreeze"]) freeze = subprocess.Popen([os.path.expanduser("~/.local/bin/wayfreeze")])
time.sleep(0.1) time.sleep(0.1)
try: try:
+2 -4
View File
@@ -25,11 +25,9 @@ def apply_ui_and_environment(sway):
sway.cmd('for_window [app_id="xpad"] floating enable') sway.cmd('for_window [app_id="xpad"] floating enable')
sway.cmd("exec_always gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'") sway.cmd("exec_always gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'")
sway.cmd("exec_always gsettings set org.gnome.desktop.interface gtk-theme 'MonoThemeDark'") sway.cmd("exec_always gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'")
sway.cmd("exec_always gsettings set org.gnome.desktop.interface.wm.preferences theme 'MonoThemeDark'") sway.cmd("exec_always gsettings set org.gnome.desktop.interface cursor-size 12")
sway.cmd("exec_always gsettings set org.gnome.desktop.interface cursor-size '24'")
sway.cmd("exec_always gsettings set org.gnome.desktop.interface font-name 'Noto Sans Mono 10'") sway.cmd("exec_always gsettings set org.gnome.desktop.interface font-name 'Noto Sans Mono 10'")
sway.cmd("exec_always gsettings set org.gnome.desktop.interface.desktop-app-info-default-handler 'librewolf.desktop'")
run_sh("wl-paste --watch cliphist store") run_sh("wl-paste --watch cliphist store")
run_sh("/usr/lib/xdg-desktop-portal -r") run_sh("/usr/lib/xdg-desktop-portal -r")
sway.cmd("setenv GTK_USE_PORTAL 0") sway.cmd("setenv GTK_USE_PORTAL 0")
+1 -1
View File
@@ -10,7 +10,7 @@ install-debian:
wget -qO- https://apt.fury.io/nushell/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/fury-nushell.gpg wget -qO- https://apt.fury.io/nushell/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/fury-nushell.gpg
echo "deb [signed-by=/etc/apt/keyrings/fury-nushell.gpg] https://apt.fury.io/nushell/ /" | sudo tee /etc/apt/sources.list.d/fury-nushell.list echo "deb [signed-by=/etc/apt/keyrings/fury-nushell.gpg] https://apt.fury.io/nushell/ /" | sudo tee /etc/apt/sources.list.d/fury-nushell.list
sudo apt update sudo apt update
xargs -a packages-debian doas apt install -y xargs -a packages-debian sudo apt install -y
install-arch: install-arch:
@echo "installing pkgs" @echo "installing pkgs"
+1
View File
@@ -31,3 +31,4 @@ git
gvim gvim
kdeconnect kdeconnect
cargo cargo
flatpak
+6
View File
@@ -29,3 +29,9 @@ kitty
nushell nushell
libxkbcommon-dev libxkbcommon-dev
cargo cargo
libglib2.0-bin
flatpak
adwaita-icon-theme
gnome-themes-extra
dmz-cursor-theme
xorg