Miscellaneous appearance changes
This commit is contained in:
parent
d4a616275e
commit
e8f837dd65
|
@ -35,9 +35,9 @@
|
|||
let family = "VictorMono";
|
||||
font-style = style: { inherit family style; };
|
||||
in {
|
||||
normal = font-style "SemiBold";
|
||||
normal = font-style "Regular";
|
||||
bold = font-style "Bold";
|
||||
italic = font-style "SemiBold Italic";
|
||||
italic = font-style "Italic";
|
||||
bold_italic = font-style "Bold Italic";
|
||||
|
||||
size = 11;
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
truncation_symbol = "⋯ /";
|
||||
read_only = " ";
|
||||
read_only_style = "cyan";
|
||||
before_repo_root_style = "bold blue";
|
||||
repo_root_style = "bold blue";
|
||||
};
|
||||
|
||||
nix_shell = {
|
||||
|
|
|
@ -97,7 +97,8 @@ in {
|
|||
# Screenshot
|
||||
"Print" = ''exec grim ${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
|
||||
"XF86AudioRaiseVolume" = audio "-ui 2";
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
xdg.configFile."swaylock/config".text =
|
||||
''
|
||||
ignore-empty-password
|
||||
grace-no-mouse
|
||||
|
||||
fade-in=0.3
|
||||
|
||||
indicator
|
||||
|
@ -14,17 +12,14 @@
|
|||
|
||||
font=JetBrainsMono
|
||||
text-color=ffffff
|
||||
|
||||
color=00000000
|
||||
ring-color=7da6ff
|
||||
key-hl-color=7bc5e4
|
||||
|
||||
line-uses-inside
|
||||
|
||||
indicator-radius=120
|
||||
indicator-thickness=7
|
||||
|
||||
|
||||
clock
|
||||
datestr=%a, %Y-%m-%d
|
||||
|
||||
|
|
Loading…
Reference in a new issue