Finalize design changes

This commit is contained in:
Kiana Sheibani 2022-10-08 21:31:02 -04:00
parent 41f154ca9b
commit b0329750e2
3 changed files with 6 additions and 5 deletions

View file

@ -42,9 +42,7 @@
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk
noto-fonts-emoji noto-fonts-emoji
font-awesome
(nerdfonts.override { fonts = [ "UbuntuMono" "JetBrainsMono" ]; }) (nerdfonts.override { fonts = [ "UbuntuMono" "JetBrainsMono" ]; })
meslo-lgs-nf
victor-mono victor-mono
ubuntu_font_family ubuntu_font_family
]; ];
@ -54,7 +52,7 @@
defaultFonts = { defaultFonts = {
serif = [ "Noto Serif" ]; serif = [ "Noto Serif" ];
sansSerif = [ "Noto Sans" ]; sansSerif = [ "Noto Sans" ];
monospace = [ "Meslo Nerd Font" ]; monospace = [ "VictorMono" ];
}; };
}; };
}; };

View file

@ -82,10 +82,13 @@ in {
"${modifier}+t" = "layout tabbed"; "${modifier}+t" = "layout tabbed";
"${modifier}+Shift+m" = "exec swaylock"; "${modifier}+Shift+m" = "exec swaylock";
# Emacs Everywhere
"${modifier}+Mod1+e" = "emacsclient --eval '(emacs-everywhere)'";
# Screenshot # Screenshot
"Print" = ''exec grim ${filename}''; "Print" = ''exec grim ${filename}'';
"Shift+Print" = ''exec grim -g "$(slurp)" ${filename}''; "Shift+Print" = ''exec grim -g "$(slurp)" ${filename}'';
"Control+Print" = ''exec grim -g "$(swaymsg -t get_tree | jq -j '.. | select(.type?) | select(.focused).rect | "\(.x),\(.y) \(.width)x\(.height)"')" ${filename}''; "Mod1+Print" = ''exec grim -g "$(swaymsg -t get_tree | jq -j '.. | select(.type?) | select(.focused).rect | "\(.x),\(.y) \(.width)x\(.height)"')" ${filename}'';
# Special XF86 key bindings # Special XF86 key bindings
"XF86AudioRaiseVolume" = audio "-ui 2"; "XF86AudioRaiseVolume" = audio "-ui 2";

View file

@ -26,7 +26,7 @@
clock clock
datestr=%A, %Y-%m-%e datestr=%A, %Y-%m-%d
effect-scale=0.4 effect-scale=0.4
effect-vignette=0.3:0.7 effect-vignette=0.3:0.7