👐 foo: too lazy to come up with a helpful commit message :)

This commit is contained in:
2025-12-19 14:20:29 +01:00
parent 3cf506fedf
commit 6725b32cdb
7 changed files with 7 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ command = exec fish
confirm-close-surface = false confirm-close-surface = false
font-family = Maple Mono NF CN font-family = monospace
font-size = 12 font-size = 12
cursor-style = bar cursor-style = bar

View File

@@ -16,7 +16,7 @@ command = exec fish
confirm-close-surface = false confirm-close-surface = false
font-family = Maple Mono NF CN font-family = monospace
font-size = 12 font-size = 12
cursor-style = bar cursor-style = bar

View File

@@ -23,7 +23,7 @@ window_padding_width 10
background_opacity 0.75 background_opacity 0.75
background_blur 16 background_blur 16
font_family Maple Mono NF CN font_family monospace
font_size 12 font_size 12
tab_bar_style powerline tab_bar_style powerline

View File

@@ -23,7 +23,7 @@ window_padding_width 10
background_opacity 0.95 background_opacity 0.95
background_blur 16 background_blur 16
font_family Maple Mono NF CN font_family monospace
font_size 12 font_size 12
tab_bar_style powerline tab_bar_style powerline

View File

@@ -10,7 +10,6 @@ Singleton {
if (!path || typeof path !== "string") if (!path || typeof path !== "string")
return ; return ;
console.log("Screenshot captured at path:", path);
Quickshell.execDetached(["screenshot-script", "edit", path]); Quickshell.execDetached(["screenshot-script", "edit", path]);
} }

View File

@@ -10,7 +10,7 @@
set -e set -e
waydroid session stop waydroid session stop
# sudo waydroid upgrade # since I'm not using the default image sudo waydroid upgrade
# sudo waydroid init -f -s GAPPS sudo waydroid init -f -s GAPPS
sudo systemctl restart waydroid-container sudo systemctl restart waydroid-container
waydroid show-full-ui waydroid show-full-ui