feat: airplane mode (#104) + crisper fastfetch logo (#122)
Some checks failed
Check / eval (push) Has been cancelled

Airplane: runtime Wi-Fi+Bluetooth kill-switch with prior-state restore,
System menu + SUPER+CTRL+R, Waybar plane glyph (self-hides, whole-swap
parity). Fastfetch: chafa sextants at 24×12 (was block 20×10) for a
finer monogram; V2 kitty screenshots under boreal and summer-night.
This commit is contained in:
2026-07-15 11:33:59 +01:00
parent d8e1a13d50
commit 875dae9c58
18 changed files with 378 additions and 215 deletions

View File

@@ -82,6 +82,7 @@ window#waybar {
#custom-doctor,
#idle_inhibitor,
#custom-nightlight,
#custom-airplane,
#language,
#custom-vpn,
#pulseaudio,
@@ -143,6 +144,7 @@ window#waybar {
#custom-doctor { color: @bad; }
#idle_inhibitor.activated { color: @warn; }
#custom-nightlight.on { color: @warn; }
#custom-airplane.on { color: @warn; }
#custom-vpn.on { color: @good; }
#pulseaudio.muted { color: @muted; }
@@ -158,6 +160,7 @@ window#waybar {
#custom-updates,
#custom-doctor,
#custom-nightlight,
#custom-airplane,
#custom-vpn,
#custom-notification { font-size: 17px; }
/* Speedometer + caffeine cup render small in their em box — a touch more. */

View File

@@ -23,6 +23,7 @@
"custom/nightlight",
"hyprland/language",
"custom/vpn",
"custom/airplane",
"pulseaudio",
"battery",
"custom/powerprofile",
@@ -32,12 +33,12 @@
],
"custom/nomarchy": {
"interval": "once",
"format": "",
"format": "\uf000",
"on-click": "nomarchy-menu",
"tooltip-format": "Nomarchy menu"
},
"clock": {
"format": "{:%H:%M · %a %d %b}",
"format": "{:%H:%M \u00b7 %a %d %b}",
"on-click": "nomarchy-calendar",
"tooltip": true,
"tooltip-format": "{:%A, %d %B %Y\n%Z (UTC%z)}"
@@ -74,8 +75,8 @@
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": " 󰅶 ",
"deactivated": " 󰾪 "
"activated": " \udb80\udd76 ",
"deactivated": " \udb83\udfaa "
}
},
"custom/nightlight": {
@@ -85,7 +86,7 @@
"on-click": "nomarchy-nightlight toggle"
},
"hyprland/language": {
"format": "<span size='13pt'>󰌌 </span>{short}",
"format": "<span size='13pt'>\udb80\udf0c </span>{short}",
"tooltip": false
},
"custom/vpn": {
@@ -97,20 +98,20 @@
"pulseaudio": {
"scroll-step": 5,
"format": "<span size='13pt'>{icon}</span>{volume}%",
"format-bluetooth": "<span size='13pt'>{icon} </span>{volume}%",
"format-bluetooth-muted": " {icon}",
"format-muted": "<span size='13pt'> </span>muted",
"format-bluetooth": "<span size='13pt'>{icon}\uf294 </span>{volume}%",
"format-bluetooth-muted": "\uf6a9 {icon}\uf294",
"format-muted": "<span size='13pt'>\uf6a9 </span>muted",
"format-icons": {
"headphone": " ",
"hands-free": " ",
"headset": " ",
"phone": " ",
"portable": " ",
"car": " ",
"headphone": "\uf025 ",
"hands-free": "\uf025 ",
"headset": "\uf025 ",
"phone": "\uf095 ",
"portable": "\uf095 ",
"car": "\uf1b9 ",
"default": [
" ",
" ",
" "
"\uf026 ",
"\uf027 ",
"\uf028 "
]
},
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
@@ -124,15 +125,15 @@
"critical": 10
},
"format": "<span size='13pt'>{icon}</span>{capacity}%",
"format-charging": "<span size='13pt'> </span>{capacity}%",
"format-plugged": "<span size='13pt'> </span>{capacity}%",
"tooltip-format-plugged": "Plugged in, not charging held at {capacity}% by the battery charge cap\nCharging resumes ~10% below the cap · click to adjust",
"format-charging": "<span size='13pt'>\uf0e7 </span>{capacity}%",
"format-plugged": "<span size='13pt'>\uf1e6 </span>{capacity}%",
"tooltip-format-plugged": "Plugged in, not charging \u2014 held at {capacity}% by the battery charge cap\nCharging resumes ~10% below the cap \u00b7 click to adjust",
"format-icons": [
" ",
" ",
" ",
" ",
" "
"\uf244 ",
"\uf243 ",
"\uf242 ",
"\uf241 ",
"\uf240 "
],
"on-click": "nomarchy-menu powermgmt",
"tooltip-format": "Battery status"
@@ -157,19 +158,26 @@
"on-click": "swaync-client -t -sw",
"on-click-right": "swaync-client -d -sw",
"format-icons": {
"none": "󰂜",
"notification": "󰂚",
"dnd-none": "󰂛",
"dnd-notification": "󰂛",
"inhibited-none": "󰂛",
"inhibited-notification": "󰂛",
"dnd-inhibited-none": "󰂛",
"dnd-inhibited-notification": "󰂛"
"none": "\udb80\udc9c",
"notification": "\udb80\udc9a",
"dnd-none": "\udb80\udc9b",
"dnd-notification": "\udb80\udc9b",
"inhibited-none": "\udb80\udc9b",
"inhibited-notification": "\udb80\udc9b",
"dnd-inhibited-none": "\udb80\udc9b",
"dnd-inhibited-notification": "\udb80\udc9b"
}
},
"custom/powermenu": {
"format": "",
"format": "\uf011",
"on-click": "nomarchy-menu power",
"tooltip": false
},
"custom/airplane": {
"return-type": "json",
"interval": 5,
"signal": 11,
"exec": "nomarchy-airplane status",
"on-click": "nomarchy-airplane toggle"
}
}

