mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 13:50:34 +00:00
first commit
This commit is contained in:
31
rofi/.config/rofi-menus/themes/shared/option-menu.rasi
Normal file
31
rofi/.config/rofi-menus/themes/shared/option-menu.rasi
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user