Updated config
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"position": "bottom",
|
||||
"modules-left": [
|
||||
"custom/os",
|
||||
"hyprland/workspaces",
|
||||
],
|
||||
"modules-center": [],
|
||||
|
@ -1,21 +1,21 @@
|
||||
{
|
||||
"clock": {
|
||||
"interval": 60,
|
||||
"format": "<span color='#0000007f'> </span> {:%H : %M}",
|
||||
"format": "<span color='#ffffff7f'> </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='#0000007f'>{icon}</span> {usage}%",
|
||||
"format": "<span color='#ffffff7f'>{icon}</span> {usage}%",
|
||||
"format-icons": ["", "", ""],
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e btop",
|
||||
},
|
||||
"custom/updates": {
|
||||
"interval": 300,
|
||||
"format": "<span color='#0000007f'> </span> {}",
|
||||
"format": "<span color='#ffffff7f'> </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='#0000007f'> </span> {}%",
|
||||
"format": "<span color='#ffffff7f'> </span> {}%",
|
||||
"return-type": "",
|
||||
"on-click": "$TERMINAL -e nvtop",
|
||||
"max-length": 10,
|
||||
},
|
||||
"memory": {
|
||||
"interval": 2,
|
||||
"format": "<span color='#0000007f'> </span>{used} GiB",
|
||||
"format": "<span color='#ffffff7f'> </span>{used} GiB",
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e btop",
|
||||
},
|
||||
"network#up": {
|
||||
"interval": 2,
|
||||
"format": "<span color='#0000007f'> </span>{bandwidthUpBits}",
|
||||
"format": "<span color='#ffffff7f'> </span>{bandwidthUpBits}",
|
||||
"tooltip-format": " {ifname} upload",
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e nethogs",
|
||||
},
|
||||
"network#down": {
|
||||
"interval": 2,
|
||||
"format": "<span color='#0000007f'> </span>{bandwidthDownBits}",
|
||||
"format": "<span color='#ffffff7f'> </span>{bandwidthDownBits}",
|
||||
"tooltip-format": " {ifname} download",
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e nethogs",
|
||||
},
|
||||
"disk": {
|
||||
"interval": 30,
|
||||
"format": "<span color='#0000007f'> </span>{used}",
|
||||
"format": "<span color='#ffffff7f'> </span>{used}",
|
||||
"path": "/",
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e dua i",
|
||||
},
|
||||
"mpris": {
|
||||
"format": "<span color='#0000007f'>{player_icon}</span> {title}",
|
||||
"format-paused": "<span color='#0000007f'>{status_icon}</span> {title}",
|
||||
"format": "<span color='#ffffff7f'>{player_icon}</span> {title}",
|
||||
"format-paused": "<span color='#ffffff7f'>{status_icon}</span> {title}",
|
||||
"player-icons": {
|
||||
"default": "",
|
||||
"mpv": ""
|
||||
@ -68,7 +68,7 @@
|
||||
"title-len": 30,
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "<span color='#0000007f'>{icon}</span> {volume}%",
|
||||
"format": "<span color='#ffffff7f'>{icon}</span> {volume}%",
|
||||
"format-muted": "",
|
||||
"scroll-step": 5,
|
||||
"format-icons": ["", "", ""],
|
||||
|
@ -7,8 +7,8 @@
|
||||
}
|
||||
|
||||
#waybar {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
color: rgba(38, 41, 44, 0.9);
|
||||
/* background: rgba(255, 255, 255, 0.9); */
|
||||
/* color: rgba(38, 41, 44, 0.9); */
|
||||
}
|
||||
|
||||
#waybar.hidden {
|
||||
@ -67,7 +67,7 @@
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: rgba(38, 41, 44, 0.9);
|
||||
/* color: rgba(38, 41, 44, 0.9); */
|
||||
padding: 0px 5px;
|
||||
opacity: 0.2;
|
||||
background: transparent;
|
||||
|
Reference in New Issue
Block a user