mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 10:16:13 +01:00
feat: latest dwm merge
This commit is contained in:
@@ -126,7 +126,7 @@ flameshot &
|
||||
#hash dockd && dockd --daemon &
|
||||
|
||||
# status bar
|
||||
bash bar.sh & disown
|
||||
bash $HOME/.config/bar.sh & disown
|
||||
|
||||
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() {
|
||||
offset=20
|
||||
|
||||
@@ -76,6 +76,9 @@
|
||||
".config/picom/black_to_transparent.frag" = {
|
||||
source = ./black_to_transparent.frag;
|
||||
};
|
||||
".config/bar.sh" = {
|
||||
source = ./bar.sh;
|
||||
};
|
||||
# ".Xresources" = {
|
||||
# text = ''
|
||||
# Xcursor.theme: "Bibata-Modern-Classic"
|
||||
|
||||
Reference in New Issue
Block a user