Update i3 config and rofi theme
This commit is contained in:
41
rofi/.config/rofi/combi.rasi
Normal file
41
rofi/.config/rofi/combi.rasi
Normal file
@ -0,0 +1,41 @@
|
||||
/* -*- mode: css; -*- */
|
||||
|
||||
/***** Rofi / RESLOVED ****************************/
|
||||
|
||||
configuration {
|
||||
window-format: "{n}";
|
||||
}
|
||||
|
||||
#window {
|
||||
anchor: north;
|
||||
location: north;
|
||||
width: 100%;
|
||||
padding: 35px 6px 0px 15px;
|
||||
children: [ horibox ];
|
||||
}
|
||||
|
||||
#horibox {
|
||||
orientation: horizontal;
|
||||
children: [ entry, listview ];
|
||||
}
|
||||
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
spacing: 4px;
|
||||
lines: 100;
|
||||
}
|
||||
|
||||
#entry {
|
||||
color: rgba(0, 0, 0, 0);
|
||||
expand: false;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
#element {
|
||||
padding-right: 2px;
|
||||
color: #ffffff44;
|
||||
}
|
||||
|
||||
#element selected {
|
||||
color: #ffffffff;
|
||||
}
|
||||
48
rofi/.config/rofi/config.rasi
Normal file
48
rofi/.config/rofi/config.rasi
Normal file
@ -0,0 +1,48 @@
|
||||
/* -*- mode: css; -*- */
|
||||
|
||||
/***** Rofi / RESLOVED ****************************/
|
||||
|
||||
configuration {
|
||||
window-format: "{n}";
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: #1b1d1e00;
|
||||
text-color: #ffffff;
|
||||
font: "Go Mono 10";
|
||||
}
|
||||
|
||||
#window {
|
||||
anchor: north;
|
||||
location: north;
|
||||
width: 100%;
|
||||
padding: 14px 48px 0 48px;
|
||||
children: [ horibox ];
|
||||
}
|
||||
|
||||
#horibox {
|
||||
orientation: horizontal;
|
||||
children: [ prompt, entry, listview ];
|
||||
}
|
||||
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
spacing: 4px;
|
||||
lines: 100;
|
||||
}
|
||||
|
||||
#entry {
|
||||
padding: 0px 4px;
|
||||
expand: false;
|
||||
width: 10em;
|
||||
font: "Product Sans Bold 14";
|
||||
}
|
||||
|
||||
#element {
|
||||
padding: 0px 2px;
|
||||
}
|
||||
|
||||
#element selected {
|
||||
background-color: #f8f8f800;
|
||||
color: #ffffff;
|
||||
}
|
||||
32
rofi/.config/rofi/entry.rasi
Normal file
32
rofi/.config/rofi/entry.rasi
Normal file
@ -0,0 +1,32 @@
|
||||
/* -*- mode: css; -*- */
|
||||
|
||||
/***** Rofi / RESLOVED ****************************/
|
||||
|
||||
configuration {
|
||||
window-format: "{n}";
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: #1b1d1e00;
|
||||
border-color: #ffffff44;
|
||||
text-color: #ffffffff;
|
||||
font: "Go Mono 10";
|
||||
}
|
||||
|
||||
#window {
|
||||
anchor: south;
|
||||
location: south;
|
||||
width: 100%;
|
||||
padding: 35px 6px 0px 15px;
|
||||
children: [ horibox ];
|
||||
}
|
||||
|
||||
#horibox {
|
||||
orientation: horizontal;
|
||||
children: [ entry ];
|
||||
}
|
||||
|
||||
#entry {
|
||||
expand: false;
|
||||
width: 100%;
|
||||
}
|
||||
41
rofi/.config/rofi/list.rasi
Normal file
41
rofi/.config/rofi/list.rasi
Normal file
@ -0,0 +1,41 @@
|
||||
/* -*- mode: css; -*- */
|
||||
|
||||
/***** Rofi / RESLOVED ****************************/
|
||||
|
||||
configuration {
|
||||
window-format: "{n}";
|
||||
}
|
||||
|
||||
#window {
|
||||
anchor: north;
|
||||
location: north;
|
||||
width: 100%;
|
||||
padding: 35px 6px 0px 15px;
|
||||
children: [ horibox ];
|
||||
}
|
||||
|
||||
#horibox {
|
||||
orientation: horizontal;
|
||||
children: [ entry, listview ];
|
||||
}
|
||||
|
||||
#listview {
|
||||
layout: horizontal;
|
||||
spacing: 4px;
|
||||
lines: 100;
|
||||
}
|
||||
|
||||
#entry {
|
||||
color: rgba(0, 0, 0, 0);
|
||||
expand: false;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
#element {
|
||||
padding-right: 2px;
|
||||
color: #ffffff44;
|
||||
}
|
||||
|
||||
#element selected {
|
||||
color: #ffffffff;
|
||||
}
|
||||
21
rofi/.config/rofi/output.rasi
Normal file
21
rofi/.config/rofi/output.rasi
Normal file
@ -0,0 +1,21 @@
|
||||
/***** Rofi / RESLOVED ****************************/
|
||||
|
||||
configuration {
|
||||
window-format: "{n}";
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: #1b1d1e00;
|
||||
border-color: #ffffff44;
|
||||
text-color: #ffffffff;
|
||||
font: "Go Mono 10";
|
||||
}
|
||||
|
||||
#window {
|
||||
anchor: south;
|
||||
location: south;
|
||||
width: 100%;
|
||||
padding: 14px 48px 16px 48px;
|
||||
}
|
||||
|
||||
/* -*- mode: css; -*- */
|
||||
Reference in New Issue
Block a user