- Move i3, sway, waybar, wofi configs into their own subdirectories - Add hyprland/hyprland.conf (converted from i3 config) - Add waybar configs for hyprland and sway - Update README with new symlink paths and Hyprland keybindings table - Add hatsune-miku cursor submodule Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
108 lines
2.2 KiB
JSON
108 lines
2.2 KiB
JSON
{
|
|
"layer": "bottom",
|
|
"position": "bottom",
|
|
"height": 30,
|
|
"spacing": 0,
|
|
|
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
|
"modules-right": [
|
|
"custom/greetings",
|
|
"custom/history",
|
|
"custom/claudebar",
|
|
"pulseaudio",
|
|
"cpu",
|
|
"memory",
|
|
"disk",
|
|
"network",
|
|
"clock",
|
|
"tray"
|
|
],
|
|
|
|
"sway/workspaces": {
|
|
"disable-scroll": true,
|
|
"on-click": "activate",
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"1:ツ": "ツ",
|
|
"2:ಠ‿ಠ": "ಠ‿ಠ",
|
|
"3:◕‿◕": "◕‿◕",
|
|
"4:ʘ‿ʘ": "ʘ‿ʘ",
|
|
"5:˘◡˘": "˘◡˘",
|
|
"6:◠‿◠": "◠‿◠",
|
|
"7:ᵔᴥᵔ": "ᵔᴥᵔ",
|
|
"8:æ": "æ"
|
|
}
|
|
},
|
|
|
|
"sway/mode": {
|
|
"format": " {} "
|
|
},
|
|
|
|
"custom/greetings": {
|
|
"exec": "echo $USER!",
|
|
"interval": "once",
|
|
"format": "{}",
|
|
"tooltip": false
|
|
},
|
|
|
|
"custom/history": {
|
|
"exec": "~/scripts/sh/waybar-history",
|
|
"format": "$ {}",
|
|
"tooltip": false
|
|
},
|
|
|
|
|
|
"custom/claudebar": {
|
|
"exec": "claudebar",
|
|
"return-type": "json",
|
|
"interval": 60,
|
|
"signal": 13,
|
|
"tooltip": true,
|
|
"on-click": "xdg-open https://claude.ai/settings/usage"
|
|
},
|
|
|
|
"pulseaudio": {
|
|
"format": "VOL: {volume}%",
|
|
"format-muted": "VOL: mute",
|
|
"on-click": "pavucontrol",
|
|
"tooltip": false
|
|
},
|
|
|
|
"cpu": {
|
|
"format": "CPU: {usage}%",
|
|
"interval": 1,
|
|
"tooltip": false
|
|
},
|
|
|
|
"memory": {
|
|
"format": "MEM: {used:0.1f}G/{total:0.1f}G",
|
|
"interval": 5,
|
|
"tooltip": false
|
|
},
|
|
|
|
"disk": {
|
|
"format": "DISK: {used}/{total}",
|
|
"interval": 30,
|
|
"path": "/",
|
|
"tooltip": false
|
|
},
|
|
|
|
"network": {
|
|
"format-wifi": "WIFI: {essid}",
|
|
"format-ethernet": "ETH: {ifname}",
|
|
"format-disconnected": "WIFI: --",
|
|
"interval": 10,
|
|
"tooltip": false
|
|
},
|
|
|
|
"clock": {
|
|
"format": "{:%Y-%m-%d %H:%M}",
|
|
"interval": 1,
|
|
"tooltip": false
|
|
},
|
|
|
|
"tray": {
|
|
"spacing": 10
|
|
}
|
|
}
|