adding some eww tweaks

This commit is contained in:
Chris Cochrun 2023-09-20 09:33:32 -05:00
parent b11e62403c
commit a37a90c4bd
2 changed files with 6 additions and 6 deletions

View file

@ -319,7 +319,7 @@
:windowtype "dock"
(bar_layout))
(defwindow bar1
:monitor 1
:monitor 0
:exclusive true
:geometry (geometry
:x "15px"

View file

@ -595,7 +595,7 @@ window#waybar > box {
enable = true;
package = pkgs.nushellFull;
shellAliases = {
# ls = "exa -l";
# ls = "eza -l";
la = "ls -la";
mpf = "mpv --profile=fast";
mps = "mpv --profile=slow";
@ -697,8 +697,8 @@ window#waybar > box {
};
home.shellAliases = {
ls = "exa -l";
la = "exa -la";
ls = "eza -l";
la = "eza -la";
mpf = "mpv --profile=fast";
mps = "mpv --profile=slow";
ec = "emacsclient -t";
@ -779,8 +779,8 @@ window#waybar > box {
autocd = true;
dotDir = ".config/zsh";
shellAliases = {
ls = "exa -l";
la = "exa -la";
ls = "eza -l";
la = "eza -la";
mpf = "mpv --profile=fast";
mps = "mpv --profile=slow";
ec = "emacsclient -t";