Dracula i3-status

This commit is contained in:
2022-02-13 21:25:33 +00:00
parent a7d7992305
commit 897da92dcf

View File

@@ -4,41 +4,41 @@
programs.i3status-rust = {
enable = true;
bars = {
main = {
theme = "nord-dark";
icons = "awesome";
blocks = [
{
block = "time";
}
{
block = "battery";
allow_missing = true;
hide_missing = true;
}
{
block = "networkmanager";
on_click = "alacritty -e nmtui";
primary_only = true;
ap_format = "{ssid}";
device_format = "{icon}{ap}";
}
{
block = "keyboard_layout";
}
{
block = "notify";
}
{
block = "music";
player = "spotify";
buttons = [ "prev" "play" "next" ];
}
{
block = "sound";
}
];
};
main = {
theme = "dracula";
icons = "awesome";
blocks = [
{
block = "time";
}
{
block = "battery";
allow_missing = true;
hide_missing = true;
}
{
block = "networkmanager";
on_click = "alacritty -e nmtui";
primary_only = true;
ap_format = "{ssid}";
device_format = "{icon}{ap}";
}
{
block = "keyboard_layout";
}
{
block = "notify";
}
{
block = "music";
player = "spotify";
buttons = [ "prev" "play" "next" ];
}
{
block = "sound";
}
];
};
};
};
}