try other wallpaper, might go back
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 13m4s

This commit is contained in:
2025-04-20 21:45:05 +02:00
parent e2e9a60907
commit 3207899d6c
5 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{ lib, pkgs, ... }: { lib, pkgs, ... }:
{ {
home.file.".config/wallpaper.png".source = ../utils/wallpaper_test.png;
programs.waybar.settings.mainBar = { programs.waybar.settings.mainBar = {
modules-right = lib.mkBefore ["custom/fans" "custom/dgpu"]; modules-right = lib.mkBefore ["custom/fans" "custom/dgpu"];
"custom/dgpu" = { "custom/dgpu" = {

View File

@ -11,7 +11,7 @@
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
settings = { settings = {
window.opacity = 0.9; window.opacity = 0.95;
env.XTERM = "xterm-256color"; env.XTERM = "xterm-256color";
font.size = 9; font.size = 9;
}; };

View File

@ -58,6 +58,9 @@
#cpu.high { #cpu.high {
color: #ff2222; color: #ff2222;
} }
#disk.high {
color: #ff2222;
}
''; '';
programs.waybar.settings.mainBar = { programs.waybar.settings.mainBar = {
@ -141,6 +144,7 @@
disk = { disk = {
format =" 󰋊 {percentage_used}% |"; format =" 󰋊 {percentage_used}% |";
states.high = "5";
}; };
"custom/pipe" = { "custom/pipe" = {

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -7,6 +7,7 @@
services.displayManager.enable = true; services.displayManager.enable = true;
services.displayManager.ly.enable = true; services.displayManager.ly.enable = true;
networking.firewall.enable = false;
networking.hostName = "patate-douce"; networking.hostName = "patate-douce";
networking.wireless.enable = true; networking.wireless.enable = true;