feat: latest dwm merge

This commit is contained in:
2024-12-28 13:02:59 +01:00
parent b2c70116a2
commit 589e5de4c9
5 changed files with 7 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ flameshot &
#hash dockd && dockd --daemon & #hash dockd && dockd --daemon &
# status bar # status bar
bash bar.sh & disown bash $HOME/.config/bar.sh & disown
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY

2
home/dwm/bar.sh Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
function lighten_color() { function lighten_color() {
offset=20 offset=20

View File

@@ -76,6 +76,9 @@
".config/picom/black_to_transparent.frag" = { ".config/picom/black_to_transparent.frag" = {
source = ./black_to_transparent.frag; source = ./black_to_transparent.frag;
}; };
".config/bar.sh" = {
source = ./bar.sh;
};
# ".Xresources" = { # ".Xresources" = {
# text = '' # text = ''
# Xcursor.theme: "Bibata-Modern-Classic" # Xcursor.theme: "Bibata-Modern-Classic"

View File

@@ -13,7 +13,7 @@
./modules/development.nix ./modules/development.nix
./modules/fstrim.nix ./modules/fstrim.nix
./modules/gaming.nix ./modules/gaming.nix
./modules/greetd.nix # ./modules/greetd.nix
./modules/gsettings.nix ./modules/gsettings.nix
# ./modules/kde.nix # ./modules/kde.nix
# ./modules/lanzaboot.nix # ./modules/lanzaboot.nix

View File

@@ -79,7 +79,7 @@
owner = "eRgo35"; owner = "eRgo35";
repo = "dwm"; repo = "dwm";
rev = "main"; rev = "main";
hash = "sha256-eke33OtxUE4sObWCFEvjLZmG1Be1SWZs0Xygr++V/wc="; hash = "sha256-jTjyai7qLs9v6PnWhLUgM+OC8Kq3VXrMhoIZhyY0JbA=";
}; };
}; };
}; };