Improve hyprland and waybar configs
This commit is contained in:
parent
ceea1c316a
commit
32a6ce75bd
7 changed files with 77 additions and 43 deletions
|
@ -1,36 +1,58 @@
|
|||
@import url("./colors.css");
|
||||
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: Iosevka;
|
||||
font-size: 11pt;
|
||||
border-radius: 0;
|
||||
|
||||
font-family: "JetBrains Mono", monospace;
|
||||
font-size: 10pt;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
opacity: 1;
|
||||
background: @background-darker;
|
||||
color: @foreground;
|
||||
border-bottom: 2px solid @background;
|
||||
}
|
||||
|
||||
|
||||
#clock {
|
||||
border-bottom: solid 2px @yellow;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
border-bottom: solid 2px @purple;
|
||||
}
|
||||
|
||||
#memory {
|
||||
border-bottom: solid 2px @pink;
|
||||
}
|
||||
|
||||
#network {
|
||||
border-bottom: solid 2px @green;
|
||||
}
|
||||
|
||||
#temperature {
|
||||
border-bottom: solid 2px @red;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 10px;
|
||||
background: @background;
|
||||
color: @foreground;
|
||||
background: none;
|
||||
border-bottom: solid 2px @background;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
background-image: linear-gradient(0deg, @selection, @background-darker);
|
||||
border-bottom: solid 2px @selection;
|
||||
}
|
||||
#workspaces button.active,
|
||||
#workspaces button.focused,
|
||||
#workspaces button.visible {
|
||||
background-image: linear-gradient(0deg, @purple, @selection);
|
||||
border-bottom: solid 2px @purple;
|
||||
}
|
||||
#taskbar button.active {
|
||||
background-image: linear-gradient(0deg, @pruple, @background-darker);
|
||||
|
||||
|
||||
#custom-weather {
|
||||
border-bottom: solid 2px @green;
|
||||
}
|
||||
#clock {
|
||||
padding: 0 4px;
|
||||
background: @background;
|
||||
|
||||
#custom-pacman {
|
||||
border-bottom: solid 2px @cyan;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue