aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libkookie: i3: make the leading comment more accurate.Molly Miller2021-01-181-3/+2
| | | | In particular, this script does not rely on jq or dmenu.
* libkookie: i3: remove tr(1) from i3 workspace scripts, use jq -rMolly Miller2021-01-182-4/+4
| | | | | | | | | | | >From jq(1): o --raw-output / -r: With this option, if the filterĀ“s result is a string then it will be written directly to standard output rather than being formatted as a JSON string with quotes. This can be useful for making jq filters talk to non-JSON-based systems.
* libkookie: add new cgit module and smart-http supportMx Kookie2021-01-023-0/+184
|
* libkookie: kitty: increase default font sizeMx Kookie2020-12-251-1/+1
|
* libkookie: harness: add ability to load ssh public keysMx Kookie2020-12-251-3/+3
|
* libkookie: gaia: import previous configurationMx Kookie2020-12-254-0/+240
|
* libkookie: i3: various updates to fonts, init config, and keybindingMx Kookie2020-12-253-44/+40
|
* libkookie: dpi: add global dpi setting and wrap dino to use itMx Kookie2020-12-251-0/+16
|
* libkookie: net: init module to handle networking configurationMx Kookie2020-12-235-32/+121
|
* libkookie: change formattingMx Kookie2020-12-231-3/+2
|
* libkookie: implement mail module handling via external configurationMx Kookie2020-12-235-1/+115
|
* libkookie: audio: init module to handle audio settingsMx Kookie2020-12-233-0/+40
|
* libkookie: i3: update tools scriptsMx Kookie2020-12-233-7/+12
|
* libkookie: base: init module with shell tools, git, and fish supportMx Kookie2020-12-2326-0/+329
|
* libkookie: i3: fixing issues with fonts, i3bar, and ws rename scriptMx Kookie2020-12-231-1/+1
|
* libkookie: compton: compositor has been renamed to picomMx Kookie2020-12-234-8/+7
|
* libkookie: i3: adding compton and various improvementsMx Kookie2020-12-2210-7/+139
|
* libkookie: kitty: adding module and configurationMx Kookie2020-12-223-0/+144
|
* libkookie: i3: adding i3status config generation moduleMx Kookie2020-12-223-9/+86
|
* libkookie: i3: adding module, configurations, and tempest configMx Kookie2020-12-2213-0/+271
|
* libkookie: adding the basic module system harnessMx Kookie2020-12-223-0/+67
The main purpose of this harness is to provide a set of basic functions to create home-manager loaders, include user configuration, and provide an API surface to specify the active users on a system.