mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
No commits in common. "08ccfd49443d96e596ce36fdf71454bb418e89e1" and "c5fa2bf62b1aa5ccc2d54be70441a2efddd7fe4c" have entirely different histories.
08ccfd4944
...
c5fa2bf62b
@ -31,8 +31,7 @@ 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
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# 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"
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family:
|
font-family:
|
||||||
Comic Shanns Mono-Regular,
|
Noto Sans Mono Regular,
|
||||||
monospace;
|
monospace;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
fc-cache -v $@
|
fc-cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user