Whoever's maintaining Chromium needs to pattern up. Shit made me use fsck 10 times in a row
84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"hybrid": {
|
|
"namespace": "hybrid-bar",
|
|
"r": 40,
|
|
"g": 44,
|
|
"b": 52,
|
|
"a": 0.8,
|
|
"features": ["tray_experimental", "hyprland", "systemd"]
|
|
},
|
|
"left-tray_tray": {},
|
|
"left-label_window": {
|
|
"text": "Workspace ",
|
|
"command": "%hl_workspace%",
|
|
"update_rate": 100
|
|
},
|
|
"left-spacing_wintopower": {
|
|
"spacing_start": 0,
|
|
"spacing_end": 20
|
|
},
|
|
"left-button_powermenu": {
|
|
"text": " ",
|
|
"command": "wlogout",
|
|
"tooltip": "Click for logout menu"
|
|
},
|
|
"left-label_user": {
|
|
"text": "Logged in as ",
|
|
"command": "%username%",
|
|
"tooltip": "Shell: ",
|
|
"tooltip_command": "%shell%"
|
|
},
|
|
"centered-label_time": {
|
|
"text": "",
|
|
"command": "date +'%a %D %H:%M:%S'",
|
|
"anim_duration": 0,
|
|
"tooltip": "Epoch Time: ",
|
|
"tooltip_command": "date +%s"
|
|
},
|
|
"right-label_bat": {
|
|
"text": ": ",
|
|
"command": "acpi -b | head -n 1 | awk '{print $4}' | sed 's/,//'",
|
|
"tooltip": "Battery is ",
|
|
"tooltip_command": "acpi -b | head -n 1 | awk '{print $3}' | sed 's/,//'"
|
|
},
|
|
"right-spacing_battomem": {
|
|
"spacing_start": 0,
|
|
"spacing_end": 20
|
|
},
|
|
"right-button_mem": {
|
|
"text": " ",
|
|
"command": "kitty bashtop",
|
|
"tooltip": "Click for CPU and memory usage"
|
|
},
|
|
"right-label_usedmem": {
|
|
"text": "",
|
|
"command": "%used_mem%",
|
|
"anim_duration": 0
|
|
},
|
|
"right-label_totalmem": {
|
|
"text": "/",
|
|
"command": "%total_mem%"
|
|
},
|
|
"right-spacing_memtobrightness": {
|
|
"spacing_start": 0,
|
|
"spacing_end": 20
|
|
},
|
|
"right-label_brightness": {
|
|
"text": " ",
|
|
"command": "pkexec /usr/bin/brillo"
|
|
},
|
|
"right-spacing_brightnesstovolume": {
|
|
"spacing_start": 0,
|
|
"spacing_end": 20
|
|
},
|
|
"right-button_volumebutton": {
|
|
"text": " ",
|
|
"command": "pavucontrol",
|
|
"tooltip": "Click for advanced volume control"
|
|
},
|
|
"right-label_volumelabel": {
|
|
"text": "",
|
|
"command": "echo $(pamixer --get-volume-human | sed 's/.*/\\u&/')"
|
|
}
|
|
}
|
|
|