mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Added ashes background + reorganized themes dir
This commit is contained in:
parent
44ad4b4494
commit
d2e1c2d974
|
@ -24,8 +24,10 @@
|
|||
name = "emmet";
|
||||
email = "librephoenix@protonmail.com";
|
||||
dotfilesDir = "~/.dotfiles";
|
||||
theme = "ayu-dark";
|
||||
themePolarity = "dark";
|
||||
theme = "ashes";
|
||||
|
||||
themePolarityPath = "/themes/"+theme+"/polarity.txt";
|
||||
themePolarity = builtins.readFile (./. + themePolarityPath);
|
||||
backgroundUrlPath = "/themes/"+theme+"/backgroundurl.txt";
|
||||
backgroundUrl = builtins.readFile (./. + backgroundUrlPath);
|
||||
backgroundSha256Path = "/themes/"+theme+"/backgroundsha256.txt";
|
||||
|
|
1
themes/ashes/backgroundsha256.txt
Normal file
1
themes/ashes/backgroundsha256.txt
Normal file
|
@ -0,0 +1 @@
|
|||
sha256-ul7ecqPw9bSr+JRSd+3OlKwVfB+5378L7ObYydJDsgQ=
|
1
themes/ashes/backgroundurl.txt
Normal file
1
themes/ashes/backgroundurl.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://images.hdqwalls.com/wallpapers/anime-road-to-city-everlasting-summer-4k-ep.jpg
|
1
themes/ashes/polarity.txt
Normal file
1
themes/ashes/polarity.txt
Normal file
|
@ -0,0 +1 @@
|
|||
dark
|
1
themes/ayu-dark/polarity.txt
Normal file
1
themes/ayu-dark/polarity.txt
Normal file
|
@ -0,0 +1 @@
|
|||
dark
|
1
themes/dracula/polarity.txt
Normal file
1
themes/dracula/polarity.txt
Normal file
|
@ -0,0 +1 @@
|
|||
dark
|
1
themes/emil/polarity.txt
Normal file
1
themes/emil/polarity.txt
Normal file
|
@ -0,0 +1 @@
|
|||
light
|
1
themes/everforest/polarity.txt
Normal file
1
themes/everforest/polarity.txt
Normal file
|
@ -0,0 +1 @@
|
|||
dark
|
1
themes/manegarm/polarity.txt
Normal file
1
themes/manegarm/polarity.txt
Normal file
|
@ -0,0 +1 @@
|
|||
dark
|
1
themes/monokai/polarity.txt
Normal file
1
themes/monokai/polarity.txt
Normal file
|
@ -0,0 +1 @@
|
|||
dark
|
1
themes/something/polarity.txt
Normal file
1
themes/something/polarity.txt
Normal file
|
@ -0,0 +1 @@
|
|||
dark
|
1
themes/spaceduck/polarity.txt
Normal file
1
themes/spaceduck/polarity.txt
Normal file
|
@ -0,0 +1 @@
|
|||
dark
|
1
themes/tomorrow-night/polarity.txt
Normal file
1
themes/tomorrow-night/polarity.txt
Normal file
|
@ -0,0 +1 @@
|
|||
dark
|
1
themes/ubuntu/polarity.txt
Normal file
1
themes/ubuntu/polarity.txt
Normal file
|
@ -0,0 +1 @@
|
|||
dark
|
1
themes/windows-95/polarity.txt
Normal file
1
themes/windows-95/polarity.txt
Normal file
|
@ -0,0 +1 @@
|
|||
dark
|
|
@ -3,7 +3,7 @@
|
|||
let
|
||||
myFont = "Inconsolata";
|
||||
myFontPkg = pkgs.inconsolata;
|
||||
myThemePath = "../../../themes/"+myTheme+".yaml";
|
||||
myThemePath = "../../../themes/"+myTheme+"/"+myTheme+".yaml";
|
||||
in
|
||||
{
|
||||
home.file.".currenttheme".text = myTheme;
|
||||
|
|
Loading…
Reference in a new issue