format stuff, switch back to brightnessctl, no more universal shell stuff, fix various things
This commit is contained in:
parent
4bbfa111d5
commit
ab89154611
17 changed files with 108 additions and 41 deletions
|
@ -14,4 +14,12 @@ if status is-interactive
|
|||
set -x NIXPKGS_ALLOW_UNFREE 1
|
||||
set -x NIXPKGS_ALLOW_INSECURE 1
|
||||
set -x GTK_THEME Catppuccin-Mocha-Standard-Mauve-Dark
|
||||
# XDG variables
|
||||
set -x XDG_DATA_HOME ~/.local/share
|
||||
set -x XDG_CONFIG_HOME ~/.config
|
||||
set -x XDG_STATE_HOME ~/.local/state
|
||||
if not [ -d /tmp/$UID-runtime-dir ]
|
||||
mkdir /tmp/$UID-runtime-dir
|
||||
end
|
||||
set -x XDG_RUNTIME_DIR /tmp/runtime-dir
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue