mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
configurer the rgb macropad
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ writeShellApplication, kitty, bottom,... }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "custom-bottom";
|
||||
runtimeInputs = [
|
||||
kitty
|
||||
bottom
|
||||
];
|
||||
text = ''
|
||||
kitty --class "custom-bottom" -o font_size=10 --name "custom-bottom" -e btm --theme gruvbox --disable-click --disable_advanced_kill --enable_cache_memory -g -R -T
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user