👐 foo: too lazy to come up with a helpful commit message :)
This commit is contained in:
@@ -16,7 +16,7 @@ command = exec fish
|
||||
|
||||
confirm-close-surface = false
|
||||
|
||||
font-family = Maple Mono NF CN
|
||||
font-family = monospace
|
||||
font-size = 12
|
||||
|
||||
cursor-style = bar
|
||||
|
||||
@@ -16,7 +16,7 @@ command = exec fish
|
||||
|
||||
confirm-close-surface = false
|
||||
|
||||
font-family = Maple Mono NF CN
|
||||
font-family = monospace
|
||||
font-size = 12
|
||||
|
||||
cursor-style = bar
|
||||
|
||||
@@ -23,7 +23,7 @@ window_padding_width 10
|
||||
background_opacity 0.75
|
||||
background_blur 16
|
||||
|
||||
font_family Maple Mono NF CN
|
||||
font_family monospace
|
||||
font_size 12
|
||||
|
||||
tab_bar_style powerline
|
||||
|
||||
@@ -23,7 +23,7 @@ window_padding_width 10
|
||||
background_opacity 0.95
|
||||
background_blur 16
|
||||
|
||||
font_family Maple Mono NF CN
|
||||
font_family monospace
|
||||
font_size 12
|
||||
|
||||
tab_bar_style powerline
|
||||
|
||||
@@ -10,7 +10,6 @@ Singleton {
|
||||
if (!path || typeof path !== "string")
|
||||
return ;
|
||||
|
||||
console.log("Screenshot captured at path:", path);
|
||||
Quickshell.execDetached(["screenshot-script", "edit", path]);
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
set -e
|
||||
|
||||
waydroid session stop
|
||||
# sudo waydroid upgrade # since I'm not using the default image
|
||||
# sudo waydroid init -f -s GAPPS
|
||||
sudo waydroid upgrade
|
||||
sudo waydroid init -f -s GAPPS
|
||||
sudo systemctl restart waydroid-container
|
||||
waydroid show-full-ui
|
||||
|
||||
Reference in New Issue
Block a user