View File

@@ -71,6 +71,7 @@ window#waybar {
#custom-recording,
#idle_inhibitor,
#custom-nightlight,
#custom-airplane,
#language,
#custom-updates,
#pulseaudio,
@@ -148,6 +149,7 @@ window#waybar {
#idle_inhibitor.activated { color: @warn; }
#custom-nightlight.on { color: @warn; }
#custom-airplane.on { color: @warn; }
#custom-updates.available { color: @accent; }
@@ -157,6 +159,7 @@ window#waybar {
neighbours. */
#custom-recording,
#custom-nightlight,
#custom-airplane,
#custom-updates,
#custom-vpn,
#custom-doctor,

View File

@@ -25,6 +25,7 @@
"custom/powerprofile",
"battery",
"custom/vpn",
"custom/airplane",
"custom/doctor",
"custom/notification",
"tray",
@@ -32,7 +33,7 @@
],
"custom/nomarchy": {
"interval": "once",
"format": "",
"format": "\uf000",
"on-click": "nomarchy-menu",
"tooltip-format": "Nomarchy menu"
},
@@ -44,7 +45,7 @@
"on-scroll-down": "hyprctl dispatch workspace r-1"
},
"clock": {
"format": "{:%H:%M · %a %d %b}",
"format": "{:%H:%M \u00b7 %a %d %b}",
"on-click": "nomarchy-calendar",
"tooltip": true,
"tooltip-format": "{:%A, %d %B %Y\n%Z (UTC%z)}"
@@ -59,8 +60,8 @@
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": " 󰅶 ",
"deactivated": " 󰾪 "
"activated": " \udb80\udd76 ",
"deactivated": " \udb83\udfaa "
}
},
"custom/nightlight": {
@@ -70,7 +71,7 @@
"on-click": "nomarchy-nightlight toggle"
},
"hyprland/language": {
"format": "<span size='13pt'>󰌌 </span>{short}",
"format": "<span size='13pt'>\udb80\udf0c </span>{short}",
"tooltip": false
},
"custom/updates": {
@@ -83,20 +84,20 @@
"pulseaudio": {
"scroll-step": 5,
"format": "<span size='13pt'>{icon}</span>{volume}%",
"format-bluetooth": "<span size='13pt'>{icon} </span>{volume}%",
"format-bluetooth-muted": " {icon}",
"format-muted": "<span size='13pt'> </span>muted",
"format-bluetooth": "<span size='13pt'>{icon}\uf294 </span>{volume}%",
"format-bluetooth-muted": "\uf6a9 {icon}\uf294",
"format-muted": "<span size='13pt'>\uf6a9 </span>muted",
"format-icons": {
"headphone": " ",
"hands-free": " ",
"headset": " ",
"phone": " ",
"portable": " ",
"car": " ",
"headphone": "\uf025 ",
"hands-free": "\uf025 ",
"headset": "\uf025 ",
"phone": "\uf095 ",
"portable": "\uf095 ",
"car": "\uf1b9 ",
"default": [
" ",
" ",
" "
"\uf026 ",
"\uf027 ",
"\uf028 "
]
},
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
@@ -116,15 +117,15 @@
"critical": 10
},
"format": "<span size='13pt'>{icon}</span>{capacity}%",
"format-charging": "<span size='13pt'> </span>{capacity}%",
"format-plugged": "<span size='13pt'> </span>{capacity}%",
"tooltip-format-plugged": "Plugged in, not charging held at {capacity}% by the battery charge cap\nCharging resumes ~10% below the cap · click to adjust",
"format-charging": "<span size='13pt'>\uf0e7 </span>{capacity}%",
"format-plugged": "<span size='13pt'>\uf1e6 </span>{capacity}%",
"tooltip-format-plugged": "Plugged in, not charging \u2014 held at {capacity}% by the battery charge cap\nCharging resumes ~10% below the cap \u00b7 click to adjust",
"format-icons": [
" ",
" ",
" ",
" ",
" "
"\uf244 ",
"\uf243 ",
"\uf242 ",
"\uf241 ",
"\uf240 "
],
"on-click": "nomarchy-menu powermgmt",
"tooltip-format": "Battery status"
@@ -153,22 +154,29 @@
"on-click": "swaync-client -t -sw",
"on-click-right": "swaync-client -d -sw",
"format-icons": {
"none": "󰂜",
"notification": "󰂚",
"dnd-none": "󰂛",
"dnd-notification": "󰂛",
"inhibited-none": "󰂛",
"inhibited-notification": "󰂛",
"dnd-inhibited-none": "󰂛",
"dnd-inhibited-notification": "󰂛"
"none": "\udb80\udc9c",
"notification": "\udb80\udc9a",
"dnd-none": "\udb80\udc9b",
"dnd-notification": "\udb80\udc9b",
"inhibited-none": "\udb80\udc9b",
"inhibited-notification": "\udb80\udc9b",
"dnd-inhibited-none": "\udb80\udc9b",
"dnd-inhibited-notification": "\udb80\udc9b"
}
},
"tray": {
"spacing": 8
},
"custom/powermenu": {
"format": "",
"format": "\uf011",
"on-click": "nomarchy-menu power",
"tooltip": false
},
"custom/airplane": {
"return-type": "json",
"interval": 5,
"signal": 11,
"exec": "nomarchy-airplane status",
"on-click": "nomarchy-airplane toggle"
}
}

