aboutsummaryrefslogtreecommitdiff
path: root/config/foot
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-07 22:34:10 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-07 22:34:10 -0500
commit3832e2c085e5137f78cdf5f0c1e9cf273ffbc338 (patch)
treea2bd6bd1119aacbaa23ede55ad3ff1c46a76ea57 /config/foot
parent05a87bb0eb20345694a09c9e5e5930028c0c0339 (diff)
complete my configuration migration
Diffstat (limited to 'config/foot')
-rw-r--r--config/foot/foot.org62
-rw-r--r--config/foot/index.org9
2 files changed, 40 insertions, 31 deletions
diff --git a/config/foot/foot.org b/config/foot/foot.org
index 922964a..f0bbfd3 100644
--- a/config/foot/foot.org
+++ b/config/foot/foot.org
@@ -1,52 +1,52 @@
#+title: Foot Settings
* Basic Settings
Use Source Code Pro with Nerd Font in size 10.
-#+begin_src ini :tangle yes
-font=SauceCodePro Nerd Font:size=10
+#+begin_src conf :tangle ~/.config/foot.ini :mkdirp yes
+ font=SauceCodePro Nerd Font:size=10
#+end_src
Add 6 pixel padding around the terminal.
-#+begin_src ini :tangle yes
-pad=6x6
+#+begin_src conf :tangle ~/.config/foot.ini :mkdirp yes
+ pad=6x6
#+end_src
* URL
Use Firefox to open URLs.
-#+begin_src ini :tangle yes
-[url]
-launch=firefox ${url}
+#+begin_src conf :tangle ~/.config/foot.ini :mkdirp yes
+ [url]
+ launch=firefox ${url}
#+end_src
* Mouse
Hide the mouse when typing.
-#+begin_src ini :tangle yes
-[mouse]
-hide-when-typing=yes
+#+begin_src conf :tangle ~/.config/foot.ini :mkdirp yes
+ [mouse]
+ hide-when-typing=yes
#+end_src
* Colours
The colours are defined here. I use a slightly transparent background.
-#+begin_src ini :tangle yes
-[colors]
-alpha=0.9
-background=fcfcfc
-foreground=5c6166
+#+begin_src conf :tangle ~/.config/foot.ini :mkdirp yes
+ [colors]
+ alpha=0.9
+ background=fcfcfc
+ foreground=5c6166
-regular0=010101
-regular1=e7666a
-regular2=80ab24
-regular3=eba54d
-regular4=4196df
-regular5=9870c3
-regular6=51b891
-regular7=c1c1c1
+ regular0=010101
+ regular1=e7666a
+ regular2=80ab24
+ regular3=eba54d
+ regular4=4196df
+ regular5=9870c3
+ regular6=51b891
+ regular7=c1c1c1
-bright0=343434
-bright1=ee9295
-bright2=9fd32f
-bright3=f0bc7b
-bright4=6daee6
-bright5=b294d2
-bright6=75c7a8
-bright7=dbdbdb
+ bright0=343434
+ bright1=ee9295
+ bright2=9fd32f
+ bright3=f0bc7b
+ bright4=6daee6
+ bright5=b294d2
+ bright6=75c7a8
+ bright7=dbdbdb
#+end_src
diff --git a/config/foot/index.org b/config/foot/index.org
new file mode 100644
index 0000000..f076d68
--- /dev/null
+++ b/config/foot/index.org
@@ -0,0 +1,9 @@
+#+title: Dotfiles =/.config/foot=
+
+This is my Foot configuration.
+
+* Directories
+- [[../index.org][../]]
+
+* Files
+- [[./foot.org][foot.ini]]