Updated config
This commit is contained in:
@ -1,33 +1,34 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"modules-left": ["custom/launcher","hyprland/workspaces"],
|
||||
"modules-left": ["custom/os","hyprland/workspaces"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["mpris","wireplumber","cpu","memory","network","disk"],
|
||||
"modules-right": ["cpu","memory","disk","network","custom/power"],
|
||||
"clock": {
|
||||
"interval": 60,
|
||||
"format": "{:%a %H:%M}",
|
||||
"format": "{:%a %H : %M}",
|
||||
"tooltip-format": "{:%Y-%m-%d}"
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 2,
|
||||
"format": " {usage}%",
|
||||
"format": "{icon} {usage}%",
|
||||
"format-icons": ["", "", ""],
|
||||
"max-length": 10
|
||||
},
|
||||
"memory": {
|
||||
"interval": 2,
|
||||
"format": " {used} GiB",
|
||||
"format": " {used} GiB",
|
||||
"max-length": 10
|
||||
},
|
||||
"network": {
|
||||
"interval": 2,
|
||||
"format": "{ifname}",
|
||||
"format": " {ifname}",
|
||||
"format-wifi": " {essid}",
|
||||
"format-ethernet": " {bandwidthTotalBytes}",
|
||||
"format-ethernet": " {bandwidthUpBits} {bandwidthDownBits}",
|
||||
"format-disconnected": "",
|
||||
"tooltip-format": "{ifname} via {gwaddr}",
|
||||
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
|
||||
"tooltip-format-ethernet": " {ifname}",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"tooltip-format-disconnected": "",
|
||||
"max-length": 50
|
||||
},
|
||||
"disk": {
|
||||
@ -63,13 +64,13 @@
|
||||
"format-icons": {
|
||||
"urgent": "",
|
||||
"active": "",
|
||||
"default": ""
|
||||
"default": ""
|
||||
},
|
||||
"sort-by-number": true
|
||||
},
|
||||
"custom/launcher":{
|
||||
"format": " ",
|
||||
"on-click": "fuzzel",
|
||||
"on-click-right": "killall fuzzel"
|
||||
"custom/os":{
|
||||
"format": "",
|
||||
"tooltip": false,
|
||||
"on-click": "alacritty --hold -e neofetch",
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,9 @@
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
font-family: "Ubuntu Nerd Font";
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
@ -13,15 +14,6 @@ window#waybar.hidden {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
#window {
|
||||
margin-top: 6px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
transition: none;
|
||||
color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#cpu,
|
||||
#disk,
|
||||
@ -29,62 +21,24 @@ window#waybar.hidden {
|
||||
#mpris,
|
||||
#network,
|
||||
#wireplumber,
|
||||
#workspaces {
|
||||
margin-top: 6px;
|
||||
margin-left: 8px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
margin-bottom: 0px;
|
||||
#workspaces,
|
||||
#custom-os {
|
||||
color: @fg;
|
||||
background: @bg;
|
||||
margin: 0 4px;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#clock {
|
||||
color: #161320;
|
||||
background: #ABE9B3;
|
||||
#workspaces button {
|
||||
padding: 0px 5px;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
#cpu {
|
||||
color: #161320;
|
||||
background: #96CDFB;
|
||||
#workspaces button.active {
|
||||
color: rgba(255, 255, 255, 1.0);
|
||||
}
|
||||
|
||||
#disk {
|
||||
color: #161320;
|
||||
background: #E8A2AF;
|
||||
}
|
||||
|
||||
#memory {
|
||||
color: #161320;
|
||||
background: #DDB6F2;
|
||||
}
|
||||
|
||||
#mpris {
|
||||
color: #1A1826;
|
||||
background: #FAE3B0;
|
||||
}
|
||||
|
||||
#network {
|
||||
color: #161320;
|
||||
background: #bd93f9;
|
||||
}
|
||||
|
||||
#wireplumber {
|
||||
color: #1A1826;
|
||||
background: #FAE3B0;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
color: white;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#custom-launcher {
|
||||
#custom-os {
|
||||
font-size: 24px;
|
||||
margin-top: 6px;
|
||||
margin-left: 8px;
|
||||
padding-left: 10px;
|
||||
padding-right: 5px;
|
||||
transition: none;
|
||||
color: #89DCEB;
|
||||
background: transparent;
|
||||
}
|
||||
|
Reference in New Issue
Block a user