mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
enable spam training
This commit is contained in:
parent
0fb1da3199
commit
9f90c1643a
4 changed files with 50 additions and 16 deletions
|
@ -71,6 +71,7 @@
|
|||
|
||||
programs.texlive.enable = true;
|
||||
programs.obs-studio.enable = true;
|
||||
programs.firefox.enable = true;
|
||||
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
|
|
|
@ -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};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue