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