1 Commits

Author SHA1 Message Date
3207899d6c try other wallpaper, might go back
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 13m4s
2025-04-20 21:45:05 +02:00
5 changed files with 7 additions and 1 deletions

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

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