mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
About.desktop fixed font size (#566)
* instead of alias, created command omarchy-version
* Revert "instead of alias, created command omarchy-version"
This reverts commit 87e45db6d5.
wrong commit to dev
* Fix font size of About so it will stay in similar size
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
Version=1.0
|
Version=1.0
|
||||||
Name=About
|
Name=About
|
||||||
Comment=System information from Fastfetch
|
Comment=System information from Fastfetch
|
||||||
Exec=alacritty --class=About --title=About -e bash -c 'fastfetch; read -n 1 -s'
|
Exec=alacritty -o "font.size=9" --class=About --title=About -e bash -c 'fastfetch; read -n 1 -s'
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=Arch
|
Icon=Arch
|
||||||
|
|||||||
Reference in New Issue
Block a user