diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-04-03 16:15:12 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-04-03 16:15:12 +0200 |
commit | 31356dff7695e43da92069e2453c619261d13245 (patch) | |
tree | d4e3fa874b5b2116490be5630e0f44474c682a57 /.local/share/bin | |
parent | cc604c7b659308e833aed66f897fbcdd35aa1e37 (diff) |
update `mode` script
Diffstat (limited to '.local/share/bin')
-rwxr-xr-x | .local/share/bin/mode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bin/mode b/.local/share/bin/mode index efa8ad4..fab2de6 100755 --- a/.local/share/bin/mode +++ b/.local/share/bin/mode @@ -208,7 +208,7 @@ alpha = #00000000 ; vim:ft=dosini EOF - echo "$conf" > ~/.config/polybar/colors + echo "$conf" > ~/.config/polybar/colors.ini } switch_vim_lightline() { |