about summary refs log tree commit diff
path: root/users/fcuny/desktop/wm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a few more modules to home/ and delete stuffFranck Cuny2022-04-097-355/+0
|
* sound: add a new moduleFranck Cuny2022-04-051-2/+1
| | | | | | | | | | This is the start of yet another refactoring of the configuration. Sound configuration is moving to a module, and we enable it as needed at the host level. It takes care of configuring pipewire and install the packages needed too. This module is applied to the laptop and the desktop.
* waybar: fix colors for the workspacesFranck Cuny2022-04-051-9/+9
|
* swaybar: simplify colorsFranck Cuny2022-03-311-18/+17
|
* sway: switch back to waybarFranck Cuny2022-03-142-72/+132
| | | | | Get rid of icons, use plain text with different colors depending on the state.
* wofi: color + nixfmtFranck Cuny2022-03-121-4/+2
|
* notification: fix timeout and documentFranck Cuny2022-03-121-8/+8
|
* wm: ensure element is assigned to space #4Franck Cuny2022-03-101-0/+1
|
* sway: formatting, colors, wlogoutFranck Cuny2022-03-091-44/+75
|
* i3status: clean up formattingFranck Cuny2022-02-271-2/+2
|
* sway: import systemd environments on startupFranck Cuny2022-02-271-0/+3
|
* sway: assign applications to workspacesFranck Cuny2022-02-271-0/+5
|
* mako: run with systemdFranck Cuny2022-02-271-5/+16
|
* mako: add notification daemonFranck Cuny2022-02-272-0/+16
|
* wofi: tweak the UIFranck Cuny2022-02-272-43/+26
|
* sway: re-organize the modulesFranck Cuny2022-02-276-0/+249
Rename 'sway' to 'wm' to make it more generic; rename some of the other modules (e.g. 'wofi' to 'launcher'), for the same reason.