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