File tree 3 files changed +16
-0
lines changed
3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ const directories = [{
27
27
dst :
'etc/systemd/system/[email protected] '
28
28
} , {
29
29
src : 'etc/systemd/resolved.conf.d'
30
+ } , {
31
+ src : 'usr/local/share/dark-mode.d' ,
32
+ fmode : '0755' ,
33
+ pkgs : [ 'darkman' ]
34
+ } , {
35
+ src : 'usr/local/share/light-mode.d' ,
36
+ fmode : '0755' ,
37
+ pkgs : [ 'darkman' ]
30
38
} ]
31
39
32
40
const files = [ {
Original file line number Diff line number Diff line change
1
+ # Note: The names for the Arc theme variations are terrible.
2
+ # "Darker" is actually LESS DARK than "Dark".
3
+
4
+ gsettings set org.gnome.desktop.interface gtk-theme Arc-Dark
Original file line number Diff line number Diff line change
1
+ # Note: The names for the Arc theme variations are terrible.
2
+ # "Darker" is actually LESS DARK than "Dark".
3
+
4
+ gsettings set org.gnome.desktop.interface gtk-theme Arc-Darker
You can’t perform that action at this time.
0 commit comments