modified: README.md
[danixland-rofi.git] / theme / utilsmenu.rasi
CommitLineData
a442b5f5 1/*
2 * DARKNIX utilsmenu rofi theme
3 * tested on a 1366x768 screen
6e5a5ccb 4 */
a442b5f5 5
6/* IMPORTS */
7@import "libs/settings.rasi"
8@import "libs/reset.rasi"
9
10scrollbar {
11 disabled: true;
6e5a5ccb 12}
a442b5f5 13window {
14 fullscreen: true;
15 background-color: @bg-trans;
16 width: 100%;
17 position: north;
6e5a5ccb 18}
a442b5f5 19mainbox {
20 children: [ listview ];
21 border: 0;
22 padding: 0;
23}
24listview {
25 columns: 2;
26 lines: 1;
27 expand: false;
28 cycle: true;
29 spacing: 4em;
30 /* 60px is the height of the items */
31 padding: calc(50% - 5em) 22em;
32 orientation: horizontal;
33}
34element {
35 border: 1px;
36 border-radius: 1em 2em;
37 border-color: @accent;
38 background-color: @bg;
39 orientation: horizontal;
40 padding: 2em 0;
41}
42element selected {
43 background-color: @accent;
44/* border-color: @bg-focus;*/
45}
46element-text {
47 font: "Inconsolata Nerd Font 70";
48 horizontal-align: 0.35;
49 vertical-align: 0.5;
50}
51element-text selected {
52 text-color: @bg;
53}