Compare commits
4 Commits
14202f24f7
...
1d3d060c7c
| Author | SHA1 | Date |
|---|---|---|
|
|
1d3d060c7c | |
|
|
1cd1b6c23a | |
|
|
917a03a4d6 | |
|
|
67994c1da4 |
|
|
@ -15,6 +15,7 @@ application/x-extension-shtml=firefox.desktop;
|
||||||
application/xhtml+xml=firefox.desktop;
|
application/xhtml+xml=firefox.desktop;
|
||||||
application/x-extension-xhtml=firefox.desktop;
|
application/x-extension-xhtml=firefox.desktop;
|
||||||
application/x-extension-xht=firefox.desktop;
|
application/x-extension-xht=firefox.desktop;
|
||||||
|
image/png=gimp.desktop;
|
||||||
|
|
||||||
[Default Applications]
|
[Default Applications]
|
||||||
application/x-extension-ics=userapp-Thunderbird-9ZNG41.desktop;
|
application/x-extension-ics=userapp-Thunderbird-9ZNG41.desktop;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ indicator-radius=120
|
||||||
indicator-thickness=20
|
indicator-thickness=20
|
||||||
clock
|
clock
|
||||||
timestr=%R
|
timestr=%R
|
||||||
datestr=%A, %d %B
|
datestr=%A, %-d %B
|
||||||
color=2E3440
|
color=2E3440
|
||||||
bs-hl-color=BF616A
|
bs-hl-color=BF616A
|
||||||
key-hl-color=A3BE8C
|
key-hl-color=A3BE8C
|
||||||
|
|
@ -22,18 +22,22 @@ layout-bg-color=3B4252
|
||||||
layout-border-color=4C566A
|
layout-border-color=4C566A
|
||||||
layout-text-color=D8DEE9
|
layout-text-color=D8DEE9
|
||||||
|
|
||||||
|
line-clear-color=2E3440
|
||||||
text-clear-color=D8DEE9
|
text-clear-color=D8DEE9
|
||||||
ring-clear-color=88C0D0
|
ring-clear-color=4C566A
|
||||||
inside-clear-color=3B4252
|
inside-clear-color=3B4252
|
||||||
|
|
||||||
|
line-caps-lock-color=2E3440
|
||||||
text-caps-lock-color=D8DEE9
|
text-caps-lock-color=D8DEE9
|
||||||
inside-caps-lock-color=3B4252
|
inside-caps-lock-color=3B4252
|
||||||
ring-caps-lock-color=D08770
|
ring-caps-lock-color=D08770
|
||||||
|
|
||||||
|
line-ver-color=2E3440
|
||||||
text-ver-color=D8DEE9
|
text-ver-color=D8DEE9
|
||||||
ring-ver-color=5E81AC
|
ring-ver-color=5E81AC
|
||||||
inside-ver-color=3B4252
|
inside-ver-color=3B4252
|
||||||
|
|
||||||
|
line-wrong-color=2E3440
|
||||||
text-wrong-color=D8DEE9
|
text-wrong-color=D8DEE9
|
||||||
ring-wrong-color=bf616a
|
ring-wrong-color=bf616a
|
||||||
inside-wrong-color=3B4252
|
inside-wrong-color=3B4252
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
"timezone": "Europe/Warsaw",
|
"timezone": "Europe/Warsaw",
|
||||||
"tooltip-format": false,
|
"tooltip-format": false,
|
||||||
"format-alt": " {:%T %F}",
|
"format-alt": " {:%T %F}",
|
||||||
"format": " {:%H:%M %e %b}",
|
"format": " {:%H:%M %a, %e %b}",
|
||||||
"on-click-right": "evolution -c calendar"
|
"on-click-right": "evolution -c calendar"
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@ go
|
||||||
!.config/fish
|
!.config/fish
|
||||||
.config/fish/*
|
.config/fish/*
|
||||||
!.config/fish/conf.d
|
!.config/fish/conf.d
|
||||||
|
.config/fish/conf.d/local
|
||||||
!.config/foot
|
!.config/foot
|
||||||
!.config/git
|
!.config/git
|
||||||
!.config/gtk-3.0
|
!.config/gtk-3.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue