enable spam training

This commit is contained in:
Rouven Seifert 2023-09-03 22:30:56 +02:00
parent 0fb1da3199
commit 9f90c1643a
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 50 additions and 16 deletions

View file

@ -71,6 +71,7 @@
programs.texlive.enable = true;
programs.obs-studio.enable = true;
programs.firefox.enable = true;
xdg.mimeApps = {
enable = true;

View file

@ -12,7 +12,7 @@
height = 26;
# modules-left = [ "wlr/workspaces" "custom/spotifytitle" "hyprland/window" ];
modules-left = [ "river/tags" "custom/spotifytitle" "river/window" ];
modules-right = [ "network" "cpu" "temperature" "pulseaudio" "battery" "tray" "custom/notification" "clock" ];
modules-right = [ "network" "cpu" "pulseaudio" "battery" "tray" "custom/notification" "clock" ];
network = {
format-wifi = " {essid} ({signalStrength}%)";
format-ethernet = "󰈀 {ipaddr}/{cidr}";
@ -192,12 +192,12 @@
}
#cpu {
background-color: #${config.colorScheme.colors.base06};
background-color: #${config.colorScheme.colors.base05};
color: #${config.colorScheme.colors.base01};
}
#network {
background-color: #${config.colorScheme.colors.base07};
background-color: #${config.colorScheme.colors.base06};
color: #${config.colorScheme.colors.base01};
}