This commit is contained in:
Stephan Raabe 2023-12-27 23:55:49 +01:00
parent f3bd82e4ce
commit 8f93a97df1
2 changed files with 4 additions and 2 deletions

View File

@ -8,4 +8,6 @@ windowrule = tile,^(Chromium)$
windowrule = float,^(pavucontrol)$
windowrule = float,^(blueman-manager)$
windowrulev2 = float,class:(dotfiles-floating)
windowrulev2 = float,class:(dotfiles-floating)
windowrulev2 = size 60% 60%,class:(dotfiles-floating)
windowrulev2 = center,class:(dotfiles-floating)

View File

@ -280,7 +280,7 @@ _getVersion() {
# Write the header to a page
_getHeader() {
figlet "$1"
figlet -w 100 "$1"
if [ ! -z "$2" ]; then
echo "by $2"
fi