mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add better tridactyl theme
This commit is contained in:
parent
ecd37537cc
commit
14de7e4f7e
3 changed files with 167 additions and 5 deletions
|
|
@ -14823,7 +14823,7 @@ This is the configuration file for tridactyl, which provides keyboard-driven nav
|
|||
|
||||
The =command= command can be supplied with a =-p= flag that will take a single argmuent which is exposed as =JS_ARG=. I use this in a function that switches to an open tab if it exists and otherwise creates it.
|
||||
|
||||
#+begin_src :tangle programs/firefox/tridactyl/tridactylrc :mkdirp yes
|
||||
#+begin_src config :tangle programs/firefox/tridactyl/tridactylrc :mkdirp yes
|
||||
|
||||
sanitise tridactyllocal tridactylsync
|
||||
|
||||
|
|
@ -14842,6 +14842,7 @@ set searchurls.hm https://home-manager-options.extranix.com/?query=
|
|||
set completions.Tab.statusstylepretty true
|
||||
set hintfiltermode vimperator-reflow
|
||||
set hintnames numeric
|
||||
unbind --mode=hint <Space>
|
||||
|
||||
" Binds
|
||||
bind <C-m> buffer #
|
||||
|
|
@ -14950,7 +14951,7 @@ autocmd DocStart vc-impimba-1.m.imp.ac.at/ui/webconsole mode ignore
|
|||
|
||||
#+end_src
|
||||
** tridactyl theme
|
||||
#+begin_src :tangle programs/firefox/tridactyl/themes/swarsel.css :mkdirp yes
|
||||
#+begin_src config :tangle programs/firefox/tridactyl/themes/swarsel.css :mkdirp yes
|
||||
|
||||
:root {
|
||||
|
||||
|
|
@ -15115,6 +15116,7 @@ autocmd DocStart vc-impimba-1.m.imp.ac.at/ui/webconsole mode ignore
|
|||
|
||||
|
||||
#+end_src
|
||||
|
||||
** Waybar style.css
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: h:77b1c523-5074-4610-b320-90af95e6134d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue