Miscellaneous appearance changes

This commit is contained in:
Kiana Sheibani 2023-09-21 23:37:09 -04:00
parent d4a616275e
commit e8f837dd65
4 changed files with 6 additions and 8 deletions

View file

@ -35,9 +35,9 @@
let family = "VictorMono"; let family = "VictorMono";
font-style = style: { inherit family style; }; font-style = style: { inherit family style; };
in { in {
normal = font-style "SemiBold"; normal = font-style "Regular";
bold = font-style "Bold"; bold = font-style "Bold";
italic = font-style "SemiBold Italic"; italic = font-style "Italic";
bold_italic = font-style "Bold Italic"; bold_italic = font-style "Bold Italic";
size = 11; size = 11;

View file

@ -24,6 +24,8 @@
truncation_symbol = " /"; truncation_symbol = " /";
read_only = " "; read_only = " ";
read_only_style = "cyan"; read_only_style = "cyan";
before_repo_root_style = "bold blue";
repo_root_style = "bold blue";
}; };
nix_shell = { nix_shell = {

View file

@ -97,7 +97,8 @@ in {
# Screenshot # Screenshot
"Print" = ''exec grim ${filename}''; "Print" = ''exec grim ${filename}'';
"Shift+Print" = ''exec grim -g "$(slurp)" ${filename}''; "Shift+Print" = ''exec grim -g "$(slurp)" ${filename}'';
"Mod1+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

@ -5,8 +5,6 @@
xdg.configFile."swaylock/config".text = xdg.configFile."swaylock/config".text =
'' ''
ignore-empty-password ignore-empty-password
grace-no-mouse
fade-in=0.3 fade-in=0.3
indicator indicator
@ -14,17 +12,14 @@
font=JetBrainsMono font=JetBrainsMono
text-color=ffffff text-color=ffffff
color=00000000 color=00000000
ring-color=7da6ff ring-color=7da6ff
key-hl-color=7bc5e4 key-hl-color=7bc5e4
line-uses-inside line-uses-inside
indicator-radius=120 indicator-radius=120
indicator-thickness=7 indicator-thickness=7
clock clock
datestr=%a, %Y-%m-%d datestr=%a, %Y-%m-%d