chore: moving to hyprland?
This commit is contained in:
parent
708649e6a4
commit
cb5ca8d3f7
3 changed files with 146 additions and 119 deletions
|
@ -1,112 +1,144 @@
|
|||
* {
|
||||
bg-col: #303446;
|
||||
bg-col-light: #303446;
|
||||
border-col: #303446;
|
||||
selected-col: #44475a;
|
||||
blue: #8caaee;
|
||||
fg-col: #c6d0f5;
|
||||
fg-col2: #e78284;
|
||||
grey: #737994;
|
||||
|
||||
width: 600;
|
||||
font: "FiraCode Nerd Mono 14";
|
||||
}
|
||||
|
||||
element-text, element-icon , mode-switcher {
|
||||
background-color: inherit;
|
||||
text-color: inherit;
|
||||
transparent: #00000000;
|
||||
foreground: #F2F2F2FF;
|
||||
background-selected: #F2F2F245;
|
||||
background-active: #F2F2F230;
|
||||
background-white: #F2F2F211;
|
||||
background-black: #00000000;
|
||||
urgent: #E91E6366;
|
||||
urgent-selected: #E91E6377;
|
||||
border-radius: 18px;
|
||||
}
|
||||
|
||||
window {
|
||||
height: 360px;
|
||||
border: 1px;
|
||||
border-color: black;
|
||||
background-color: @bg-col;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @bg-col;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [prompt,entry];
|
||||
background-color: @bg-col;
|
||||
border-radius: 5px;
|
||||
padding: 4px;
|
||||
background-color: @transparent;
|
||||
text-color: #6e6a86;
|
||||
x-offset: 5px;
|
||||
y-offset: -50px;
|
||||
}
|
||||
|
||||
prompt {
|
||||
background-color: @blue;
|
||||
padding: 6px;
|
||||
text-color: @bg-col;
|
||||
border-radius: 3px;
|
||||
margin: 20px 0px 0px 10px;
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: ":";
|
||||
}
|
||||
|
||||
entry {
|
||||
padding: 6px;
|
||||
margin: 20px 0px 0px 20px;
|
||||
text-color: @fg-col;
|
||||
background-color: @bg-col;
|
||||
}
|
||||
|
||||
listview {
|
||||
border: 0px 0px 0px;
|
||||
padding: 6px 0px 6px;
|
||||
margin: 10px 0px 0px 10px;
|
||||
columns: 1;
|
||||
background-color: @bg-col;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 5px;
|
||||
border-radius:6px;
|
||||
background-color: @bg-col;
|
||||
text-color: @fg-col ;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 40px;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @selected-col ;
|
||||
text-color: @fg-col2 ;
|
||||
}
|
||||
|
||||
mode-switcher {
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 10px;
|
||||
background-color: @bg-col-light;
|
||||
text-color: @grey;
|
||||
vertical-align: 0.5;
|
||||
action: "ok";
|
||||
str: " ";
|
||||
font: "FiraCode Nerd Font Mono 16";
|
||||
expand: false;
|
||||
text-color: #6e6a86; background-color: @transparent; vertical-align: 0.5;
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
|
||||
button selected {
|
||||
background-color: @bg-col;
|
||||
text-color: @blue;
|
||||
entry {
|
||||
font: "FiraCode Nerd Font 14";
|
||||
background-color: #26233a;
|
||||
text-color: #6e6a86;
|
||||
expand: true;
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0;
|
||||
placeholder: "Global Search";
|
||||
placeholder-color: @foreground;
|
||||
blink: true;
|
||||
}
|
||||
|
||||
message {
|
||||
background-color: @bg-col-light;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
border-radius: 5px;
|
||||
entry-wrapper {
|
||||
orientation: horizontal;
|
||||
margin: 0 12px 0 12px;
|
||||
spacing: 24px;
|
||||
vertical-align: 0.5;
|
||||
background-color: #26233a;
|
||||
children: [ button, entry ];
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: 6px;
|
||||
margin: 10px 0px 0px 10px;
|
||||
text-color: @blue;
|
||||
background-color: @bg-col-light;
|
||||
inputbar {
|
||||
padding: 14px;
|
||||
background-color: #26233a;
|
||||
text-color: @foreground;
|
||||
expand: false;
|
||||
border-radius: 12px;
|
||||
position: north;
|
||||
children: [ entry-wrapper ];
|
||||
}
|
||||
|
||||
listview {
|
||||
background-color: #26233aFB;
|
||||
padding: 12px 0 12px 0;
|
||||
spacing: 0;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: true;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
width: 200px;
|
||||
expand: true;
|
||||
spacing: 12px;
|
||||
padding: 5px;
|
||||
background-color: @background-black;
|
||||
children: [ inputbar, listview ];
|
||||
}
|
||||
|
||||
scrollbar {
|
||||
background-color: @background-white;
|
||||
handle-width: 0;
|
||||
margin: 0 0 5px 0;
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @transparent;
|
||||
text-color: @foreground;
|
||||
orientation: horizontal;
|
||||
border: 0;
|
||||
border-color: @background-white;
|
||||
border-radius: 9px;
|
||||
spacing: 24px;
|
||||
margin: 0px 12px 0px 12px;
|
||||
padding: 10px 24px 10px 24px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 24px;
|
||||
border: 0;
|
||||
border-color: @transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
element-text {
|
||||
font: "FiraCode Nerd Font Mono 12";
|
||||
expand: true;
|
||||
horizontal-align: 0;
|
||||
vertical-align: 0.5;
|
||||
color: #4AA19B;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
element normal.urgent,
|
||||
element alternate.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
element normal.active,
|
||||
element alternate.active {
|
||||
background-color: @background-active;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: #403d5220;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @urgent-selected;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: #403d5220;
|
||||
color: @foreground-selected;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue