Add configs files for: - Git - ZSH - Kitty - Sway - SwayNC - Waybar - Neovim
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
{
|
|
"layer": "top",
|
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
|
"modules-center": ["sway/window"],
|
|
"modules-right": ["battery", "custom/notification", "clock"],
|
|
"sway/window": {
|
|
"max-length": 50
|
|
},
|
|
"battery": {
|
|
"format": "{capacity}% {icon}",
|
|
"format-icons": ["\uF244", "\uF243", "\uF242", "\uF241", "\uF240"]
|
|
},
|
|
"clock": {
|
|
"format-alt": "{:%a, %d. %b %H:%M}"
|
|
},
|
|
"custom/notification": {
|
|
"tooltip": false,
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"notification": "\uF0A2<span foreground='red'><sup>\uF444</sup></span>",
|
|
"none": "\uF0A2",
|
|
"dnd-notification": "\uF1F7<span foreground='red'><sup>\uF444</sup></span>",
|
|
"dnd-none": "\uF1F7",
|
|
"inhibited-notification": "\uF0A2<span foreground='red'><sup>\uF444</sup></span>",
|
|
"inhibited-none": "\uF0A2",
|
|
"dnd-inhibited-notification": "\uF1F7<span foreground='red'><sup>\uF444</sup></span>",
|
|
"dnd-inhibited-none": "\uF1F7"
|
|
},
|
|
"return-type": "json",
|
|
"exec-if": "which swaync-client",
|
|
"exec": "swaync-client -swb",
|
|
"on-click": "swaync-client -t -sw",
|
|
"on-click-right": "swaync-client -d -sw",
|
|
"escape": true
|
|
}
|
|
}
|