diff --git a/hosts/default.nix b/hosts/default.nix index 43fcf42..f3eed93 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -33,7 +33,6 @@ in (import ./home.nix) (import ./thinkpads/home.nix) ]; - home.file."./.background-image".source = ../wallpapers/178869_1366x768.jpg; }; }; } @@ -61,7 +60,6 @@ in (import ./home.nix) (import ./thinkpads/home.nix) ]; - home.file."./.background-image".source = ../wallpapers/roxynord.png; }; }; } @@ -88,7 +86,6 @@ in (import ./home.nix) (import ./virtualbox/home.nix) ]; - home.file."./.background-image".source = ../wallpapers/roxynord.png; }; }; } diff --git a/polybar/colors.nix b/polybar/colors.nix deleted file mode 100644 index ed74183..0000000 --- a/polybar/colors.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ - background = "#2e3440"; - background-alt = "#3b4252"; - foreground = "#eceff4"; - primary = "#8fbcbb"; - alert = "#bf616a"; - disabled = "#434c5e"; -} diff --git a/polybar/colors.nix b/polybar/colors.nix new file mode 120000 index 0000000..d99fa72 --- /dev/null +++ b/polybar/colors.nix @@ -0,0 +1 @@ +everforest-medium.nix \ No newline at end of file diff --git a/polybar/default.nix b/polybar/default.nix index 54de89f..e26c6a2 100644 --- a/polybar/default.nix +++ b/polybar/default.nix @@ -89,7 +89,7 @@ in interval = 25; mount-0 = "/"; - label-mounted = "%{F#88c0d0}%mountpoint%%{F-} %percentage_used%%"; + label-mounted = "%{F${colors.primary}}%mountpoint%%{F-} %percentage_used%%"; label-unmounted = "%mountpoint% not mounted"; label-unmounted-foreground = "${colors.disabled}"; }; diff --git a/polybar/everforest-dark.nix b/polybar/everforest-dark.nix new file mode 100644 index 0000000..1625890 --- /dev/null +++ b/polybar/everforest-dark.nix @@ -0,0 +1,8 @@ +{ + background = "#1e2326"; + background-alt = "#272e33"; + foreground = "#d3c6aa"; + primary = "#83c092"; + alert = "#e67e80"; + disabled = "#2e383c"; +} diff --git a/polybar/everforest-medium.nix b/polybar/everforest-medium.nix new file mode 100644 index 0000000..8e2b9cc --- /dev/null +++ b/polybar/everforest-medium.nix @@ -0,0 +1,8 @@ +{ + background = "#232a2e"; + background-alt = "#2d353b"; + foreground = "#d3c6aa"; + primary = "#83c092"; + alert = "#e67e80"; + disabled = "#343f44"; +} diff --git a/polybar/nord.nix b/polybar/nord.nix new file mode 100644 index 0000000..ed74183 --- /dev/null +++ b/polybar/nord.nix @@ -0,0 +1,8 @@ +{ + background = "#2e3440"; + background-alt = "#3b4252"; + foreground = "#eceff4"; + primary = "#8fbcbb"; + alert = "#bf616a"; + disabled = "#434c5e"; +} diff --git a/terminal.nix b/terminal.nix index aeea571..64352e6 100644 --- a/terminal.nix +++ b/terminal.nix @@ -3,11 +3,12 @@ { programs.kitty = { enable = true; - theme = "Nord"; + # https://github.com/kovidgoyal/kitty-themes/blob/master/themes.json + theme = "Everforest Dark Hard"; font = { name = "FiraCode Nerd Font Mono"; size = 12; }; - extraConfig = "enable_audio_bell 0\nconfirm_os_window_close 0\nbackground_opacity 0.8"; + extraConfig = "enable_audio_bell 0\nconfirm_os_window_close 0\nbackground_opacity 0.7"; }; } diff --git a/wallpapers/306286.jpg b/wallpapers/306286.jpg new file mode 100644 index 0000000..f2226f3 Binary files /dev/null and b/wallpapers/306286.jpg differ