summaryrefslogtreecommitdiff
path: root/app.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clean2 * r + 2 * t2025-04-261-132/+0
| | | | Remove everything
* feat: add low transparency mode2 * r + 2 * t2025-04-151-2/+5
|
* feat: add music visualiser2 * r + 2 * t2025-04-131-0/+2
|
* app: increase delay for initing services2 * r + 2 * t2025-04-111-3/+2
| | | | So startup is not interrupted on slower setups
* style: make transparency same for light/dark2 * r + 2 * t2025-04-101-2/+1
|
* feat: add navbar2 * r + 2 * t2025-04-081-0/+2
| | | | For controlling sidebar panes + other stuff later
* notifpopups: fix clicking opening sidebar2 * r + 2 * t2025-04-021-1/+4
|
* bar: embedded style2 * r + 2 * t2025-04-021-1/+2
|
* app: catch errors in main2 * r + 2 * t2025-04-021-19/+23
|
* feat: toggle borders option2 * r + 2 * t2025-04-011-5/+8
|
* feat: fake screen rounding2 * r + 2 * t2025-03-311-0/+2
|
* startup: wait for config to init2 * r + 2 * t2025-03-311-21/+5
| | | | Also cleanup some stuff
* sidebar: create upcoming module2 * r + 2 * t2025-03-251-0/+2
| | | | Requires ical.js and curl
* sidebar: create dashboard2 * r + 2 * t2025-03-251-0/+2
|
* style: more transparency when light mode2 * r + 2 * t2025-03-251-1/+2
| | | | Cause light colours let less background colour pass through
* style: ensure loading correct order2 * r + 2 * t2025-03-251-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
* misc code refactoring2 * r + 2 * t2025-03-231-10/+4
|
* config: refactor2 * r + 2 * t2025-03-231-1/+2
|
* config: add vibrant option2 * r + 2 * t2025-03-231-3/+7
| | | | Adds extra vibrancy (i.e. extra saturation)
* config: add transparency option2 * r + 2 * t2025-03-231-4/+18
| | | | Also remove options for removed features
* app: init services after timeout2 * r + 2 * t2025-03-051-3/+5
| | | | Prevent's startup delay on slower machines (yes, even with idle)
* requests: change no players message2 * r + 2 * t2025-03-021-1/+1
|
* app: media data requests2 * r + 2 * t2025-03-021-1/+7
| | | | Allow querying media player data
* launcher: wallpaper action2 * r + 2 * t2025-03-011-0/+2
|
* launcher: scheme autocomplete2 * r + 2 * t2025-03-011-1/+5
|
* updates: show arch news2 * r + 2 * t2025-02-251-13/+8
|
* config: use config file2 * r + 2 * t2025-02-221-1/+4
| | | | Config file at ~/.config/caelestia/shell.json
* use state2 * r + 2 * t2025-02-221-3/+3
|
* scheme: use new scheme backend2 * r + 2 * t2025-02-191-4/+10
|
* allow toggling sideleft and right from cli2 * r + 2 * t2025-01-301-1/+14
|
* imports: use typescript import paths2 * r + 2 * t2025-01-301-8/+8
|
* don't force adwaita icon theme2 * r + 2 * t2025-01-221-1/+0
|
* session screen2 * r + 2 * t2025-01-191-0/+2
| | | | Switch from wlogout
* requests: change format2 * r + 2 * t2025-01-181-2/+2
|
* app: monitor scheme file2 * r + 2 * t2025-01-181-1/+2
|
* bar: change style + fix scheme2 * r + 2 * t2025-01-181-1/+1
|
* quit request2 * r + 2 * t2025-01-181-1/+2
|
* style: use system scheme if available2 * r + 2 * t2025-01-171-3/+7
|
* app: log startup time2 * r + 2 * t2025-01-171-1/+2
|
* refactor: move popdowns to own folder2 * r + 2 * t2025-01-161-4/+2
| | | | And group them like osds
* updates: make popup window2 * r + 2 * t2025-01-161-0/+2
|
* notifications: make popup window2 * r + 2 * t2025-01-161-0/+2
|
* refactor: move ts to src2 * r + 2 * t2025-01-161-6/+6
| | | | Also move popupwindow to own file
* osds: lock keys popups2 * r + 2 * t2025-01-161-4/+3
|
* requests: brightness syntax change2 * r + 2 * t2025-01-161-3/+8
| | | | Same as wpctl
* brightness and volume osds2 * r + 2 * t2025-01-151-5/+9
|
* better popup window2 * r + 2 * t2025-01-151-8/+1
| | | | Not manual using css, instead use a combination of css opacity and Hyprland animations
* launcher modes + player controls IPC2 * r + 2 * t2025-01-141-0/+5
|
* app launcher2 * r + 2 * t2025-01-141-2/+14
|
* notification popups2 * r + 2 * t2025-01-121-0/+3
|