2024-06-16 16:56:18 +05:00
|
|
|
// __ __ _ _
|
|
|
|
// | \/ | ___ __| |_ _| | ___ ___
|
|
|
|
// | |\/| |/ _ \ / _` | | | | |/ _ \/ __|
|
|
|
|
// | | | | (_) | (_| | |_| | | __/\__ \
|
|
|
|
// |_| |_|\___/ \__,_|\__,_|_|\___||___/
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// -----------------------------------------------------
|
|
|
|
//
|
|
|
|
{
|
|
|
|
// Workspaces
|
|
|
|
"hyprland/workspaces" : {
|
|
|
|
"on-click": "activate",
|
|
|
|
"active-only": false,
|
|
|
|
"all-outputs": true,
|
|
|
|
"format": "{}",
|
|
|
|
"format-icons": {
|
|
|
|
"urgent": "",
|
|
|
|
"active": "",
|
|
|
|
"default": ""
|
|
|
|
},
|
|
|
|
"persistent-workspaces": {
|
|
|
|
"*": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
// Taskbar
|
|
|
|
"wlr/taskbar": {
|
|
|
|
"format": "{icon}",
|
|
|
|
"icon-size": 18,
|
|
|
|
"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",
|
|
|
|
"Foot Server": "Terminal"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
// Hyprland Window
|
|
|
|
"hyprland/window": {
|
|
|
|
"rewrite": {
|
|
|
|
"(.*) - Brave": "$1",
|
|
|
|
"(.*) - Chromium": "$1",
|
|
|
|
"(.*) - Brave Search": "$1",
|
|
|
|
"(.*) - Outlook": "$1",
|
|
|
|
"(.*) Microsoft Teams": "$1"
|
|
|
|
},
|
|
|
|
"separate-outputs": true
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"custom/exit": {
|
|
|
|
"format": "",
|
|
|
|
"on-click": "~/Stuff/scripts/blurWlogout.sh",
|
|
|
|
"tooltip": false
|
|
|
|
},
|
|
|
|
|
|
|
|
"custom/arch": {
|
2024-09-09 16:59:28 +05:00
|
|
|
"format": "",
|
2024-10-23 08:40:23 +05:00
|
|
|
"on-click": "~/dotfiles/scripts/changeWallpaper.sh",
|
2024-09-09 16:59:28 +05:00
|
|
|
"tooltip": false
|
2024-06-16 16:56:18 +05:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
// Keyboard Layout
|
|
|
|
"hyprland/language": {
|
|
|
|
"format": "{short}"
|
|
|
|
},
|
|
|
|
|
|
|
|
// Keyboard State
|
|
|
|
"keyboard-state": {
|
|
|
|
"numlock": true,
|
|
|
|
"capslock": false,
|
|
|
|
"format": {
|
|
|
|
"numlock": "{icon}"
|
|
|
|
},
|
|
|
|
"format-icons": {
|
|
|
|
"locked": "",
|
|
|
|
"unlocked": ""
|
2025-05-13 08:14:51 +05:00
|
|
|
},
|
|
|
|
"interval": 0.1
|
2024-06-16 16:56:18 +05:00
|
|
|
},
|
|
|
|
|
|
|
|
// Clock
|
|
|
|
"clock": {
|
|
|
|
// "timezone": "America/New_York",
|
|
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
|
|
// START CLOCK FORMAT
|
|
|
|
"format": "{:%d %b - %I:%M %p}"
|
|
|
|
// END CLOCK FORMAT
|
|
|
|
},
|
|
|
|
|
|
|
|
// Network
|
|
|
|
"network": {
|
|
|
|
"format-icons": ["", "", "", "", ""],
|
|
|
|
"format-wifi": "{icon} {signalStrength}%",
|
|
|
|
"format-ethernet": " {ifname}",
|
|
|
|
"format-disconnected": "",
|
|
|
|
"tooltip-format-wifi": "{essid}",
|
|
|
|
"max-length": 50,
|
2024-09-30 10:39:14 +05:00
|
|
|
"on-click": "kitty nmtui",
|
|
|
|
"interval": 5
|
2024-06-16 16:56:18 +05:00
|
|
|
},
|
|
|
|
|
|
|
|
// Battery
|
|
|
|
"battery": {
|
|
|
|
"states": {
|
|
|
|
"good": 80,
|
|
|
|
"warning": 30,
|
|
|
|
"critical": 25
|
|
|
|
},
|
|
|
|
"interval": 5,
|
|
|
|
"format": "{capacity}% {icon}",
|
|
|
|
"format-charging": "{capacity}% ",
|
|
|
|
"format-plugged": "{capacity}% ",
|
|
|
|
"format-icons": ["", "", "", "", "", "", "", "", "", ""]
|
|
|
|
},
|
|
|
|
|
|
|
|
// Pulseaudio
|
|
|
|
"pulseaudio": {
|
|
|
|
// "scroll-step": 1, // %, can be a float
|
|
|
|
"format": "{icon}{volume}%",
|
|
|
|
"format-bluetooth": "{volume}% {icon} {format_source}",
|
|
|
|
"format-bluetooth-muted": " {icon} {format_source}",
|
|
|
|
"format-muted": " {volume}%",
|
|
|
|
"format-source": "{volume}% ",
|
|
|
|
"format-source-muted": "",
|
|
|
|
"format-icons": {
|
|
|
|
"headphone": " ",
|
|
|
|
"phone": "",
|
|
|
|
"portable": "",
|
|
|
|
"car": "",
|
|
|
|
"default": [" ", " ", " "]
|
|
|
|
},
|
|
|
|
"on-click": "pavucontrol"
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|