nice colors for i3bar!

This commit is contained in:
zoe 2022-10-31 15:42:04 +01:00
parent c8a64e80ab
commit 7d4b6edf7a
3 changed files with 14 additions and 2 deletions

View File

@ -102,7 +102,7 @@ in
statusCommand = "i3status-rs $HOME/.config/i3status-rust/config-main.toml"; statusCommand = "i3status-rs $HOME/.config/i3status-rust/config-main.toml";
fonts = { fonts = {
names = [ "CaskaydiaCove Nerd Font" ]; names = [ "CaskaydiaCove Nerd Font" ];
size = 12.0; size = 11.0;
}; };
colors = { colors = {
background = color_bg; background = color_bg;
@ -121,6 +121,11 @@ in
background = color_active; background = color_active;
text = color_bg; text = color_bg;
}; };
bindingMode = {
background = color_bg;
border = color_bg;
text = color_fg;
};
}; };
} }

View File

@ -1,6 +1,12 @@
{ ... }: { ... }:
{ {
blocks = [ blocks = [
# music
{
block = "music";
buttons = [ "prev" "play" "next" ];
hide_when_empty = true;
}
# audio in # audio in
{ {
block = "sound"; block = "sound";

View File

@ -15,7 +15,8 @@
networkmanagerapplet networkmanagerapplet
thunderbird thunderbird
# files # files and partitions
gnome.gnome-disk-utility
xfce.thunar xfce.thunar
xfce.thunar-volman xfce.thunar-volman
xfce.thunar-archive-plugin xfce.thunar-archive-plugin