mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Added ashes background + reorganized themes dir
This commit is contained in:
parent
44ad4b4494
commit
d2e1c2d974
|
@ -24,8 +24,10 @@
|
||||||
name = "emmet";
|
name = "emmet";
|
||||||
email = "librephoenix@protonmail.com";
|
email = "librephoenix@protonmail.com";
|
||||||
dotfilesDir = "~/.dotfiles";
|
dotfilesDir = "~/.dotfiles";
|
||||||
theme = "ayu-dark";
|
theme = "ashes";
|
||||||
themePolarity = "dark";
|
|
||||||
|
themePolarityPath = "/themes/"+theme+"/polarity.txt";
|
||||||
|
themePolarity = builtins.readFile (./. + themePolarityPath);
|
||||||
backgroundUrlPath = "/themes/"+theme+"/backgroundurl.txt";
|
backgroundUrlPath = "/themes/"+theme+"/backgroundurl.txt";
|
||||||
backgroundUrl = builtins.readFile (./. + backgroundUrlPath);
|
backgroundUrl = builtins.readFile (./. + backgroundUrlPath);
|
||||||
backgroundSha256Path = "/themes/"+theme+"/backgroundsha256.txt";
|
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
|
let
|
||||||
myFont = "Inconsolata";
|
myFont = "Inconsolata";
|
||||||
myFontPkg = pkgs.inconsolata;
|
myFontPkg = pkgs.inconsolata;
|
||||||
myThemePath = "../../../themes/"+myTheme+".yaml";
|
myThemePath = "../../../themes/"+myTheme+"/"+myTheme+".yaml";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.file.".currenttheme".text = myTheme;
|
home.file.".currenttheme".text = myTheme;
|
||||||
|
|
Loading…
Reference in a new issue