mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:46:11 +01:00
feat: latest dwm merge
This commit is contained in:
@@ -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
2
home/dwm/bar.sh
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
function lighten_color() {
|
function lighten_color() {
|
||||||
offset=20
|
offset=20
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user