foot: use "include" directive for using pywal colors
This commit is contained in:
parent
42124b36df
commit
61d87e6ee5
|
|
@ -1,42 +1,40 @@
|
||||||
|
include=~/.cache/wal/colors-foot.ini
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
font=Fira Code:size=11
|
font=Fira Code:size=11
|
||||||
pad=15x15
|
pad=15x15
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
alpha=0.85
|
alpha=0.85
|
||||||
cursor=11111b f5e0dc
|
#cursor=11111b f5e0dc
|
||||||
foreground=cdd6f4
|
#foreground=cdd6f4
|
||||||
background=1e1e2e
|
#background=1e1e2e
|
||||||
|
#
|
||||||
regular0=45475a
|
#regular0=45475a
|
||||||
regular1=f38ba8
|
#regular1=f38ba8
|
||||||
regular2=a6e3a1
|
#regular2=a6e3a1
|
||||||
regular3=f9e2af
|
#regular3=f9e2af
|
||||||
regular4=89b4fa
|
#regular4=89b4fa
|
||||||
regular5=f5c2e7
|
#regular5=f5c2e7
|
||||||
regular6=94e2d5
|
#regular6=94e2d5
|
||||||
regular7=bac2de
|
#regular7=bac2de
|
||||||
|
#
|
||||||
bright0=585b70
|
#bright0=585b70
|
||||||
bright1=f38ba8
|
#bright1=f38ba8
|
||||||
bright2=a6e3a1
|
#bright2=a6e3a1
|
||||||
bright3=f9e2af
|
#bright3=f9e2af
|
||||||
bright4=89b4fa
|
#bright4=89b4fa
|
||||||
bright5=f5c2e7
|
#bright5=f5c2e7
|
||||||
bright6=94e2d5
|
#bright6=94e2d5
|
||||||
bright7=a6adc8
|
#bright7=a6adc8
|
||||||
|
#16=fab387
|
||||||
16=fab387
|
#17=f5e0dc
|
||||||
17=f5e0dc
|
#selection-foreground=cdd6f4
|
||||||
|
#selection-background=414356
|
||||||
selection-foreground=cdd6f4
|
#search-box-no-match=11111b f38ba8
|
||||||
selection-background=414356
|
#search-box-match=cdd6f4 313244
|
||||||
|
#jump-labels=11111b fab387
|
||||||
search-box-no-match=11111b f38ba8
|
#urls=89b4fa
|
||||||
search-box-match=cdd6f4 313244
|
|
||||||
|
|
||||||
jump-labels=11111b fab387
|
|
||||||
urls=89b4fa
|
|
||||||
|
|
||||||
[key-bindings]
|
[key-bindings]
|
||||||
search-start=Control+Shift+f
|
search-start=Control+Shift+f
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ autogenerated = 0
|
||||||
###################
|
###################
|
||||||
### MY PROGRAMS ###
|
### MY PROGRAMS ###
|
||||||
###################
|
###################
|
||||||
$terminal = footclient -o include=~/.cache/wal/colors-foot.ini
|
$terminal = footclient
|
||||||
$menu = fuzzel
|
$menu = fuzzel
|
||||||
$browser = librewolf
|
$browser = librewolf
|
||||||
|
|
||||||
|
|
@ -260,7 +260,7 @@ bind = $mainMod, S, togglespecialworkspace, magic
|
||||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||||
|
|
||||||
# Have scratchpad like DWM which opens alacritty in special workspace
|
# Have scratchpad like DWM which opens alacritty in special workspace
|
||||||
workspace = special:h, on-created-empty: footclient -o include=~/.cache/wal/colors-foot.ini
|
workspace = special:h, on-created-empty: footclient
|
||||||
bind = $mainMod SHIFT, Return, togglespecialworkspace, h
|
bind = $mainMod SHIFT, Return, togglespecialworkspace, h
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ label {
|
||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = Hello $USER :3
|
text = Hello $USER :3
|
||||||
color = $color7
|
color = $foreground
|
||||||
font_size = 20
|
font_size = 20
|
||||||
font_family = Fira Code
|
font_family = Fira Code
|
||||||
position = 0, 0
|
position = 0, 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue