aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig/rofi/config.rasi4
-rwxr-xr-xconfig/rofi/resolution/1080p/config.rasi4
-rwxr-xr-xconfig/rofi/resolution/1440p/config.rasi4
-rwxr-xr-xcopy.sh2
4 files changed, 7 insertions, 7 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi
index 2eae75bb..4929c92c 100755
--- a/config/rofi/config.rasi
+++ b/config/rofi/config.rasi
@@ -79,11 +79,11 @@ inputbar {
entry {
enabled: true;
expand: false;
- width: 300px;
+ width: 20%;
padding: 10px;
border-radius: 12px;
background-color: @selected;
- text-color: @text-selected
+ text-color: @text-selected;
cursor: text;
placeholder: "🔎 Search "; // << Search symbol
placeholder-color: inherit;
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi
index 2eae75bb..4929c92c 100755
--- a/config/rofi/resolution/1080p/config.rasi
+++ b/config/rofi/resolution/1080p/config.rasi
@@ -79,11 +79,11 @@ inputbar {
entry {
enabled: true;
expand: false;
- width: 300px;
+ width: 20%;
padding: 10px;
border-radius: 12px;
background-color: @selected;
- text-color: @text-selected
+ text-color: @text-selected;
cursor: text;
placeholder: "🔎 Search "; // << Search symbol
placeholder-color: inherit;
diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi
index 01efd1a6..68154e1b 100755
--- a/config/rofi/resolution/1440p/config.rasi
+++ b/config/rofi/resolution/1440p/config.rasi
@@ -79,13 +79,13 @@ inputbar {
entry {
enabled: true;
expand: false;
- width: 300px;
+ width: 18%;
padding: 10px;
border-radius: 12px;
background-color: @selected;
text-color: @text-selected;
cursor: text;
- placeholder: " Search "; // << Search symbol
+ placeholder: "🔍 Search "; // << Search symbol
placeholder-color: inherit;
}
diff --git a/copy.sh b/copy.sh
index 6fb4cc81..9ab32b07 100755
--- a/copy.sh
+++ b/copy.sh
@@ -209,7 +209,7 @@ get_backup_dirname() {
echo "back-up_${timestamp}"
}
-for DIR in btop cava hypr kitty Kvantum qt5ct qt6ct rofi swappy swaync wal waybar wlogout; do
+for DIR in ags btop cava hypr kitty Kvantum qt5ct qt6ct rofi swappy swaync wallust waybar wlogout; do
DIRPATH=~/.config/"$DIR"
if [ -d "$DIRPATH" ]; then
echo -e "${NOTE} - Config for $DIR found, attempting to back up."
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage