1
Fork 0

feat: added some aliases

This commit is contained in:
Matei Adriel 2022-01-13 08:46:04 +02:00
parent 3e27cb522e
commit f62076bbd3
3 changed files with 19 additions and 10 deletions

View file

@ -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";
};

View file

@ -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";
}

View file

@ -69,4 +69,4 @@ main =
startup :: X ()
startup = do
spawn "xwallpaper --focus ./gradient.jpg"
spawn "xwallpaper --zoom ./background.jpg"