File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 13
13
githubId = 54070204 ;
14
14
name = "0x5a4" ;
15
15
} ;
16
+ Eveeifyeve = {
17
+
18
+ github = "Eveeifyeve" ;
19
+ githubId = 88671402 ;
20
+ matrix = "@eveeifyeve:matrix.org" ;
21
+ name = "Eveeifyeve" ;
22
+ } ;
16
23
Flameopathic = {
17
24
18
25
github = "Flameopathic" ;
Original file line number Diff line number Diff line change
1
+ {
2
+ mkTarget ,
3
+ config ,
4
+ lib ,
5
+ ...
6
+ } :
7
+ mkTarget {
8
+ name = "jankyborders" ;
9
+ humanName = "JankyBorders" ;
10
+
11
+ configElements =
12
+ { colors , opacity } :
13
+ {
14
+ services . jankyborders =
15
+ let
16
+ mkOpacityHexColor = lib . flip config . lib . stylix . mkOpacityHexColor opacity . desktop ;
17
+ in
18
+ {
19
+ active_color = mkOpacityHexColor colors . base0D ;
20
+ inactive_color = mkOpacityHexColor colors . base03 ;
21
+ } ;
22
+ } ;
23
+ }
Original file line number Diff line number Diff line change
1
+ { lib , ... } :
2
+ {
3
+ maintainers = [ lib . maintainers . eveeifyeve ] ;
4
+ homepage = "https://github.com/FelixKratz/JankyBorders" ;
5
+ name = "JankyBorders" ;
6
+ }
You can’t perform that action at this time.
0 commit comments