Updated color-schemes and images path

This commit is contained in:
adi1090x
2022-08-15 20:34:53 +05:30
parent a1f77c2f60
commit e5ceff1fdc
57 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ window {
border-radius: 0px;
border-color: black;
cursor: "default";
background-image: url("~/.config/rofi/launchers/images/paper.png", none);
background-image: url("~/.config/rofi/images/paper.png", none);
}
/*****----- Main Box -----*****/
+1 -1
View File
@@ -41,7 +41,7 @@ window {
padding: 0px;
border-radius: 12px;
cursor: "default";
background-image: url("~/.config/rofi/launchers/images/gradient.png", width);
background-image: url("~/.config/rofi/images/gradient.png", width);
}
/*****----- Main Box -----*****/
+3 -3
View File
@@ -42,7 +42,7 @@ window {
border-radius: 20px;
cursor: "default";
background-color: #162022;
background-image: url("~/.config/rofi/launchers/images/flowers-1.png", width);
background-image: url("~/.config/rofi/images/flowers-1.png", width);
}
/*****----- Main Box -----*****/
@@ -63,7 +63,7 @@ inputbar {
border: 2px;
border-radius: 20px;
border-color: white;
background-image: url("~/.config/rofi/launchers/images/flowers-3.png", none);
background-image: url("~/.config/rofi/images/flowers-3.png", none);
children: [ "textbox-prompt-colon", "entry" ];
}
@@ -108,7 +108,7 @@ listview {
border: 2px;
border-radius: 20px;
border-color: white;
background-image: url("~/.config/rofi/launchers/images/flowers-2.png", width);
background-image: url("~/.config/rofi/images/flowers-2.png", width);
cursor: "default";
}