1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-09 23:15:38 -05:00
Commit Graph

127 Commits

Author SHA1 Message Date
purian23
d036684842 feat: Initial Privacy inidicators implementation 2025-08-06 20:48:38 -04:00
bbedward
1005edae0a calculate memory by pss instead of rss 2025-08-06 18:36:52 -04:00
bbedward
abed2e1e3c add brightness and micmute OSDs, fix audio tab bug 2025-08-06 17:33:12 -04:00
bbedward
18aa557ef1 config refacotr: separate settings.json, session.json, appusage.json 2025-08-06 11:47:24 -04:00
BB
383a22cee5 Merge pull request #11 from lonerOrz/uptime
fix(uptime): replace 'uptime -p' with /proc/uptime parsing
2025-08-05 23:41:49 -04:00
loner
4d2a65dc7e fix(uptime): replace 'uptime -p' with /proc/uptime parsing
On NixOS, the default `uptime` command from coreutils does not support
the `-p` option.
This replaces the previous `bash`-based solution with a call to
`/proc/uptime`,
and parses the result in JavaScript to produce a human-readable format
like:

    "up 1 day, 2 hours, 5 minutes"

This makes uptime reporting fully compatible with NixOS and more
portable.
2025-08-06 11:01:42 +08:00
purian23
7fcdf1ea88 Update brightnessctl logic 2025-08-05 22:58:28 -04:00
bbedward
081f8533c4 fix light/dark toggle and settings not re-opening after escape 2025-08-05 17:32:53 -04:00
bbedward
c88dc67dbc add disable weather option 2025-08-05 15:57:01 -04:00
bbedward
283673a314 integrate light/dark mode and profile image with desktop portal 2025-08-05 15:40:34 -04:00
bbedward
54d8ca450f weather auto location option 2025-08-05 07:34:46 -04:00
bbedward
7021061ffd notifs/dock on TopLayer 2025-08-05 07:22:33 -04:00
bbedward
436c7e2234 dock: create an initial basic dock 2025-08-04 19:10:20 -04:00
bbedward
599118c63e General code cleanups 2025-08-02 16:18:12 -04:00
bbedward
2cf7497324 fix process monitor CPU calculations 2025-08-02 14:55:33 -04:00
bbedward
21c40b58bc widgets: add spacer, divider, tweak interface 2025-08-02 13:10:39 -04:00
bbedward
be301f829f make cava a singleton 2025-08-02 12:13:05 -04:00
bbedward
2f97c39647 lookup notif name by desktop entry if not present 2025-08-01 19:51:03 -04:00
purian23
d8ab38a0af Restore Wifi Services UI 2025-07-29 22:20:06 -04:00
purian23
35c6efdcc5 Optimize services to reduce load 2025-07-29 21:56:41 -04:00
bbedward
4581544585 weather: general improvements to setting 2025-07-28 12:57:59 -04:00
bbedward
77051d0d62 de-dupe scrollview 2025-07-27 20:56:09 -04:00
bbedward
fae7f36a24 remove unused functions/dead code 2025-07-27 20:23:11 -04:00
purian23
a681593eda Address active warnings 2025-07-26 22:13:09 -04:00
bbedward
e160a41347 fix app searching sorting with usage rankings 2025-07-26 16:50:57 -04:00
bbedward
01a94a17de notifications: try to prevent zombies better, markdown, re-org 2025-07-26 16:08:58 -04:00
bbedward
484a947127 notification: general improvements to popups 2025-07-26 13:25:39 -04:00
bbedward
39e3107db6 notifications: reverse order top to bottom, fix warnings 2025-07-26 00:27:59 -04:00
bbedward
3b5ddab1ce notifications: improve resource usage 2025-07-25 23:06:07 -04:00
bbedward
ed7370361e notifications: initial refactory of popups 2025-07-25 22:39:01 -04:00
bbedward
d28df49f18 standardize some opacity colors 2025-07-25 18:19:22 -04:00
bbedward
e14afcefd4 notifications: improve notification center 2025-07-25 16:52:58 -04:00
bbedward
3825486829 fix reactivity of app launcher 2025-07-25 11:28:11 -04:00
bbedward
786b8f3fa1 audio: create and connect volume popup to IPCs 2025-07-25 11:24:27 -04:00
purian23
8e7bcabcf7 Add percentage to the volume control slider 2025-07-24 22:46:11 -04:00
bbedward
366930fc03 launcher: sort by usage frequency 2025-07-24 18:36:23 -04:00
bbedward
8bcac36be3 lockscreen: implement 2025-07-24 14:56:58 -04:00
bbedward
e3e3788a37 meta: many resource usage improvements and consolidations 2025-07-24 12:44:11 -04:00
bbedward
71f8b8ce9a fix context menus and general stuff 2025-07-23 18:30:43 -04:00
bbedward
4f63d5899b refactor: perf improvement stopping singletons with ref
Also switch to scale+opacity anims with custom curve
2025-07-23 16:54:19 -04:00
bbedward
19adcf3578 refactor: mega refactoring of a bunch of things 2025-07-23 11:56:18 -04:00
bbedward
56a857939b Merge branch 'master' of github.com:bbedward/dank-material-dark-shell 2025-07-23 10:04:21 -04:00
bbedward
70f8a127c6 processlist: breakout and de-dupe code, change styles
Also reverts bluetooth pairing modals since quickshell did not approve
of the PR
2025-07-23 10:03:29 -04:00
purian23
5b40396a8a Level up notifications 2025-07-23 00:04:16 -04:00
bbedward
f1833a81a0 Add DankModal and SystemLogo widgets 2025-07-22 21:12:19 -04:00
bbedward
3157622c8b bluetooth: pairing dialog
- Allows connecting pin/passkey/confirmation dialogs
- Fixes inability to connect to many devices
- Dependent on un-merged quickshell PR: https://github.com/quickshell-mirror/quickshell/pull/138
2025-07-22 19:20:10 -04:00
bbedward
02bd9bbc72 networking: improve wifi experience and bugs 2025-07-22 11:50:07 -04:00
bbedward
dbf2b58b7f fix focus window lookups 2025-07-21 20:56:33 -04:00
bbedward
42183b308e Fix focused window 2025-07-21 20:52:58 -04:00
bbedward
c47ecf8fb0 focusedwindow: fix various issues with workspaces 2025-07-21 17:36:15 -04:00