Switch to everforest
This commit is contained in:
parent
aab45bcce3
commit
08a21d7a36
8 changed files with 29 additions and 14 deletions
|
@ -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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue