1
0

Added foot terminal config

Added swaylock config
Updated installer script to pull/install correct files
This commit is contained in:
2025-09-26 22:33:19 +01:00
parent 21758f9cc5
commit eaf6d47bf8
3 changed files with 116 additions and 0 deletions

53
config/foot/foot.ini Normal file
View File

@@ -0,0 +1,53 @@
# Basic
#
term=xterm-256color
font=Ubuntu Mono:size=11.5
[colors]
alpha=1.0
background=181818
foreground=FFFFFF
# Normal
regular0=181818 # black
regular1=FF5866 # red
regular2=85FF85 # green
regular3=F9DC5C # yellow
regular4=3185FC # blue
regular5=FF85FF # magenta
regular6=85FFFF # cyan
regular7=FFFFFF # white
# Bright
bright0=252525 # bright black
bright1=FF99A1 # bright red
bright2=C2FFC2 # bright green
bright3=FCEEB0 # bright yellow
bright4=86B8FD # bright blue
bright5=FFC2FF # bright magenta
bright6=C2FFFF # bright cyan
bright7=FFFFFF # bright white
# Dim
dim0=000000 # dim black
dim1=F50014 # dim red
dim2=5CFF5C # dim green
dim3=F6CD13 # dim yellow
dim4=0567F1 # dim blue
dim5=FF5CFF # dim magenta
dim6=00F5F5 # dim cyan
dim7=C2C2C2 # dim white
# Misc
jump-labels=181818 FFFFFF
urls=FFFFFF
# @Todo: Could add more colours, supports the full 256 range and sixel
[csd]
preferred=server
[key-bindings]
show-urls-launch=Control+u
# vim: ft=dosini