Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | profiles/dev: install virtualenv | Franck Cuny | 2023-06-02 | 1 | -0/+1 |
| | |||||
* | profiles/waybar: highlight text when one or more unit has failed | Franck Cuny | 2023-06-02 | 1 | -0/+1 |
| | |||||
* | workstation: more tweaks for the UI and fonts | Franck Cuny | 2023-05-29 | 5 | -12/+11 |
| | |||||
* | profiles/zsh: change prezto's theme | Franck Cuny | 2023-05-28 | 1 | -1/+1 |
| | |||||
* | tools/waybar-systemd-units: get a list of failed systemd units | Franck Cuny | 2023-05-28 | 2 | -1/+11 |
| | | | | | | | | Get a list of failed systemd units (both user and systems), and generate an output compatible to what waybar expects. Refer to https://github.com/Alexays/Waybar/wiki/Module:-Custom for more details about the format. | ||||
* | font: switch to Roboto for system font and JetBrain for monospace | Franck Cuny | 2023-05-28 | 4 | -49/+19 |
| | |||||
* | home/waybar: change the style to be a bit more readable | Franck Cuny | 2023-05-23 | 1 | -33/+19 |
| | |||||
* | profiles/workstation: stop using dark mode + prezto | Franck Cuny | 2023-05-16 | 11 | -170/+28 |
| | |||||
* | home/ssh: add rsync.net to the match block | Franck Cuny | 2023-05-12 | 1 | -0/+6 |
| | |||||
* | profiles/workstation: move element (matrix client) | Franck Cuny | 2023-05-07 | 1 | -0/+2 |
| | |||||
* | profiles/workstation: move sway to the workstation profile | Franck Cuny | 2023-05-06 | 1 | -1/+0 |
| | |||||
* | profiles/gtk: configure dark mode properly | Franck Cuny | 2023-05-06 | 1 | -6/+2 |
| | | | | | | | | | | | | | Without this I was seeing the following error: ``` Unknown key Settings in /home/fcuny/.config/gtk-3.0/settings.ini ``` And the configuration contained: ``` [Settings] Settings=gtk-application-prefer-dark-theme=1 ``` | ||||
* | home/profiles: move (almost) all modules to profiles | Franck Cuny | 2023-05-05 | 23 | -0/+1162 |
This is a major refactor, similar to what was done for the hosts, but in a single commit. |