bruh
This commit is contained in:
parent
eeaeb3aece
commit
042cc9a102
5 changed files with 76 additions and 28 deletions
|
@ -3,7 +3,6 @@
|
|||
programs.waybar = {
|
||||
enable = true;
|
||||
style = ./style.css;
|
||||
systemd.enable = true;
|
||||
settings = {
|
||||
mainBar = {
|
||||
name = "bar0";
|
||||
|
@ -25,8 +24,8 @@
|
|||
reload_style_on_change = true;
|
||||
|
||||
modules-left = [
|
||||
"hyprland/workspaces"
|
||||
"hyprland/window"
|
||||
"sway/workspaces"
|
||||
"sway/window"
|
||||
];
|
||||
modules-right = [
|
||||
"tray"
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
@import "./rose-pine-dawn.css";
|
||||
window#waybar {
|
||||
font-family: "CaskaydiaCove Nerd Font";
|
||||
background-color: rgba(0,0,0,0);
|
||||
background-color: @base;
|
||||
font-size: 0.8rem;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
opacity: 1;
|
||||
background: linear-gradient(45deg, rgb(214, 39, 200), rgb(5, 83, 252));
|
||||
background: linear-gradient(45deg, @muted, @subtle);
|
||||
border-radius: 0.5rem;
|
||||
padding: 2px;
|
||||
}
|
||||
|
@ -18,7 +19,7 @@ window#waybar {
|
|||
|
||||
.modules-right {
|
||||
opacity: 1;
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
background-color: @overlay;
|
||||
border-radius: 0.5rem;
|
||||
padding: 2px 2px 2px 10px
|
||||
}
|
||||
|
@ -28,7 +29,7 @@ window#waybar {
|
|||
} */
|
||||
|
||||
#workspaces {
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
background-color: @rose;
|
||||
border-radius: 0.5rem;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
@ -39,37 +40,36 @@ window#waybar {
|
|||
}
|
||||
|
||||
#window {
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
background-color: @iris;
|
||||
border-radius: 0.5rem;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
font-weight: bolder;
|
||||
border-radius: 0.5rem;
|
||||
padding: 0 3px 0 0;
|
||||
}
|
||||
|
||||
#battery {
|
||||
color: lightgreen;
|
||||
color: @pine;
|
||||
}
|
||||
|
||||
#memory {
|
||||
color: lightpink;
|
||||
color: @iris;
|
||||
}
|
||||
|
||||
#disk {
|
||||
color: lightskyblue;
|
||||
color: @gold;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
color: lightgoldenrodyellow;
|
||||
color: @rose;
|
||||
}
|
||||
|
||||
#temperature {
|
||||
color: lightslategray;
|
||||
color: @foam;
|
||||
}
|
||||
|
||||
#network {
|
||||
color: lightsteelblue;
|
||||
color: @love;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue