first commit
This commit is contained in:
commit
78b79e224f
239 changed files with 14912 additions and 0 deletions
24
rofi/power/message.rasi
Normal file
24
rofi/power/message.rasi
Normal file
|
@ -0,0 +1,24 @@
|
|||
@import "styles/colors.rasi"
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: "FantasqueSansMono Nerd Font 14";
|
||||
}
|
||||
|
||||
window {
|
||||
width: 450px;
|
||||
padding: 30px;
|
||||
border: 1px;
|
||||
border-radius: 0px;
|
||||
border-color: @border;
|
||||
location: center;
|
||||
x-offset: 0;
|
||||
y-offset: -8%;
|
||||
}
|
||||
|
||||
entry {
|
||||
expand: true;
|
||||
width: 150px;
|
||||
text-color: @border;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue