Compare commits

..

2 Commits

4 changed files with 6 additions and 4 deletions

View File

@ -31,7 +31,8 @@ set $ScreenLockCmd swaylock -c 000000 -F -k -l -f
set $TEXTEDITOR kate set $TEXTEDITOR kate
# Font # Font
font pango:Noto Sans Mono Regular 10 #font pango:Noto Sans Mono Regular 10
font pango:Comic Shanns Mono-Regular 10
### Output configuration ### Output configuration
# #

View File

@ -1,4 +1,5 @@
# Notifications daemon that Lumina for some reason doesn't include. Must be # Notifications daemon that Lumina for some reason doesn't include. Must be
# top right as it's irrelevant on tiling wm, logical bottom left would be # top right as it's irrelevant on tiling wm, logical bottom left would be
# over every typing field *aargh* # over every typing field *aargh*
exec --no-startup-id mako --font "Noto Serif" --icons 1 --default-timeout 3000 --anchor top-right --progress-color "#970000" #exec --no-startup-id mako --font "Noto Serif" --icons 1 --default-timeout 3000 --anchor top-right --progress-color "#970000"
exec --no-startup-id mako --font "Comic Shanns Mono-Regular" --icons 1 --default-timeout 3000 --anchor top-right --progress-color "#970000"

View File

@ -4,7 +4,7 @@
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: font-family:
Noto Sans Mono Regular, Comic Shanns Mono-Regular,
monospace; monospace;
font-size: 10px; font-size: 10px;
min-height: 0; min-height: 0;

View File

@ -1,2 +1,2 @@
#!/usr/bin/env bash #!/usr/bin/env bash
fc-cache fc-cache -v $@