-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve launcher.sh script (#155) Use grep with -c flag instead of wc -l command. Additionally, change quotation of path pointing to cryo_utilities binary. Signed-off-by: skaluzka <[email protected]> * Single quotes for manual installation script. (#125) * Single quotes For me echo only worked with single quotes. * Make sure "$HOME"/.local/share/applications exists * Update scaling logic for OLED --------- Signed-off-by: skaluzka <[email protected]> Co-authored-by: skaluzka <[email protected]> Co-authored-by: Tobias Domhan <[email protected]>
- Loading branch information
1 parent
1c80d08
commit a934c66
Showing
5 changed files
with
49 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
#!/bin/bash | ||
if [ "$(xrandr | grep ' connected' | wc -l)" -eq 1 ]; then | ||
export FYNE_SCALE=0.25 | ||
fi | ||
|
||
"$HOME"/.cryo_utilities/cryo_utilities gui | ||
# Author: CryoByte33 and contributors to the CryoUtilities project | ||
"$HOME/.cryo_utilities/cryo_utilities" gui |