nie wiem co zmieniałem, a dużo tego było

This commit is contained in:
2022-01-08 14:53:36 +01:00
parent 7f01e3c578
commit 8c1b3b2423
385 changed files with 24002 additions and 180 deletions

View File

@ -0,0 +1,31 @@
/**
* Settings used in every rofi option menu:
* - i3layoutmenu
* - mpdmenu
* - powermenu
* - scrotmenu
*/
@import "settings.rasi"
* {
background-color: @background;
text-color: @foreground;
font: @icon-font;
}
#window {
children: [ horibox ];
}
#horibox {
children: [ listview ];
}
#listview {
layout: horizontal;
}
#element {
padding: @option-element-padding;
background-color: @background-light;
}
#element.selected {
background-color: @accent;
text-color: @background;
}