summaryrefslogtreecommitdiff
path: root/src/utils/strings.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2025-03-01launcher: better files2 * r + 2 * t2-5/+20
Files shorten path Also tooltips for both apps and files
2025-02-28launcher: files mode2 * r + 2 * t2-25/+59
2025-02-28launcher: apps mode2 * r + 2 * t3-17/+136
2025-02-28launcher: made search bar + mode switcher2 * r + 2 * t4-761/+935
2025-02-26notifpopups: activate action if only one2 * r + 2 * t1-2/+6
2025-02-26updates: sort updates by name2 * r + 2 * t1-0/+3
2025-02-26updates: better styles2 * r + 2 * t2-1/+9
2025-02-26monitors: don't hardcode lines for ddc check2 * r + 2 * t1-3/+3
Since new ddcutil update it's not possible to hardcode
2025-02-25notification: don't use markup2 * r + 2 * t1-1/+0
Markup causes errors
2025-02-25scheme: use success/error colours2 * r + 2 * t4-6/+9
2025-02-25updates: show arch news2 * r + 2 * t5-22/+312
2025-02-24Update package-lock.json2 * r + 2 * t1-1/+1
2025-02-23launcher: italic xwayland windows2 * r + 2 * t2-1/+8
2025-02-23config: fix type2 * r + 2 * t1-1/+1
2025-02-23launcher: remove border2 * r + 2 * t1-1/+0
2025-02-23notifpopups: shrink image2 * r + 2 * t2-5/+11
2025-02-23notifpopups: border for critical urgency2 * r + 2 * t1-0/+1
2025-02-23notifications: use accent colour for normal2 * r + 2 * t2-3/+3
2025-02-23notifpopups: go to notif center on click2 * r + 2 * t1-2/+6
2025-02-23bar: fix workspace module2 * r + 2 * t1-1/+1
2025-02-22config: forgot to remove print2 * r + 2 * t1-1/+0
2025-02-22config: restore to default if not specified2 * r + 2 * t2-76/+109
Restore configs to default if not given in the config file instead of not changing them Also sideleft configs
2025-02-22config: dynamic service confs2 * r + 2 * t8-29/+82