mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-12 03:51:07 +01:00
Creating a sherlock module for the sherlock launcher. Prefer a file be controlled by a single option and using settings for the main config file. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
28 lines
463 B
TOML
28 lines
463 B
TOML
[appearance]
|
|
gsk_renderer = "cairo"
|
|
height = 600
|
|
icon_size = 32
|
|
opacity = 0.95
|
|
width = 1000
|
|
|
|
[caching]
|
|
enable = true
|
|
|
|
[default_apps]
|
|
browser = "firefox"
|
|
calendar_client = "thunderbird"
|
|
teams = "teams-for-linux --enable-features=UseOzonePlatform --ozone-platform=wayland --url {meeting_url}"
|
|
terminal = "kitty"
|
|
|
|
[search_bar_icon]
|
|
enable = true
|
|
|
|
[status_bar]
|
|
enable = true
|
|
|
|
[units]
|
|
currency = "usd"
|
|
lengths = "feet"
|
|
temperatures = "F"
|
|
volumes = "oz"
|
|
weights = "lb"
|