aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/mode
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-25 21:09:50 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-25 21:09:50 +0100
commitc80b1c2dd0493af19999de3bc539e9c709b2022c (patch)
tree80aaa038c94e672b4532d24218fccc9e6b1f0f82 /.local/share/bin/mode
parent494909ff53f988018292c0494499270ab10f34d1 (diff)
solid color background
Diffstat (limited to '.local/share/bin/mode')
-rwxr-xr-x.local/share/bin/mode3
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/share/bin/mode b/.local/share/bin/mode
index 38316d3..ef26a96 100755
--- a/.local/share/bin/mode
+++ b/.local/share/bin/mode
@@ -144,7 +144,7 @@ switch_chrome() {
"theme": {
"images": { "theme_frame": "bg.png" },
"colors": {
- "frame": $fg,
+ "frame": $bg,
"button_background": $fg,
"ntp_background": $bg,
"ntp_text": $bg,
@@ -309,6 +309,7 @@ reload_apps() {
reload_terms
reload_fcitx5
reload_gtk
+ rwall
}
reload_apps