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" :windowtype "dock"
(bar_layout)) (bar_layout))
(defwindow bar1 (defwindow bar1
:monitor 1 :monitor 0
:exclusive true :exclusive true
:geometry (geometry :geometry (geometry
:x "15px" :x "15px"

View file

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