diff options
Diffstat (limited to '.local/share/bin/mode')
-rwxr-xr-x | .local/share/bin/mode | 3 |
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 |