summaryrefslogtreecommitdiff
path: root/src/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-25sidebar: create upcoming module2 * r + 2 * t2-0/+86
Requires ical.js and curl
2025-03-25sidebar: media handle no players2 * r + 2 * t1-17/+25
2025-03-25run: minify code2 * r + 2 * t1-1/+1
minify-syntax breaks windows for some reason so don't use it
2025-03-25sidebar: create dashboard2 * r + 2 * t12-35/+592
2025-03-25notifpopups: destroy event wrapper2 * r + 2 * t1-0/+1
Destroy the eventbox wrapper when notif widget is destroyed
2025-03-25style: more transparency when light mode2 * r + 2 * t1-1/+2
Cause light colours let less background colour pass through
2025-03-25style: ensure loading correct order2 * r + 2 * t1-7/+29
Cause async, older requests could load slower and therefore override newer requests Also reduce the number of loads when spam And add light scss var
2025-03-23schemes: fix updating taking ages2 * r + 2 * t2-9/+37
Cause it was being called for every file change So instead of updating all, just update changed Also async update all
2025-03-23schemes: fix previews not updating2 * r + 2 * t1-1/+2
Monitor was being garbage collected cause it wasn't stored anywhere
2025-03-23misc code refactoring2 * r + 2 * t1-10/+4
2025-03-23wallpapers: fix error on no paths2 * r + 2 * t1-0/+9
Also update on config change
2025-03-23config: validate values2 * r + 2 * t2-6/+124
Validate values for keys with literal types, also better validation for array types
2025-03-23config: refactor2 * r + 2 * t6-70/+77
2025-03-23sideright: fix calender underline2 * r + 2 * t1-2/+3
2025-03-23config: add vibrant option2 * r + 2 * t2-3/+8
Adds extra vibrancy (i.e. extra saturation)
2025-03-23bar: more padding for horizontal2 * r + 2 * t1-2/+2
2025-03-23session: no blur backdrop2 * r + 2 * t1-1/+1
Reduce the transparency so it falls under ignorealpha rule
2025-03-23config: add transparency option2 * r + 2 * t2-22/+22
Also remove options for removed features
2025-03-23scss: add popover styles2 * r + 2 * t3-83/+99
For GTK emoji picker
2025-03-21tooltip: change colour2 * r + 2 * t1-1/+1
Use primary colour
2025-03-18updates: fix news2 * r + 2 * t1-1/+2
2025-03-18updates: show updates for custom repos2 * r + 2 * t1-14/+20
2025-03-16launcher: fix wallpaper categories compact mode2 * r + 2 * t1-8/+17
Also fix undef errors for wallpapers and scheme
2025-03-16launcher: remove window mode action2 * r + 2 * t1-9/+0
Forgot to remove it when removed window mode
2025-03-15launcher: remove windows mode2 * r + 2 * t5-831/+4
Also change mode colours to primary, secondary and tertiary
2025-03-15launcher: wallpaper random by category2 * r + 2 * t3-19/+80
2025-03-11notifs: make dnd actually work2 * r + 2 * t3-8/+14
Also change bar icon and hide count when dnd
2025-03-09launcher: fix actions not clearing in math mode2 * r + 2 * t1-2/+5
2025-03-08files: change directory monitor return2 * r + 2 * t2-8/+8
Only return the outermost monitor, hook onto that to cancel the nested ones Also use the monitor flags in hopes of it actually picking up changes to files (it doesnt)
2025-03-07update for scheme refactor2 * r + 2 * t5-9/+25
2025-03-05launcher: fixes2 * r + 2 * t3-13/+20
Fix light/dark actions Fix delay when pressing enter
2025-03-05updates: fix escaping markup2 * r + 2 * t1-9/+14
2025-03-05schemes: update for scripts refactor2 * r + 2 * t6-85/+171
2025-03-05app: init services after timeout2 * r + 2 * t1-3/+5
Prevent's startup delay on slower machines (yes, even with idle)
2025-03-05launcher: allow disabling actions2 * r + 2 * t2-7/+10
Disable actions in session screen by default Also remove periods from power action descriptions
2025-03-05launcher: add power actions2 * r + 2 * t1-0/+54
2025-03-05launcher: fix random wallpaper + add random scheme2 * r + 2 * t1-17/+12
Also allow mixed case for scheme and wallpaper suboptions
2025-03-05launcher: math mode2 * r + 2 * t4-8/+95
2025-03-04popdowns: buttons change colour when disabled2 * r + 2 * t2-0/+8
2025-03-02requests: change no players message2 * r + 2 * t1-1/+1
2025-03-02wallpapers: fix thumbnail duplicates2 * r + 2 * t1-1/+2
Duplicate file names in different dirs would override, so use full path instead
2025-03-02media: fix null error2 * r + 2 * t1-1/+1
2025-03-02config: launcher wallpaper preview default2 * r + 2 * t1-1/+1
Default to medium (looks better imo)
2025-03-02app: media data requests2 * r + 2 * t2-2/+8
Allow querying media player data
2025-03-02launcher: light/dark actions2 * r + 2 * t2-2/+49
For switching dynamic mode
2025-03-01launcher: wallpaper action2 * r + 2 * t7-7/+173
2025-03-01launcher: scheme autocomplete2 * r + 2 * t4-13/+150
2025-03-01launcher: change window colour2 * r + 2 * t1-1/+1
Teal is too similar to sapphire
2025-03-01launcher: fix scheme and todo actions2 * r + 2 * t2-4/+3
Fix the autocomplete
2025-03-01launcher: actions + refactor into multi file2 * r + 2 * t6-182/+392
Action prefix is configurable