Browse Source

adjusted config.rasi and copy.sh

pull/252/head
JaKooLit 2 years ago
parent
commit
928deb3048
  1. 4
      config/rofi/config.rasi
  2. 4
      config/rofi/resolution/1080p/config.rasi
  3. 4
      config/rofi/resolution/1440p/config.rasi
  4. 2
      copy.sh

4
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;

4
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;

4
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;
}

2
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."

Loading…
Cancel
Save