diff --git a/Configs/.config/rofi/assets/style_11.png b/Configs/.config/rofi/assets/style_11.png new file mode 100644 index 0000000000..de12694acc Binary files /dev/null and b/Configs/.config/rofi/assets/style_11.png differ diff --git a/Configs/.config/rofi/assets/style_12.png b/Configs/.config/rofi/assets/style_12.png new file mode 100644 index 0000000000..2298bcf95b Binary files /dev/null and b/Configs/.config/rofi/assets/style_12.png differ diff --git a/README.md b/README.md index 4ebc2b6963..d62c2bbb92 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,8 @@ To create your own custom theme, please refer [theming wiki](https://github.com/ | Theme Select | | :-: | -| ![Theme Select](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/theme_select.png) | +| ![Theme Select 1](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/theme_select_1.png) | +| ![Theme Select 2](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/theme_select_2.png) | | Wallpaper Select | | :-: | @@ -174,6 +175,8 @@ To create your own custom theme, please refer [theming wiki](https://github.com/ | ![rofi style#8](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/rofi_style_8.png) | | ![rofi style#9](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/rofi_style_9.png) | | ![rofi style#10](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/rofi_style_10.png) | +| ![rofi style#11](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/rofi_style_11.png) | +| ![rofi style#12](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/rofi_style_12.png) | | Wlogout Menu | | :-: | diff --git a/Scripts/.extra/restore_app.sh b/Scripts/.extra/restore_app.sh index 2de1b4422f..45aa344d8f 100755 --- a/Scripts/.extra/restore_app.sh +++ b/Scripts/.extra/restore_app.sh @@ -4,17 +4,18 @@ #|-/ /--| Prasanth Rangan |-/ /--|# #|/ /---+-----------------------------+/ /---|# -ScrDir=$(dirname "$(dirname "$(realpath "$0")")") - -source "$ScrDir/global_fn.sh" +scrDir=$(dirname "$(dirname "$(realpath "$0")")") +source "${scrDir}/global_fn.sh" if [ $? -ne 0 ]; then - echo "Error: unable to source global_fn.sh, please execute from $(dirname "$(realpath "$0")")..." + echo "Error: unable to source global_fn.sh..." exit 1 fi CloneDir=$(dirname "$(realpath "$CloneDir")") -# icons + +#// icons + if [ -f /usr/share/applications/rofi-theme-selector.desktop ] && [ -f /usr/share/applications/rofi.desktop ]; then sudo rm /usr/share/applications/rofi-theme-selector.desktop sudo rm /usr/share/applications/rofi.desktop @@ -22,37 +23,9 @@ fi sudo sed -i "/^Icon=/c\Icon=adjust-colors" /usr/share/applications/nwg-look.desktop sudo sed -i "/^Icon=/c\Icon=spectacle" /usr/share/applications/swappy.desktop -# steam -#if pkg_installed steam -# then -# skinsDir="${XDG_DATA_HOME:-$HOME/.local/share}/Steam/Skins/" -# if [ ! -d "$skinsDir" ] -# then -# mkdir -p "$skinsDir" -# fi -# tar -xzf ${CloneDir}/Source/arcs/Steam_Metro.tar.gz -C "$skinsDir" -#fi -# spotify -if pkg_installed spotify && pkg_installed spicetify-cli; then - if [ ! -w /opt/spotify ] || [ ! -w /opt/spotify/Apps ]; then - sudo chmod a+wr /opt/spotify - sudo chmod a+wr /opt/spotify/Apps -R - fi +#// firefox - spicetify &> /dev/null - mkdir -p ~/.config/spotify - touch ~/.config/spotify/prefs - sptfyConf=$(spicetify -c) - sed -i "/^prefs_path/ s+=.*$+= $HOME/.config/spotify/prefs+g" "${sptfyConf}" - tar -xzf ${CloneDir}/Source/arcs/Spotify_Sleek.tar.gz -C ~/.config/spicetify/Themes/ - spicetify backup apply - spicetify config current_theme Sleek - spicetify config color_scheme Wallbash - spicetify apply -fi - -# firefox if pkg_installed firefox; then FoxRel=$(find ~/.mozilla/firefox -maxdepth 1 -type d -name "*.default-release" | head -1) @@ -74,3 +47,4 @@ if pkg_installed firefox; then firefox -profile "${FoxRel}" "${fext}" &> /dev/null & done fi + diff --git a/Source/assets/rofi_style_11.png b/Source/assets/rofi_style_11.png new file mode 100644 index 0000000000..23ea3b9153 Binary files /dev/null and b/Source/assets/rofi_style_11.png differ diff --git a/Source/assets/rofi_style_12.png b/Source/assets/rofi_style_12.png new file mode 100644 index 0000000000..1f3b167f28 Binary files /dev/null and b/Source/assets/rofi_style_12.png differ diff --git a/Source/assets/theme_select.png b/Source/assets/theme_select.png deleted file mode 100644 index 757459fcdb..0000000000 Binary files a/Source/assets/theme_select.png and /dev/null differ diff --git a/Source/assets/theme_select_1.png b/Source/assets/theme_select_1.png new file mode 100644 index 0000000000..87a9ba2853 Binary files /dev/null and b/Source/assets/theme_select_1.png differ diff --git a/Source/assets/theme_select_2.png b/Source/assets/theme_select_2.png new file mode 100644 index 0000000000..02f07e25e6 Binary files /dev/null and b/Source/assets/theme_select_2.png differ