diff --git a/modules/applications/alacritty.nix b/modules/applications/alacritty.nix index 42b1e6f..dfde877 100644 --- a/modules/applications/alacritty.nix +++ b/modules/applications/alacritty.nix @@ -12,11 +12,10 @@ }; gtk_theme_variant = "light"; - }; # transparent bg:) - background_opacity = 0.3; + background_opacity = 0.6; fonts.normal.family = "Source Code Pro"; colors = { @@ -29,7 +28,7 @@ background = "#18354f"; }; primary = { - background = "#f7fff7"; + background = "#d1d5ff"; foreground = "#18354f"; }; normal = { @@ -37,19 +36,19 @@ red = "#c880b7"; blue = "#6f38c7"; yellow = "#8de336"; - green = "#2ec0f9"; - magenta = "#fc90c3"; + green = "#00a3e3"; + magenta = "#ff4a9f"; cyan = "#ff577e"; white = "#e2e8ef"; }; bright = { black = "#5e105c"; - red = "#ec9ded"; + red = "#b32ab5"; green = "#2ec0f9"; # green = "#b726d4"; - yellow = "#fff773"; - blue = "#75d5fa"; - magenta = "#ffb3d7"; + yellow = "#ded433"; + blue = "#4fb4db"; + magenta = "#b58297"; cyan = "#ffcf66"; white = "#ffffff"; }; diff --git a/modules/applications/shells/aliases.nix b/modules/applications/shells/aliases.nix index 548405d..a76d86f 100644 --- a/modules/applications/shells/aliases.nix +++ b/modules/applications/shells/aliases.nix @@ -2,6 +2,16 @@ ls = "exa -l"; sl = "sl -e"; + # WIfi stuff + wifi = "sudo nmcli con up id"; + + # Volume controls + vup = "amixer set Master 8%+"; + vdown = "amixer set Master 8%-"; + + # Rebuuild nixos + rebuild = "sudo nixos-rebuild switch --flake ~/Projects/nixos-config/"; + # Render git repo using gource "git-render" = "gource -f -s 1 -c 4 --key"; } diff --git a/modules/applications/xmonad/xmonad.hs b/modules/applications/xmonad/xmonad.hs index cf48031..2a51dba 100644 --- a/modules/applications/xmonad/xmonad.hs +++ b/modules/applications/xmonad/xmonad.hs @@ -69,4 +69,4 @@ main = startup :: X () startup = do - spawn "xwallpaper --focus ./gradient.jpg" + spawn "xwallpaper --zoom ./background.jpg"