Getting things setup for sway wayland
This commit is contained in:
parent
2287ac931b
commit
e94ff95428
20 changed files with 513 additions and 53 deletions
|
@ -1,2 +1,4 @@
|
|||
width=60%
|
||||
height=50%
|
||||
height=40%
|
||||
columns=2
|
||||
parse_action=true
|
53
wofi/style.css
Normal file
53
wofi/style.css
Normal file
|
@ -0,0 +1,53 @@
|
|||
@define-color base00 #282a36;
|
||||
@define-color base01 #34353e;
|
||||
@define-color base02 #43454f;
|
||||
@define-color base03 #78787e;
|
||||
@define-color base04 #a5a5a9;
|
||||
@define-color base05 #e2e4e5;
|
||||
@define-color base06 #eff0eb;
|
||||
@define-color base07 #f1f1f0;
|
||||
@define-color base08 #ff5c57;
|
||||
@define-color base09 #ff9f43;
|
||||
@define-color base0A #f3f99d;
|
||||
@define-color base0B #5af78e;
|
||||
@define-color base0C #9aedfe;
|
||||
@define-color base0D #57c7ff;
|
||||
@define-color base0E #ff6ac1;
|
||||
@define-color base0F #b2643c;
|
||||
@define-color basetransparent rgba(40, 42, 54, 0.0);
|
||||
@define-color backtransparent rgba(40, 42, 54, 0.85);
|
||||
window {
|
||||
margin: 100px;
|
||||
background-color: @backtransparent;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 10px;
|
||||
border-radius: 20px;
|
||||
border-color: @base02;
|
||||
background-color: @base02;
|
||||
color: @base05;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 5px;
|
||||
/* background-color: orange; */
|
||||
}
|
||||
|
||||
#entry {
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
border-radius: 20px;
|
||||
color: @base05;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue