Saataa andagii !

This commit is contained in:
Lukian 2025-02-08 12:04:04 +01:00
parent f574bf744a
commit d565ed1fd6
4 changed files with 22 additions and 3 deletions

View file

@ -5,11 +5,13 @@
"spacing": 4,
"margin": 10,
"modules-left": [
"custom/arch",
"clock",
"cpu",
"temperature",
"memory",
"disk",
"disk#disk2",
"disk"
],
"modules-center": [
"hyprland/workspaces",
@ -69,9 +71,14 @@
},
"disk": {
"interval": 30,
"format": "{percentage_free}% ",
"format": "{free} ",
"path": "/home"
},
"disk#disk2": {
"interval": 30,
"format": "{free} ",
"path": "/"
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{ipaddr}/{cidr} ({signalStrength}%) ",
@ -142,4 +149,8 @@
},
"sort-by-number": true
},
"custom/arch": {
"format": "\udb82\udcc7",
"on-click": "wofi --show drun"
}
}

View file

@ -62,6 +62,7 @@ window#waybar {
#custom-quit,
#custom-lock,
#custom-reboot,
#custom-arch,
#workspaces {
padding: 7px 10px;
opacity: 1;
@ -119,6 +120,10 @@ window#waybar {
color: @yellow;
}
#custom-arch {
color: #1793d1;
}
#workspaces button {
color: #cfcfcf;
margin: 0px 5px;