update: wazbar

This commit is contained in:
Yingjie Wang 2024-05-26 00:50:57 -04:00
parent 24f4e6e424
commit 985b12cc6e
4 changed files with 27 additions and 20 deletions

View File

@ -8,9 +8,9 @@
@define-color workspacesbackground1 @color5;
@define-color workspacesbackground2 @color11;
@define-color bordercolor @color11;
@define-color textcolor1 #FFFFFF;
@define-color textcolor2 #FFFFFF;
@define-color textcolor3 #FFFFFF;
@define-color iconcolor #FFFFFF;
@define-color textcolor1 @foreground;
@define-color textcolor2 @foreground;
@define-color textcolor3 @foreground;
@define-color iconcolor @foreground;
@import '../style.css';

View File

@ -45,10 +45,10 @@
//"bluetooth",
"battery",
"battery#charging",
"network",
"cpu",
"memory",
//"group/hardware",
// "network",
// "cpu",
// "memory",
"group/hardware",
//"custom/cliphist",
"tray",
"idle_inhibitor",

View File

@ -216,6 +216,18 @@
}
},
"group/tray": {
"orientation": "inherit",
"drawer": {
"transition-duration": 300,
"children-class": "not-memory",
"transition-left-to-right": false
},
"modules": [
"tray"
]
},
// System tray
"tray": {
"icon-size": 21,
@ -267,17 +279,10 @@
// Group Hardware
"group/hardware": {
"orientation": "inherit",
"drawer": {
"transition-duration": 300,
"children-class": "not-memory",
"transition-left-to-right": false
},
"modules": [
"custom/system",
"disk",
"cpu",
"memory",
"hyprland/language"
"network"
]
},

View File

@ -285,7 +285,7 @@ window#waybar.empty #window {
* Hardware Group
* ----------------------------------------------------- */
#disk,#memory,#cpu,#language {
/* #disk,#memory,#cpu,#language {
background-color: @backgroundlight;
font-size: 16px;
color: @textcolor2;
@ -293,7 +293,9 @@ window#waybar.empty #window {
padding: 2px 10px 0px 10px;
margin: 8px 10px 8px 0px;
opacity:0.8;
}
} */
#groups
#language {
margin-right:10px;
@ -337,7 +339,7 @@ window#waybar.empty #window {
* Network
* ----------------------------------------------------- */
#network {
/* #network {
background-color: @backgroundlight;
font-size: 16px;
color: @textcolor2;
@ -355,7 +357,7 @@ window#waybar.empty #window {
#network.wifi {
background-color: @backgroundlight;
color: @textcolor2;
}
} */
/* -----------------------------------------------------
* Bluetooth