test
This commit is contained in:
parent
1cc724ed9e
commit
a20d38cb1c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
home.file.".config/btop/btop.conf".text = "
|
home.file.".config/btop/btop.conf".text = """
|
||||||
color_theme = "../share/btop/themes/gruvbox_dark_v2.theme"
|
color_theme = "../share/btop/themes/gruvbox_dark_v2.theme"
|
||||||
theme_background = True
|
theme_background = True
|
||||||
truecolor = True
|
truecolor = True
|
||||||
|
@ -68,5 +68,5 @@
|
||||||
show_battery = True
|
show_battery = True
|
||||||
selected_battery = "Auto"
|
selected_battery = "Auto"
|
||||||
log_level = "WARNING"
|
log_level = "WARNING"
|
||||||
";
|
""";
|
||||||
}
|
}
|
Loading…
Reference in a new issue