bbedward
eedba0e8c9
vpn: fix tls openvpn connection types
...
related #1344
2026-07-05 01:35:01 -04:00
bbedward
dd7f4f3ac5
audio/bluez: update device aliases at runtime when renamed
...
fixes #1628
2026-07-04 23:00:22 -04:00
bbedward
a3fba8fcb6
matugen: make GTK4 live-refresh opt-in, off by default. Bump the settle
...
timeout
fixes #2552
2026-07-04 22:38:49 -04:00
purian23
c5c3105469
fix(Bluetooth): update codec selection and error handling
...
Fixes #2240
2026-07-04 21:48:34 -04:00
bbedward
8a85ab06a1
portal: prevent feedback loop with the gtk4 hack to make it react to
...
color scheme changes
2026-07-04 20:43:32 -04:00
bbedward
30ceda97a0
brightness: avoid targeting inactive panels
...
fixes #1127
2026-07-04 20:43:32 -04:00
bbedward
ea0c235d6e
notepad: make dentry NoDisplay
2026-07-04 17:00:43 -04:00
bbedward
fd99558ce5
clipboard: implement virtual-keyboard-unstable-v1 to replace wtype for
...
pasting entries
2026-07-04 16:24:14 -04:00
purian23
81a4d3b4e0
feat(Notepad): add notepad desktop entry & IPC commands file handling
2026-07-04 16:10:56 -04:00
bbedward
65c4167ab2
display config: fix mixed ID/model identifiers
...
fixes #2736
2026-07-04 13:24:53 -04:00
bbedward
e7bd8e4002
greeter: fix weather location sync
...
fixes #2303
2026-07-04 13:06:49 -04:00
Huỳnh Thiện Lộc
7e095415a7
refactor(battery): align status layout and add individual notification types ( #2743 )
...
* refactor(battery): restore status list layout and add individual notification types
* settings/battery: fix RTL display of top tablular-like view
---------
Co-authored-by: bbedward <bbedward@gmail.com >
2026-07-04 11:20:44 -04:00
purian23
b34941e3b8
fix(keybinds): respect niri mod-key when capturing binds
...
Hardens #2224
2026-07-04 00:50:58 -04:00
bbedward
2861cc89c6
idle: fix screensaver inhibit interfering with manually triggered
...
inhibitor
2026-07-03 23:27:19 -04:00
bbedward
66d552b3d5
niri: re-work layer-rule to exclude bar for xray instead of using 2
...
rules
2026-07-03 23:13:25 -04:00
bbedward
ebad8e2dda
mango: add specific sorting for widgets using data from mango IPC
...
fixes #649
2026-07-03 23:11:34 -04:00
purian23
8dadf73d52
refactor: (modals/popouts): sync functions & improve blur calculations across modals
2026-07-03 22:20:10 -04:00
bbedward
46f8457777
niri: make xdg pictures dir for screenshot, in case it doesnt exist
...
fixes #1577
2026-07-03 21:56:10 -04:00
bbedward
6e3e178721
running apps: fix alignment of fallback icons in non-compact mode
...
fixes #1963
fixes #2024
2026-07-03 17:04:45 -04:00
purian23
b8fd52e00f
fix(Notifications): update hasNotificationImage logic to support file paths
...
- Fixes #2533
2026-07-03 13:38:21 -04:00
purian23
a2513e939a
fix(NiriService): enhance column movement functions to focus on specified monitor
...
- Fixes #2498
2026-07-03 00:14:14 -04:00
bbedward
186621ab81
lock: set LockedHint when locking with loginctl lock integration
...
- was previously read-only
fixes #2732
2026-07-02 22:57:09 -04:00
bbedward
31efe9b385
hyprland: fix named workspaces hiding from widget
...
fixes #2047
2026-07-02 22:49:09 -04:00
purian23
6cdb891551
feat(matugen): add color preview pallette & outline border option theme settings
...
- Closes #1738
2026-07-02 22:45:55 -04:00
purian23
0c99e4b8d1
refactor(compositor): reduce unnecessary UI updates
...
- Defer updates when window state hasn't actually changed
- Cache frame-blocked state per screen instead of recalculating constantly
- keep popouts cache so reopening them is instant & clean up otherwise
2026-07-02 21:42:20 -04:00
bbedward
ae520620ac
idle: fix idle monitors firing when bar isnt visible + keep awake is
...
active
fixes #2698
2026-07-02 15:51:22 -04:00
bbedward
70fa0ec903
dankbar: fix widget registration during visibility changes
...
fixes #1956
2026-07-02 15:07:43 -04:00
purian23
5594ec27ff
fix(xray): fix dbar autohide w/xray blur
...
Fixes #2733
2026-07-02 14:08:52 -04:00
bbedward
ca050ace9c
battery: clamp percentage to 100
...
fixes #1834
2026-07-02 13:35:26 -04:00
bbedward
2128e6f14e
compositor/xray: re-add manual bar xray toggle
2026-07-02 10:59:34 -04:00
bbedward
9ff085c46a
niri/xray: make bar xray implicit, add conflict detection for
...
configuration
2026-07-02 10:05:23 -04:00
purian23
57d08f6b3b
refactor(Xray): Update Xray & standalone to frame transitions
...
- Fix dbar autohide with Xray options that could have blocked bar area content
- Fixes #2729
2026-07-01 21:39:47 -04:00
purian23
7964b66827
feat(Xray): Automatic Xray blur effects for Niri & Hyprland layouts
...
- Utilizes include layout within niri configs & hyprland's layout layer rules for lua configs
2026-07-01 16:15:02 -04:00
purian23
19406e99b9
refactor(include): Add missing layout include & normalize config banners
...
- The Display config process ID now includes the output name in NiriService
2026-06-30 14:48:09 -04:00
bbedward
d704a0ba3d
wallpaper: migrate auto-cycling scheduling to backend
2026-06-30 13:11:29 -04:00
bbedward
50570023ff
ui: cleanup some anti patterns
2026-06-29 12:39:56 -04:00
Huỳnh Thiện Lộc
de3e8cffa0
feat(mpris): allow excluding specific media players by identity ( #2712 )
...
* feat(mpris): allow excluding specific media players by identity
* chore(translation): update settings search index and clean trailing whitespace
2026-06-29 12:01:19 -04:00
purian23
6bee1b2c86
feat(HoverMode): implement hover popout & launcher functionality in all modes
...
- New Hover toggle found in DankBar Settings
- New Hover to Reveal Launcher in FrameTab Settings
2026-06-27 22:47:38 -04:00
Maddison Cohodas
48f6a0c632
feat(bar): separate workspace appearance for unfocused displays ( #2687 )
...
* feat(bar): separate workspace appearance for unfocused displays
Add a toggle in the Workspace Appearance card to style workspace
indicators independently on displays that aren't currently focused.
The card is split into Focused Display and Unfocused Display(s) tabs.
When the new master toggle is off (default), unfocused displays inherit
the focused settings, preserving existing behavior. When on, unfocused
displays use their own colors (focused/occupied/unfocused/urgent) and
focused border (enable, color, thickness).
WorkspaceSwitcher resolves the focused monitor per compositor and routes
color/border resolution through isFocusedMonitor/useUnfocusedAppearance.
* refactor(bar): address review feedback for unfocused workspace appearance
- Consolidate focused-monitor lookup into BarWidgetService.getFocusedScreenName(),
adding Mango support, and drop the duplicate compositor switches in
WorkspaceSwitcher (effectiveScreenName + isFocusedMonitor now use the helper).
- Extract the shared color and border options into reusable
WorkspaceAppearanceColorOptions and WorkspaceAppearanceBorderFields components
so the focused and unfocused tabs no longer duplicate the layout.
- Gate the unfocused-display options on BarWidgetService.focusedScreenDetectionSupported
and show an explanatory note on compositors without focus detection (e.g. labwc),
instead of silently no-opping.
2026-06-26 23:34:24 -04:00
purian23
fd65a8cea9
fix(BatteryService): charging state binding loop
2026-06-25 13:05:20 -04:00
bbedward
2fc3b8ee4a
compositor/workspace: fix DMS binding to ext-workspace-v1 even when we
...
don't use it
2026-06-24 14:22:05 -04:00
purian23
aea5189abb
fix: gate mango matugen and Cosmic config sync on active session
2026-06-23 23:22:42 -04:00
bbedward
14f21b6c6d
qs: replace all which commands with command -v
2026-06-23 22:49:34 -04:00
bbedward
8b94b149b2
plugins: add startupCheck function
2026-06-23 22:12:13 -04:00
bbedward
28f40afccf
fix(network): fix excessive network prompting on failures, add VPN
...
connection statuses
2026-06-23 13:58:58 -04:00
NihilDigit
a98c4f6c54
fix(network): show WiFi connection progress ( #2684 )
2026-06-23 09:19:37 -04:00
bbedward
02ced4b87b
notifications: expireTimeout already comes in miliseconds
2026-06-22 15:03:49 -04:00
bbedward
5b28a63f75
portal: add bidirectional syncing with freedesktop color-scheme, read in
...
addition to the existing write
2026-06-22 14:52:10 -04:00
bbedward
556c0819c4
core/network: avoid endless probing when no network backend is present
2026-06-22 13:09:04 -04:00
bbedward
4e1c921ffb
notifications: respect expireTimeout set by notifiers
2026-06-22 12:33:51 -04:00