Switch to everforest
This commit is contained in:
parent
aab45bcce3
commit
08a21d7a36
8 changed files with 29 additions and 14 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
background = "#2e3440";
|
||||
background-alt = "#3b4252";
|
||||
foreground = "#eceff4";
|
||||
primary = "#8fbcbb";
|
||||
alert = "#bf616a";
|
||||
disabled = "#434c5e";
|
||||
}
|
1
polybar/colors.nix
Symbolic link
1
polybar/colors.nix
Symbolic link
|
@ -0,0 +1 @@
|
|||
everforest-medium.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}";
|
||||
};
|
||||
|
|
8
polybar/everforest-dark.nix
Normal file
8
polybar/everforest-dark.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
background = "#1e2326";
|
||||
background-alt = "#272e33";
|
||||
foreground = "#d3c6aa";
|
||||
primary = "#83c092";
|
||||
alert = "#e67e80";
|
||||
disabled = "#2e383c";
|
||||
}
|
8
polybar/everforest-medium.nix
Normal file
8
polybar/everforest-medium.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
background = "#232a2e";
|
||||
background-alt = "#2d353b";
|
||||
foreground = "#d3c6aa";
|
||||
primary = "#83c092";
|
||||
alert = "#e67e80";
|
||||
disabled = "#343f44";
|
||||
}
|
8
polybar/nord.nix
Normal file
8
polybar/nord.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
background = "#2e3440";
|
||||
background-alt = "#3b4252";
|
||||
foreground = "#eceff4";
|
||||
primary = "#8fbcbb";
|
||||
alert = "#bf616a";
|
||||
disabled = "#434c5e";
|
||||
}
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
BIN
wallpapers/306286.jpg
Normal file
BIN
wallpapers/306286.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 486 KiB |
Loading…
Add table
Reference in a new issue