123 lines
3.0 KiB
JSON
Raw Normal View History

2024-02-29 22:11:08 +01:00
{
"clock": {
"interval": 60,
2024-05-31 13:04:39 +02:00
"format": "<span color='#ffffff40'> </span> {:%H : %M}",
2024-03-02 23:49:00 +01:00
"tooltip-format": "{:%A, %Y-%m-%d}",
2024-06-17 16:19:21 +02:00
"on-click": "$TERMINAL -e peaclock",
2024-03-03 19:59:08 +01:00
"on-click-right": "date -u +'%Y-%m-%dT%H:%M:%SZ' | wl-copy",
2024-02-29 22:11:08 +01:00
},
"cpu": {
"interval": 2,
2024-05-31 13:04:39 +02:00
"format": "<span color='#ffffff40'>{icon}</span> {usage}%",
2024-03-02 17:06:30 +01:00
"format-icons": ["󰾆", "󰾅", "󰓅"],
2024-03-02 23:49:00 +01:00
"max-length": 10,
"on-click": "$TERMINAL -e btop",
},
2024-03-05 13:28:48 +01:00
"custom/updates": {
"interval": 300,
2024-05-31 13:04:39 +02:00
"format": "<span color='#ffffff40'>󰏖 </span> {}",
2024-03-05 13:28:48 +01:00
"exec": "~/.bin/updates",
"return-type": "json",
"on-click": "$TERMINAL -e yay",
},
2024-03-02 23:49:00 +01:00
"custom/gpu": {
2024-03-05 13:28:48 +01:00
"interval": 2,
2024-03-02 23:49:00 +01:00
"exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
2024-05-31 13:04:39 +02:00
"format": "<span color='#ffffff40'> </span> {}%",
2024-03-02 23:49:00 +01:00
"return-type": "",
"on-click": "$TERMINAL -e nvtop",
2024-03-05 13:28:48 +01:00
"max-length": 10,
2024-02-29 22:11:08 +01:00
},
"memory": {
"interval": 2,
2024-05-31 13:04:39 +02:00
"format": "<span color='#ffffff40'> </span>{used} GiB",
2024-03-02 23:49:00 +01:00
"max-length": 10,
"on-click": "$TERMINAL -e btop",
2024-02-29 22:11:08 +01:00
},
2024-03-05 13:28:48 +01:00
"network#up": {
"interval": 2,
2024-05-31 13:04:39 +02:00
"format": "<span color='#ffffff40'> </span>{bandwidthUpBits}",
2024-03-05 13:28:48 +01:00
"tooltip-format": " {ifname} upload",
"max-length": 10,
"on-click": "$TERMINAL -e nethogs",
},
"network#down": {
2024-02-29 22:11:08 +01:00
"interval": 2,
2024-05-31 13:04:39 +02:00
"format": "<span color='#ffffff40'> </span>{bandwidthDownBits}",
2024-03-05 13:28:48 +01:00
"tooltip-format": " {ifname} download",
"max-length": 10,
2024-03-02 23:49:00 +01:00
"on-click": "$TERMINAL -e nethogs",
2024-02-29 22:11:08 +01:00
},
"disk": {
"interval": 30,
2024-05-31 13:04:39 +02:00
"format": "<span color='#ffffff40'>󰋊 </span>{used}",
2024-03-02 23:49:00 +01:00
"path": "/",
2024-03-05 13:28:48 +01:00
"max-length": 10,
2024-03-02 23:49:00 +01:00
"on-click": "$TERMINAL -e dua i",
2024-02-29 22:11:08 +01:00
},
"mpris": {
2024-05-31 13:04:39 +02:00
"format": "<span color='#ffffff40'>{player_icon}</span> {title}",
"format-paused": "<span color='#ffffff40'>{status_icon}</span> {title}",
2024-02-29 22:11:08 +01:00
"player-icons": {
"default": "󰝚",
"mpv": "󰝚"
},
"status-icons": {
"paused": "󰏤"
},
"title-len": 30,
},
2024-07-15 15:59:55 +02:00
"temperature": {
"interval": 2,
"format": "<span color='#ffffff40'></span> {temperatureC} C",
"hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input"
},
2024-02-29 22:11:08 +01:00
"wireplumber": {
2024-06-02 13:08:11 +02:00
"format": "<span color='#ffffff40'>{icon}</span> {volume}%",
2024-02-29 22:11:08 +01:00
"format-muted": "",
"scroll-step": 5,
2024-03-02 23:49:00 +01:00
"format-icons": ["", "", ""],
2024-03-05 13:28:48 +01:00
"max-length": 10,
2024-06-17 16:19:21 +02:00
"on-click": "easyeffects",
2024-03-05 13:28:48 +01:00
},
"hyprland/window": {
2024-03-07 13:09:05 +01:00
"format": "󰘔 {initialTitle}",
2024-03-05 13:28:48 +01:00
"separate-outputs": true
2024-02-29 22:11:08 +01:00
},
"hyprland/workspaces": {
"format": "{icon}",
"persistent-workspaces": {
2024-03-01 00:46:43 +01:00
"*": 9
2024-02-29 22:11:08 +01:00
},
"format-icons": {
2024-03-03 19:59:08 +01:00
"default": "",
"empty": "",
2024-06-02 13:08:11 +02:00
"active": "",
2024-03-03 19:59:08 +01:00
"urgent": "",
2024-02-29 22:11:08 +01:00
},
2024-03-02 23:49:00 +01:00
"sort-by-number": true,
2024-03-05 13:28:48 +01:00
"on-click": "activate",
2024-02-29 22:11:08 +01:00
},
2024-03-02 17:06:30 +01:00
"custom/os":{
"format": "",
"tooltip": false,
2024-03-21 23:16:02 +01:00
"on-click": "$TERMINAL --hold -e fastfetch",
2024-03-02 23:49:00 +01:00
},
2024-03-21 18:26:30 +01:00
"wlr/taskbar": {
"format": "{icon}",
"icon-size": 14,
"icon-theme": "Adwaita",
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-middle": "close",
"ignore-list": [
"Alacritty",
],
"app_ids-mapping": {
"firefoxdeveloperedition": "firefox-developer-edition",
},
"rewrite": {
"Firefox Web Browser": "Firefox",
},
},
2024-07-15 15:59:55 +02:00
}