chore 🔧: Hypr, Waybar
This commit is contained in:
parent
14b71fb1b1
commit
b7a55becea
4 changed files with 18 additions and 5 deletions
|
@ -123,7 +123,7 @@
|
|||
"special": "S"
|
||||
},
|
||||
"persistent-workspaces": {
|
||||
"*": 3
|
||||
"*": 4
|
||||
},
|
||||
"on-click": "activate",
|
||||
"on-scroll-up": "hyprctl dispatch workspace e-1",
|
||||
|
|
|
@ -96,8 +96,6 @@ menu,
|
|||
margin: 3px;
|
||||
border-radius: 6px;
|
||||
border: none;
|
||||
color: #f5e0dc;
|
||||
/* background-color: #1e1e2e; */
|
||||
transition: all 0.3s ease-in-out;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
@ -116,6 +114,19 @@ menu,
|
|||
animation: none;
|
||||
}
|
||||
|
||||
#workspaces button:not(.active){
|
||||
color : #74c7ec;
|
||||
}
|
||||
|
||||
#workspaces button:nth-child(1):not(.active) {
|
||||
color:#f38ba8;
|
||||
}
|
||||
#workspaces button:nth-child(2):not(.active) {
|
||||
color: #f9e2af;
|
||||
}
|
||||
#workspaces button:nth-child(3):not(.active) {
|
||||
color: #a6e3a1;
|
||||
}
|
||||
#clock {
|
||||
padding: 0 15px;
|
||||
color: @beige;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue