Updated config

This commit is contained in:
2024-03-02 00:32:40 +01:00
parent d82d239cd0
commit d6871eb3b9
16 changed files with 81 additions and 29 deletions

View File

@ -1,8 +1,8 @@
{
"layer": "top",
"modules-left": ["custom/launcher","hyprland/workspaces"],
"modules-center": [],
"modules-right": ["mpris","wireplumber","cpu","memory","network","disk","clock"],
"modules-center": ["clock"],
"modules-right": ["mpris","wireplumber","cpu","memory","network","disk"],
"clock": {
"interval": 60,
"format": "{:%a %H:%M}",
@ -10,12 +10,12 @@
},
"cpu": {
"interval": 2,
"format": " {}%",
"format": " {usage}%",
"max-length": 10
},
"memory": {
"interval": 2,
"format": "󰍜 {}%",
"format": "󰍜 {used} GiB",
"max-length": 10
},
"network": {

View File

@ -1,9 +1,8 @@
* {
border: none;
border-radius: 10;
border-radius: 8px;
font-family: "Ubuntu Nerd Font";
font-size: 16px;
min-height: 10px;
}
window#waybar {
@ -18,7 +17,6 @@ window#waybar.hidden {
margin-top: 6px;
padding-left: 10px;
padding-right: 10px;
border-radius: 10px;
transition: none;
color: transparent;
background: transparent;
@ -37,7 +35,6 @@ window#waybar.hidden {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 0px;
border-radius: 10px;
transition: none;
}
@ -87,7 +84,6 @@ window#waybar.hidden {
margin-left: 8px;
padding-left: 10px;
padding-right: 5px;
border-radius: 10px;
transition: none;
color: #89DCEB;
background: transparent;