mirror of
https://github.com/adi1090x/rofi.git
synced 2026-05-04 04:23:10 +02:00
Updated color-schemes and images path
This commit is contained in:
@@ -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 -----*****/
|
||||
|
||||
@@ -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 -----*****/
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user