diff options
-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() { |