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 | |
parent | cc604c7b659308e833aed66f897fbcdd35aa1e37 (diff) |
update `mode` script
-rw-r--r-- | .config/polybar/colors.ini | 9 | ||||
-rwxr-xr-x | .local/share/bin/mode | 2 |
2 files changed, 1 insertions, 10 deletions
diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini deleted file mode 100644 index dc427e7..0000000 --- a/.config/polybar/colors.ini +++ /dev/null @@ -1,9 +0,0 @@ -[color] -bg = ${xrdb:background:#1e1e2e} -fg = ${xrdb:foreground:#cdd6f4} -fg-alt = ${xrdb:background:#1e1e2e} -fg-half = ${xrdb:color8:#585B70} - -alpha = #00000000 - -; vim:ft=dosini 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() { |