diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-22 18:18:48 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-22 18:18:48 -0300 |
commit | e8936f9b761ffcba258296a9186626bf1f7414d7 (patch) | |
tree | a7b75f5b77f12844a927988c3bfa2477690adb36 /.config/foot | |
parent | 7fe649ce3b9809613428c360b7c9625a8869cf9e (diff) | |
download | dots-e8936f9b761ffcba258296a9186626bf1f7414d7.tar.gz |
removed foot, i3status-rs and sway configs
Diffstat (limited to '.config/foot')
-rw-r--r-- | .config/foot/foot.ini | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini deleted file mode 100644 index db45750..0000000 --- a/.config/foot/foot.ini +++ /dev/null @@ -1,39 +0,0 @@ -# -*- conf -*- - -font=monospace:size=11 -line-height=12 - - -[bell] -visual=yes - -[url] -launch=xdg-open ${url} - -[colors] -alpha=0.9 -background=2d2a2e -foreground=e3e1e4 -flash=848089 -flash-alpha=0.3 - -## Normal/regular colors (color palette 0-7) -regular0=1a181a # black -regular1=f85e84 # red -regular2=9ecd6f # green -regular3=e5c463 # yellow -regular4=7accd7 # blue -regular5=ab9df2 # magenta -regular6=78dce8 # cyan -regular7=e3e1e4 # white - -## Bright colors (color palette 8-15) -bright0=848089 # bright black -bright1=ff6188 # bright red -bright2=a9dc76 # bright green -bright3=e5c463 # bright yellow -bright4=78dce8 # bright blue -bright5=ab9df2 # bright magenta -bright6=78dce8 # bright cyan -bright7=edebee # bright white - |