View File

@@ -52,6 +52,7 @@ window#waybar {
#pulseaudio,
#custom-powerprofile,
#custom-nightlight,
#custom-airplane,
#language,
#custom-updates,
#battery,
@@ -132,6 +133,7 @@ window#waybar {
#custom-doctor { color: @red; }
#idle_inhibitor.activated { color: @yellow; }
#custom-nightlight.on { color: @yellow; }
#custom-airplane.on { color: @yellow; }
#custom-vpn.on { color: @green; }
#pulseaudio.muted { color: @grey2; }
@@ -150,6 +152,7 @@ window#waybar {
#custom-updates,
#custom-doctor,
#custom-nightlight,
#custom-airplane,
#custom-vpn,
#custom-notification { font-size: 17px; }

View File

@@ -26,6 +26,7 @@
"battery",
"tray",
"custom/vpn",
"custom/airplane",
"custom/doctor",
"custom/notification",
"custom/powermenu"
@@ -39,33 +40,33 @@
},
"custom/launcher": {
"interval": "once",
"format": "",
"format": "\uf000",
"on-click": "nomarchy-menu",
"tooltip-format": "Nomarchy menu"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": " 󰅶 ",
"deactivated": " 󰾪 "
"activated": " \udb80\udd76 ",
"deactivated": " \udb83\udfaa "
}
},
"pulseaudio": {
"format": "<span size='13pt'>{icon}</span>{volume}%",
"format-bluetooth": "<span size='13pt'>{icon} </span>{volume}%",
"format-bluetooth-muted": "  muted",
"format-muted": "<span size='13pt'> </span>muted",
"format-bluetooth": "<span size='13pt'>{icon} \uf294 </span>{volume}%",
"format-bluetooth-muted": "\uf6a9 \uf294 muted",
"format-muted": "<span size='13pt'>\uf6a9 </span>muted",
"format-icons": {
"headphone": " ",
"hands-free": " ",
"headset": " ",
"phone": " ",
"portable": " ",
"car": " ",
"headphone": "\uf025 ",
"hands-free": "\uf025 ",
"headset": "\uf025 ",
"phone": "\uf095 ",
"portable": "\uf095 ",
"car": "\uf1b9 ",
"default": [
" ",
" ",
" "
"\uf026 ",
"\uf027 ",
"\uf028 "
]
},
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
@@ -80,22 +81,22 @@
},
"max-length": 14,
"format": "<span size='13pt'>{icon}</span>{capacity}%",
"format-charging": "<span size='13pt'> </span>{capacity}%",
"format-plugged": "<span size='13pt'> </span>{capacity}%",
"tooltip-format-plugged": "Plugged in, not charging held at {capacity}% by the battery charge cap\nCharging resumes ~10% below the cap · click to adjust",
"format-full": " 100%",
"format-charging": "<span size='13pt'>\uf0e7 </span>{capacity}%",
"format-plugged": "<span size='13pt'>\uf1e6 </span>{capacity}%",
"tooltip-format-plugged": "Plugged in, not charging \u2014 held at {capacity}% by the battery charge cap\nCharging resumes ~10% below the cap \u00b7 click to adjust",
"format-full": "\uf1e6 100%",
"format-icons": [
" ",
" ",
" ",
" ",
" "
"\uf244 ",
"\uf243 ",
"\uf242 ",
"\uf241 ",
"\uf240 "
],
"on-click": "nomarchy-menu powermgmt",
"tooltip-format": "Battery status"
},
"clock": {
"format": " {:%H:%M · %a %d %b}",
"format": "\uf017 {:%H:%M \u00b7 %a %d %b}",
"on-click": "nomarchy-calendar",
"tooltip": true,
"tooltip-format": "{:%A, %d %B %Y\n%Z (UTC%z)}"
@@ -131,7 +132,7 @@
"on-click": "nomarchy-vpn"
},
"hyprland/language": {
"format": "<span size='13pt'>󰌌 </span>{short}",
"format": "<span size='13pt'>\udb80\udf0c </span>{short}",
"tooltip": false
},
"custom/nightlight": {
@@ -157,19 +158,26 @@
"on-click": "swaync-client -t -sw",
"on-click-right": "swaync-client -d -sw",
"format-icons": {
"none": "",
"notification": "",
"dnd-none": "",
"dnd-notification": "",
"inhibited-none": "",
"inhibited-notification": "",
"dnd-inhibited-none": "",
"dnd-inhibited-notification": ""
"none": "\uf0f3",
"notification": "\uf0f3",
"dnd-none": "\uf1f6",
"dnd-notification": "\uf1f6",
"inhibited-none": "\uf1f6",
"inhibited-notification": "\uf1f6",
"dnd-inhibited-none": "\uf1f6",
"dnd-inhibited-notification": "\uf1f6"
}
},
"custom/powermenu": {
"format": "",
"format": "\uf011",
"on-click": "nomarchy-menu power",
"tooltip": false
},
"custom/airplane": {
"return-type": "json",
"interval": 5,
"signal": 11,
"exec": "nomarchy-airplane status",
"on-click": "nomarchy-airplane toggle"
}
}

