Remove backlight from polybar

This commit is contained in:
Dave Gallant
2020-07-16 19:18:51 -04:00
parent be3c4fbd2a
commit 8bdcde106b
3 changed files with 6 additions and 28 deletions

View File

@@ -34,8 +34,8 @@
libreoffice
maven
nixpkgs-fmt
nodejs
nmap
nodejs
openvpn
pinentry-curses
postman
@@ -130,7 +130,7 @@
shellAliases = {
ls = "exa -la --git";
".." = "cd ..";
config = "/usr/bin/git --git-dir=~/.dotfiles/ --work-tree=~";
config = "/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME";
grep = "grep --color=auto --line-buffered";
};