Updates
This commit is contained in:
parent
f3bd82e4ce
commit
8f93a97df1
|
@ -9,3 +9,5 @@ windowrule = float,^(pavucontrol)$
|
||||||
windowrule = float,^(blueman-manager)$
|
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)
|
||||||
|
|
|
@ -280,7 +280,7 @@ _getVersion() {
|
||||||
|
|
||||||
# Write the header to a page
|
# Write the header to a page
|
||||||
_getHeader() {
|
_getHeader() {
|
||||||
figlet "$1"
|
figlet -w 100 "$1"
|
||||||
if [ ! -z "$2" ]; then
|
if [ ! -z "$2" ]; then
|
||||||
echo "by $2"
|
echo "by $2"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user