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:
13
rofi/.config/rofi-menus/themes/powermenu.rasi
Normal file
13
rofi/.config/rofi-menus/themes/powermenu.rasi
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* This theme is intended for a 5 items wide menu on a 1920x1080 pixels resolution.
|
||||
* You may have to tweak values such as the window padding if you have a different resolution.
|
||||
*/
|
||||
@import "shared/option-menu.rasi"
|
||||
#window {
|
||||
padding: @option-5-window-padding;
|
||||
}
|
||||
#listview {
|
||||
spacing: @option-5-listview-spacing;
|
||||
lines: 5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user