aboutsummaryrefslogtreecommitdiff
path: root/tw/services/files
AgeCommit message (Collapse)Author
2024-07-12Track wlprop scriptTimo Wilken
2024-07-12Use Wayland desktop on Framework desktopTimo Wilken
2024-07-12Adapt sway window matching to WaylandTimo Wilken
Get rid of old X11 matchers, including window class.
2024-07-12Make waybar more similar to previous polybar configTimo Wilken
2024-07-11Wayland-based desktop supportTimo Wilken
Add a separate home service to configure a Wayland-based desktop instead of an X11 one. Screensharing in Zoom doesn't work unfortunately, but it worked (at least for a while) through OBS. Waybar might need some work to bring it in line with the previous polybar configuration, especially in terms of aesthetics.
2024-06-13Fix aerc reply date formatTimo Wilken
2024-06-12Decode HTML-only emails automatically when replying in aercTimo Wilken
2024-06-05Pare down work-only calendar sync configTimo Wilken
* copy relevant entries into work-only vdirsyncer config * fix CERN Exchange calendar configuration * remove default calendar in khal, so that it works on the work machine
2024-06-04Allow configuring thermal zone shown in polybarTimo Wilken
This is highly likely to be different on different machines.
2024-04-12Bind aerc keys for new UTA accountTimo Wilken
2024-04-12Add UTA email accountTimo Wilken
2024-03-20Re-encrypt frm secrets with SSH host keyTimo Wilken
2024-03-12Revert to custom aerc themeTimo Wilken
The upstream one is too low-contrast.
2024-03-10Separate home service into PIM, dev env and graphical partsTimo Wilken
This means we only instantiate Shepherd and mcron services if we really need them, to avoid annoyance on servers.
2024-01-13Configure SSH and WireGuard for btlTimo Wilken
2023-11-23Specify custom battery/adapter names for polybarTimo Wilken
2023-11-20Manage new Framework laptopTimo Wilken
2023-11-20Make WireGuard service install its own secrets automaticallyTimo Wilken
2023-10-28Store Nextcloud backups in restic repoTimo Wilken
Replace the Nextcloud backup shell script with a Guile program that writes to a restic repository instead.
2023-09-12Factor out common desktop servicesTimo Wilken
Most of the code for setting desktop layouts is common between machines. Also, make the blueman-applet service reusable.
2023-02-18Extract common service sets into separate modulesTimo Wilken
Common service sets (NextCloud, Matrix, WireGuard) should be in their own modules to make things neater, instead of being interleaved with operating system declarations.