This commit is contained in:
2026-02-01 12:20:52 -08:00
parent fb7b605e55
commit e9e6dfa2d3
4 changed files with 59 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
*
* Author : Aditya Shakya (adi1090x)
* Github : @adi1090x
*
*
* Rofi Theme File
* Rofi Version: 1.7.3
**/
@@ -49,7 +49,7 @@ mainbox {
border-radius: 0px 0px 0px 0px;
border-color: @selected;
background-color: transparent;
children: [ "inputbar", "listview" ];
children: [ "inputbar", "listview-split" ];
}
/*****----- Inputbar -----*****/
@@ -99,7 +99,7 @@ listview {
reverse: false;
fixed-height: true;
fixed-columns: true;
spacing: 0px;
margin: 0px;
padding: 0px;
@@ -110,6 +110,18 @@ listview {
text-color: @foreground;
cursor: "default";
}
listview-split {
orientation: horizontal;
children: [listview, icon-current-entry];
spacing: 1em;
background-color: @background;
}
icon-current-entry {
expand: true;
size: 40%;
background-color: transparent;
border-radius: 8px;
}
scrollbar {
handle-width: 5px ;
handle-color: @selected;
@@ -173,3 +185,10 @@ textbox {
horizontal-align: 0.0;
highlight: none;
}
scrollbar {
width: 4px;
handle-color: @surface2;
handle-width: 4px;
background-color: @surface0;
}