Switch to everforest

This commit is contained in:
Elnu 2023-01-06 21:46:58 -08:00
parent aab45bcce3
commit 08a21d7a36
8 changed files with 29 additions and 14 deletions

View file

@ -1,8 +0,0 @@
{
background = "#2e3440";
background-alt = "#3b4252";
foreground = "#eceff4";
primary = "#8fbcbb";
alert = "#bf616a";
disabled = "#434c5e";
}

1
polybar/colors.nix Symbolic link
View file

@ -0,0 +1 @@
everforest-medium.nix

View file

@ -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}";
};

View file

@ -0,0 +1,8 @@
{
background = "#1e2326";
background-alt = "#272e33";
foreground = "#d3c6aa";
primary = "#83c092";
alert = "#e67e80";
disabled = "#2e383c";
}

View file

@ -0,0 +1,8 @@
{
background = "#232a2e";
background-alt = "#2d353b";
foreground = "#d3c6aa";
primary = "#83c092";
alert = "#e67e80";
disabled = "#343f44";
}

8
polybar/nord.nix Normal file
View file

@ -0,0 +1,8 @@
{
background = "#2e3440";
background-alt = "#3b4252";
foreground = "#eceff4";
primary = "#8fbcbb";
alert = "#bf616a";
disabled = "#434c5e";
}