View File

@@ -57,6 +57,7 @@ window#waybar {
#pulseaudio,
#custom-powerprofile,
#custom-nightlight,
#custom-airplane,
#language,
#custom-updates,
#idle_inhibitor,
@@ -140,6 +141,7 @@ window#waybar {
#custom-doctor { color: @red; }
#idle_inhibitor.activated { color: @yellow; }
#custom-nightlight.on { color: @yellow; }
#custom-airplane.on { color: @yellow; }
#custom-vpn.on { color: @green; }
#pulseaudio.muted { color: @grey0; }
@@ -158,6 +160,7 @@ window#waybar {
#custom-updates,
#custom-doctor,
#custom-nightlight,
#custom-airplane,
#custom-vpn,
#custom-notification { font-size: 17px; }

View File

@@ -26,6 +26,7 @@
"battery",
"tray",
"custom/vpn",
"custom/airplane",
"custom/doctor",
"custom/notification",
"custom/powermenu"
@@ -39,34 +40,34 @@
},
"custom/nomarchy": {
"interval": "once",
"format": "",
"format": "\uf000",
"on-click": "nomarchy-menu",
"tooltip-format": "Nomarchy menu"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": " 󰅶 ",
"deactivated": " 󰾪 "
"activated": " \udb80\udd76 ",
"deactivated": " \udb83\udfaa "
}
},
"pulseaudio": {
"scroll-step": 5,
"format": "<span size='13pt'>{icon}</span>{volume}%",
"format-bluetooth": "<span size='13pt'>{icon} </span>{volume}%",
"format-bluetooth-muted": " {icon}",
"format-muted": "<span size='13pt'> </span>muted",
"format-bluetooth": "<span size='13pt'>{icon}\uf294 </span>{volume}%",
"format-bluetooth-muted": "\uf6a9 {icon}\uf294",
"format-muted": "<span size='13pt'>\uf6a9 </span>muted",
"format-icons": {
"headphone": " ",
"hands-free": " ",
"headset": " ",
"phone": " ",
"portable": " ",
"car": " ",
"headphone": "\uf025 ",
"hands-free": "\uf025 ",
"headset": "\uf025 ",
"phone": "\uf095 ",
"portable": "\uf095 ",
"car": "\uf1b9 ",
"default": [
" ",
" ",
" "
"\uf026 ",
"\uf027 ",
"\uf028 "
]
},
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
@@ -80,21 +81,21 @@
"critical": 10
},
"format": "<span size='13pt'>{icon}</span>{capacity}%",
"format-charging": "<span size='13pt'> </span>{capacity}%",
"format-plugged": "<span size='13pt'> </span>{capacity}%",
"tooltip-format-plugged": "Plugged in, not charging held at {capacity}% by the battery charge cap\nCharging resumes ~10% below the cap · click to adjust",
"format-charging": "<span size='13pt'>\uf0e7 </span>{capacity}%",
"format-plugged": "<span size='13pt'>\uf1e6 </span>{capacity}%",
"tooltip-format-plugged": "Plugged in, not charging \u2014 held at {capacity}% by the battery charge cap\nCharging resumes ~10% below the cap \u00b7 click to adjust",
"format-icons": [
" ",
" ",
" ",
" ",
" "
"\uf244 ",
"\uf243 ",
"\uf242 ",
"\uf241 ",
"\uf240 "
],
"on-click": "nomarchy-menu powermgmt",
"tooltip-format": "Battery status"
},
"clock": {
"format": " {:%H:%M · %a %d %b}",
"format": "\uf017 {:%H:%M \u00b7 %a %d %b}",
"on-click": "nomarchy-calendar",
"tooltip": true,
"tooltip-format": "{:%A, %d %B %Y\n%Z (UTC%z)}"
@@ -130,7 +131,7 @@
"on-click": "nomarchy-vpn"
},
"hyprland/language": {
"format": "<span size='13pt'>󰌌 </span>{short}",
"format": "<span size='13pt'>\udb80\udf0c </span>{short}",
"tooltip": false
},
"custom/nightlight": {
@@ -156,19 +157,26 @@
"on-click": "swaync-client -t -sw",
"on-click-right": "swaync-client -d -sw",
"format-icons": {
"none": "",
"notification": "",
"dnd-none": "",
"dnd-notification": "",
"inhibited-none": "",
"inhibited-notification": "",
"dnd-inhibited-none": "",
"dnd-inhibited-notification": ""
"none": "\uf0f3",
"notification": "\uf0f3",
"dnd-none": "\uf1f6",
"dnd-notification": "\uf1f6",
"inhibited-none": "\uf1f6",
"inhibited-notification": "\uf1f6",
"dnd-inhibited-none": "\uf1f6",
"dnd-inhibited-notification": "\uf1f6"
}
},
"custom/powermenu": {
"format": "",
"format": "\uf011",
"on-click": "nomarchy-menu power",
"tooltip": false
},
"custom/airplane": {
"return-type": "json",
"interval": 5,
"signal": 11,
"exec": "nomarchy-airplane status",
"on-click": "nomarchy-airplane toggle"
}
}