Updated config
This commit is contained in:
@ -1,13 +1,16 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
"modules-left": [],
|
||||
"modules-center": [],
|
||||
"position": "top",
|
||||
"modules-left": [
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"group/hardware",
|
||||
"custom/updates",
|
||||
"wireplumber",
|
||||
"clock",
|
||||
],
|
||||
"group/hardware": {
|
||||
"orientation": "horizontal",
|
||||
|
@ -1,21 +1,21 @@
|
||||
{
|
||||
"clock": {
|
||||
"interval": 60,
|
||||
"format": "<span color='#00000040'> </span> {:%H : %M}",
|
||||
"format": "<span color='#ffffff40'> </span> {:%H : %M}",
|
||||
"tooltip-format": "{:%A, %Y-%m-%d}",
|
||||
"on-click": "gnome-clocks",
|
||||
"on-click-right": "date -u +'%Y-%m-%dT%H:%M:%SZ' | wl-copy",
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 2,
|
||||
"format": "<span color='#00000040'>{icon}</span> {usage}%",
|
||||
"format": "<span color='#ffffff40'>{icon}</span> {usage}%",
|
||||
"format-icons": ["", "", ""],
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e btop",
|
||||
},
|
||||
"custom/updates": {
|
||||
"interval": 300,
|
||||
"format": "<span color='#00000040'> </span> {}",
|
||||
"format": "<span color='#ffffff40'> </span> {}",
|
||||
"exec": "~/.bin/updates",
|
||||
"return-type": "json",
|
||||
"on-click": "$TERMINAL -e yay",
|
||||
@ -23,41 +23,41 @@
|
||||
"custom/gpu": {
|
||||
"interval": 2,
|
||||
"exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
|
||||
"format": "<span color='#00000040'> </span> {}%",
|
||||
"format": "<span color='#ffffff40'> </span> {}%",
|
||||
"return-type": "",
|
||||
"on-click": "$TERMINAL -e nvtop",
|
||||
"max-length": 10,
|
||||
},
|
||||
"memory": {
|
||||
"interval": 2,
|
||||
"format": "<span color='#00000040'> </span>{used} GiB",
|
||||
"format": "<span color='#ffffff40'> </span>{used} GiB",
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e btop",
|
||||
},
|
||||
"network#up": {
|
||||
"interval": 2,
|
||||
"format": "<span color='#00000040'> </span>{bandwidthUpBits}",
|
||||
"format": "<span color='#ffffff40'> </span>{bandwidthUpBits}",
|
||||
"tooltip-format": " {ifname} upload",
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e nethogs",
|
||||
},
|
||||
"network#down": {
|
||||
"interval": 2,
|
||||
"format": "<span color='#00000040'> </span>{bandwidthDownBits}",
|
||||
"format": "<span color='#ffffff40'> </span>{bandwidthDownBits}",
|
||||
"tooltip-format": " {ifname} download",
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e nethogs",
|
||||
},
|
||||
"disk": {
|
||||
"interval": 30,
|
||||
"format": "<span color='#00000040'> </span>{used}",
|
||||
"format": "<span color='#ffffff40'> </span>{used}",
|
||||
"path": "/",
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e dua i",
|
||||
},
|
||||
"mpris": {
|
||||
"format": "<span color='#00000040'>{player_icon}</span> {title}",
|
||||
"format-paused": "<span color='#00000040'>{status_icon}</span> {title}",
|
||||
"format": "<span color='#ffffff40'>{player_icon}</span> {title}",
|
||||
"format-paused": "<span color='#ffffff40'>{status_icon}</span> {title}",
|
||||
"player-icons": {
|
||||
"default": "",
|
||||
"mpv": ""
|
||||
@ -68,7 +68,7 @@
|
||||
"title-len": 30,
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "<span color='#00000040'>{icon}</span> {volume}%",
|
||||
"format": "<span color='#ffffff40'>{icon}</span> {volume}%",
|
||||
"format-muted": "",
|
||||
"scroll-step": 5,
|
||||
"format-icons": ["", "", ""],
|
||||
|
@ -3,7 +3,7 @@
|
||||
* {
|
||||
border: none;
|
||||
font-family: "Ubuntu Nerd Font";
|
||||
font-size: 12px;
|
||||
font-size: 13px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
@ -11,7 +11,8 @@
|
||||
/* ===== Waybar ===== */
|
||||
|
||||
#waybar {
|
||||
background: transparent;
|
||||
background: rgba(32, 32, 32, 0.8);
|
||||
/* background: transparent; */
|
||||
/* background: rgba(54, 137, 230, 0.8); */
|
||||
/* border-top: 1px solid rgba(54, 137, 230, 0.8); */
|
||||
}
|
||||
@ -41,7 +42,7 @@
|
||||
#wireplumber,
|
||||
#custom-gpu,
|
||||
#custom-updates {
|
||||
color: rgba(32, 32, 32, 0.8);
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
padding: 4px 8px;
|
||||
margin: 2px;
|
||||
margin-right: 0;
|
||||
@ -70,17 +71,16 @@
|
||||
/* ===== Workspaces ===== */
|
||||
|
||||
#workspaces button {
|
||||
/* color: rgba(38, 41, 44, 0.9); */
|
||||
padding: 0px 5px;
|
||||
margin-left: 8px;
|
||||
color: white;
|
||||
background: transparent;
|
||||
text-shadow: none;
|
||||
border-radius: 0;
|
||||
opacity: 0.5;
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
||||
#workspaces button.empty {
|
||||
opacity: 0.5;
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
@ -92,10 +92,9 @@
|
||||
#workspaces button.persistent {}
|
||||
#workspaces button.hidden {}
|
||||
|
||||
|
||||
/* ===== Extra colors ===== */
|
||||
|
||||
#cpu {
|
||||
/*#cpu {
|
||||
background: rgb(50.15%, 92.07%, 99.48%);
|
||||
}
|
||||
|
||||
@ -121,4 +120,4 @@
|
||||
|
||||
#clock {
|
||||
background: rgb(90%, 90%, 90%);
|
||||
}
|
||||
}*/
|
||||
|
Reference in New Issue
Block a user