Commit Graph

67 Commits

Author SHA1 Message Date
end-4 fcb4e6cc85 bar: always show cpu usage by default 2025-09-01 18:05:14 +02:00
end-4 7121a4ae30 disable transparency by default (why was this even on...) 2025-09-01 08:39:10 +02:00
end-4 43e0bcbf73 Merge branch 'main' into background-clock-setting 2025-08-31 13:05:04 +07:00
end-4 6a1acc819b workspace numbers: allow using nerd font 2025-08-30 15:01:59 +02:00
end-4 e5db36e21e workspace number mapping: rename config var, use list 2025-08-30 14:59:11 +02:00
kirisaki-vk 45894c3255 chore: use var instead of list 2025-08-29 09:51:08 +03:00
kirisaki-vk 28c9cacf68 bar: add workspace number mapping 2025-08-28 09:30:54 +03:00
end-4 2ad304aaf2 config: rename "mantra" to "quote" 2025-08-27 20:13:19 +07:00
hoovad 2b54f64c8c use camelCase and unload instead of hiding 2025-08-27 05:30:15 +02:00
hoovad 5cd5a9d7e4 add setting to show/hide the clock in background 2025-08-27 05:01:42 +02:00
end-4 9f4aa3f7e1 add corner scrolling for brightness/volume 2025-08-26 14:38:37 +07:00
end-4 e7ffd2455a sidebars: open by hovering (or clicking) corners 2025-08-26 10:51:40 +07:00
end-4 63b7a3a36c bar: warning for high resource usage 2025-08-26 09:15:59 +07:00
月月 e6bb1a3fde translations: add setting language selection and related strings 2025-08-24 04:10:08 +08:00
end-4 f56308b6e3 use nmtui for network management 2025-08-22 20:31:34 +07:00
end-4 9bbc26dd70 settings app: allow volume limit over 100% 2025-08-22 16:51:39 +07:00
end-4 ce25675f73 search: allow hiding actions when the prefix is not that of them
Co-Authored-By: reakjra <85903730+reakjra@users.noreply.github.com>
2025-08-21 09:23:03 +07:00
end-4 eafa8f02b6 bar: allow inverting tray item list's effect 2025-08-21 07:45:30 +07:00
end-4 1338b65aaa bar: tray overflow menu 2025-08-20 23:05:02 +07:00
end-4 7c8068b2bd background: add vertical parallax 2025-08-20 19:35:33 +07:00
end-4 6f907f7961 search: add math, shell command, and web search prefixes (#1795) 2025-08-19 21:51:52 +07:00
end-4 71b82730ab config option to allow showing wallpaper when fullscreen 2025-08-18 15:04:04 +07:00
end-4 00461468c9 Add `mantra' beneath clock (#1828) 2025-08-17 06:22:20 +02:00
end-4 a50b673e07 disable touchpad scroll tweak by default 2025-08-17 07:31:07 +07:00
end-4 c745615a2a prompt to kill kded6, mako, dunst (conflicting stuff) 2025-08-16 21:00:56 +07:00
Nyx 7aacac554d [Feature Request] Add `mantra' beneath clock
Signed-off-by: Nyx <189459385+nyx-4@users.noreply.github.com>
2025-08-16 18:25:52 +05:00
end-4 2a46b17958 vertical bar: add date 2025-08-16 11:55:27 +07:00
end-4 9fc0d26eb5 vertical bar 2025-08-15 22:17:27 +07:00
end-4 bf4a1097c1 bar: allow any custom icon on topleft corner 2025-08-12 18:26:47 +07:00
end-4 5b24ac037f automatic transparency 2025-08-11 15:09:39 +07:00
end-4 47dcb1523a Added pomodoro timer in sidebarRight, closes #1477 (#1761) 2025-08-10 16:13:03 +07:00
end-4 4ca15a1fc3 pomodoro: make pause/resume less weird 2025-08-09 21:36:28 +07:00
end-4 9bc4ff16a7 make pomodoro timer persistent 2025-08-09 12:54:37 +07:00
end-4 eac4ab3e3c enable faster touchpad scroll 2025-08-08 22:09:45 +07:00
end-4 d256d8fc35 add config option to use "normal" scroll behavior (#1782) 2025-08-08 22:08:50 +07:00
Nyx 91fee0d6e9 Minor tweaks and better variables names
Signed-off-by: Nyx <189459385+nyx-4@users.noreply.github.com>
2025-08-08 19:51:03 +05:00
end-4 d0ad416e28 bar: adjust autohide super press show delay 2025-08-08 20:53:47 +07:00
end-4 66c810ead2 bar autohide: rename enabled -> enable for consistency 2025-08-08 20:12:50 +07:00
end-4 9824bb9c63 bar: add delay for autohide 2025-08-08 20:06:53 +07:00
end-4 f806e2c22c bar: add auto hide 2025-08-08 19:54:10 +07:00
end-4 64bb730dd1 touchpad: improve scroll speed handling for touchpad (#1781) 2025-08-07 23:46:39 +07:00
end-4 7013b459a3 adjust scrolling speed 2025-08-07 23:13:07 +07:00
end-4 199b23d14a add config options for scroll factors and threshold 2025-08-07 22:32:02 +07:00
end-4 f581fd4821 config option to (not) filter duplicate media controls 2025-08-07 21:39:48 +07:00
Nyx bfb7ccffb5 Reworked on Pomodoro's UI and added Stopwatch
Signed-off-by: Nyx <189459385+nyx-4@users.noreply.github.com>
2025-08-05 16:06:22 +05:00
Nyx e4b761917a Polished the UI and added Persistent Config option.
Signed-off-by: Nyx <189459385+nyx-4@users.noreply.github.com>

Changelog:
Added Config.options.time.pomodoro options in Config.qml
Restructered the Pomodoro logic and added Long break
Used timestamp instead of naively counting down.
Major UI tweaks.
2025-08-03 20:36:29 +05:00
end-4 596ae72942 add config option to keep right sidebar loaded 2025-08-02 20:31:37 +07:00
end-4 d4b8ded6c8 overview: allow disabling overview (showing search only) 2025-08-02 17:35:44 +07:00
end-4 a9273fc225 ai: dont include tool instructions in system prompt 2025-08-02 16:00:24 +07:00
end-4 cb2d1bc444 Merge branch 'main' into videowall-add-clock 2025-07-30 07:30:05 +02:00