diff --git a/.directory b/.directory new file mode 100644 index 00000000..d69f7a9f --- /dev/null +++ b/.directory @@ -0,0 +1,2 @@ +[Desktop Entry] +Icon=folder-green diff --git a/README.md b/README.md index bfb74756..5e22c7aa 100644 --- a/README.md +++ b/README.md @@ -195,31 +195,17 @@ Usage: `./tweaks.sh [OPTIONS...]` ```bash + Usage: ./tweaks.sh [OPTION] + Tweaks for GDM theme. options -g, --gdm Without options default GDM theme will install... - 1. -i, -icon [apple|simple|gnome|ubuntu|tux|arch|manjaro|fedora|debian|void|opensuse|popos|mxlinux|zorin|budgie|gentoo] Set GDM panel 'Activities' icon Default is 'standard' + 1. -b, -background [default|blank|IMAGE_PATH] Set GDM background image Default is BigSur-like wallpaper - 2. -b, -background [default|blank|IMAGE_PATH] Set GDM background image Default is BigSur-like wallpaper + 2. -nd, -nodarken Don't darken 'WhiteSur' GDM theme background image - 3. -p, -panelopacity [default|30|45|60|75] Set GDM panel transparency Default is 15% - - 4. -h, -panelheight [default|smaller|bigger] Set GDM panel height size Default is 32px - - 5. -sf, -smallerfont Set GDM font size to smaller (10pt) Default is 11pt - - 6. -nd, -nodarken Don't darken 'WhiteSur' GDM theme background image - - 7. -nb, -noblur Don't blur 'WhiteSur' GDM theme background image - - 8. -o, --opacity [normal|solid] Set 'WhiteSur' GDM theme opacity variants Default is 'normal' - - 9. -c, --color [Light|Dark] Set 'WhiteSur' GDM theme color variants Default is 'dark' - - 10. -t, --theme [default|blue|purple|pink|red|orange|yellow|green|grey] Set 'WhiteSur' GDM theme accent color Default is 'blue' - - 11. -s, --scheme [standard|nord] Set 'WhiteSur' GDM theme colorscheme style Default is 'standard' + 3. -nb, -noblur Don't blur 'WhiteSur' GDM theme background image Tweaks for firefox. options @@ -238,6 +224,8 @@ Usage: `./tweaks.sh [OPTIONS...]` 6. adaptive Adaptive color version You need install adaptive-tab-bar-colour plugin first https://addons.mozilla.org/firefox/addon/adaptive-tab-bar-colour/ + 7. link Install links for theme Link source file to theme folder + -e, --edit-firefox [(monterey|flat)|alt|(darker|adaptive)] Edit 'WhiteSur' theme for Firefox settings and also connect the theme to the current Firefox profiles. diff --git a/tweaks.sh b/tweaks.sh index 5265c30e..1f6f7ead 100755 --- a/tweaks.sh +++ b/tweaks.sh @@ -26,17 +26,17 @@ usage() { helpify "" "" "Tweaks for GDM theme" "options" sec_title "-g, --gdm" "" " Without options default GDM theme will install..." "" - sec_helpify "1. -i, -icon" "[$(IFS='|'; echo "${ICON_VARIANTS[*]}")]" " Set GDM panel 'Activities' icon" "Default is 'standard'" - sec_helpify "2. -b, -background" "[default|blank|IMAGE_PATH]" " Set GDM background image" "Default is BigSur-like wallpaper" - sec_helpify "3. -p, -panelopacity" "[$(IFS='|'; echo "${PANEL_OPACITY_VARIANTS[*]}")]" " Set GDM panel transparency" "Default is 15%" - sec_helpify "4. -h, -panelheight" "[$(IFS='|'; echo "${PANEL_SIZE_VARIANTS[*]}")]" " Set GDM panel height size" "Default is 32px" - sec_helpify "5. -sf, -smallerfont" "" " Set GDM font size to smaller (10pt)" "Default is 11pt" - sec_helpify "6. -nd, -nodarken" "" " Don't darken '${THEME_NAME}' GDM theme background image" "" - sec_helpify "7. -nb, -noblur" "" " Don't blur '${THEME_NAME}' GDM theme background image" "" - sec_helpify "8. -o, --opacity" "[$(IFS='|'; echo "${OPACITY_VARIANTS[*]}")]" " Set '${THEME_NAME}' GDM theme opacity variants" "Default is 'normal'" - sec_helpify "9. -c, --color" "[$(IFS='|'; echo "${COLOR_VARIANTS[*]}")]" " Set '${THEME_NAME}' GDM theme color variants" "Default is 'dark'" - sec_helpify "10. -t, --theme" "[$(IFS='|'; echo "${THEME_VARIANTS[*]}")]" " Set '${THEME_NAME}' GDM theme accent color" "Default is 'blue'" - sec_helpify "11. -s, --scheme" "[$(IFS='|'; echo "${SCHEME_VARIANTS[*]}")]" " Set '${THEME_NAME}' GDM theme colorscheme style" "Default is 'standard'" + sec_helpify "1. -b, -background" "[default|blank|IMAGE_PATH]" " Set GDM background image" "Default is BigSur-like wallpaper" + sec_helpify "2. -nd, -nodarken" "" " Don't darken '${THEME_NAME}' GDM theme background image" "" + sec_helpify "3. -nb, -noblur" "" " Don't blur '${THEME_NAME}' GDM theme background image" "" +# sec_helpify "1. -i, -icon" "[$(IFS='|'; echo "${ICON_VARIANTS[*]}")]" " Set GDM panel 'Activities' icon" "Default is 'standard'" +# sec_helpify "3. -p, -panelopacity" "[$(IFS='|'; echo "${PANEL_OPACITY_VARIANTS[*]}")]" " Set GDM panel transparency" "Default is 15%" +# sec_helpify "4. -h, -panelheight" "[$(IFS='|'; echo "${PANEL_SIZE_VARIANTS[*]}")]" " Set GDM panel height size" "Default is 32px" +# sec_helpify "5. -sf, -smallerfont" "" " Set GDM font size to smaller (10pt)" "Default is 11pt" +# sec_helpify "8. -o, --opacity" "[$(IFS='|'; echo "${OPACITY_VARIANTS[*]}")]" " Set '${THEME_NAME}' GDM theme opacity variants" "Default is 'normal'" +# sec_helpify "9. -c, --color" "[$(IFS='|'; echo "${COLOR_VARIANTS[*]}")]" " Set '${THEME_NAME}' GDM theme color variants" "Default is 'dark'" +# sec_helpify "10. -t, --theme" "[$(IFS='|'; echo "${THEME_VARIANTS[*]}")]" " Set '${THEME_NAME}' GDM theme accent color" "Default is 'blue'" +# sec_helpify "11. -s, --scheme" "[$(IFS='|'; echo "${SCHEME_VARIANTS[*]}")]" " Set '${THEME_NAME}' GDM theme colorscheme style" "Default is 'standard'" helpify "" "" "Tweaks for firefox" "options" sec_title "-f, --firefox" " [(monterey|flat)|alt|(darker|adaptive)]" " Without options default WhiteSur theme will install..." " Options:" @@ -46,7 +46,7 @@ usage() { sec_helpify "4. darker" " Darker Firefox theme version" "" " Darker Firefox theme version" sec_helpify "5. nord" " Nord Firefox colorscheme version" "" " Nord Firefox colorscheme version" sec_helpify "6. adaptive" " Adaptive color version" " You need install adaptive-tab-bar-colour plugin first" " https://addons.mozilla.org/firefox/addon/adaptive-tab-bar-colour/" - sec_helpify "7. link" " Install links for theme" "" "" + sec_helpify "7. link" " Install links for theme" "" " Link source file to theme folder" helpify "-e, --edit-firefox" "[(monterey|flat)|alt|(darker|adaptive)]" " Edit '${THEME_NAME}' theme for Firefox settings and also connect the theme to the current Firefox profiles" ""