redid waybar in new style in tokyonight colors, updated sway and rofi configs with tokyonight colors too
This commit is contained in:
parent
664f0b6e1a
commit
c9ab46a674
4 changed files with 273 additions and 256 deletions
|
@ -1,5 +1,5 @@
|
|||
configuration {
|
||||
font: "Hack 16";
|
||||
font: "Hack 14";
|
||||
display-drun: " ";
|
||||
drun-display-format: "{icon} {name}";
|
||||
modi: "run";
|
||||
|
@ -10,12 +10,13 @@ configuration {
|
|||
@theme "/dev/null"
|
||||
|
||||
* {
|
||||
bg: #1e1e2e99;
|
||||
bg-alt: #585b7099;
|
||||
bg-selected: #31324499;
|
||||
bg: #222436;
|
||||
bg-alt: #2d3f76;
|
||||
bg-selected: #4fd6be;
|
||||
|
||||
fg: #cdd6f4;
|
||||
fg-alt: #7f849c;
|
||||
fg: #c8d3f5;
|
||||
fg-alt: #c8d3f5;
|
||||
fg-selected: #222436;
|
||||
|
||||
border: 0;
|
||||
margin: 0;
|
||||
|
@ -36,7 +37,7 @@ element {
|
|||
}
|
||||
|
||||
element selected {
|
||||
text-color: @fg;
|
||||
text-color: @fg-selected;
|
||||
background-color: @bg-selected;
|
||||
}
|
||||
|
||||
|
@ -55,7 +56,7 @@ element-icon {
|
|||
entry {
|
||||
padding: 12;
|
||||
background-color: @bg-alt;
|
||||
text-color: @fg;
|
||||
text-color: @fg-alt;
|
||||
font: "Hack 28";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue