feat: updates
This commit is contained in:
@@ -55,10 +55,10 @@
|
||||
},
|
||||
"clock#simpleclock": {
|
||||
"tooltip": false,
|
||||
"format": " {:%H:%M}",
|
||||
"format": " {:%H:%M}",
|
||||
},
|
||||
"clock": {
|
||||
"format": " {:L%a %d %b}",
|
||||
"format": " {:L%a %d %b}",
|
||||
"calendar": {
|
||||
"format": {
|
||||
"days": "<span weight='normal'>{}</span>",
|
||||
@@ -72,14 +72,15 @@
|
||||
"on-scroll": 1,
|
||||
},
|
||||
"tooltip-format": "<span color='#cdd6f4' font='Lexend 16'><tt><small>{calendar}</small></tt></span>",
|
||||
"on-click": "gnome-calendar"
|
||||
},
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
"format": " {usage}%",
|
||||
"tooltip": true,
|
||||
"interval": 1,
|
||||
},
|
||||
"memory": {
|
||||
"format": " {used:0.1f}Gi",
|
||||
"format": " {used:0.1f}Gi",
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
* {
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
font-family: Lexend, "JetBrainsMono NFP";
|
||||
font-family: Lexend, "JetBrainsMono Nerd Font";
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
}
|
||||
@@ -11,7 +11,7 @@ window#waybar {
|
||||
transition-duration: 0.5s;
|
||||
/* background-color: #1e1e2e; */
|
||||
/* background-color: #181825; */
|
||||
background-color: rgba(24, 24, 37, 0.6);
|
||||
background-color: rgba(24, 24, 37, 0.0);
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
|
||||
Reference in New Issue
Block a user