👐 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
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user