Fix move to tag to also focus new tag, Add git config

This commit is contained in:
cool-mist
2024-07-31 13:19:37 +05:30
parent b0763253b8
commit e2e7ef0842
3 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -99,14 +99,14 @@ content-foreground = ${colors.sep}
[module/cpu-temp]
type = custom/script
exec = hmon cpu
exec = /home/chips/.cargo/bin/hmon cpu
interval = 10
label = "%output%"
label-foreground = ${colors.module-value}
[module/gpu-temp]
type = custom/script
exec = hmon gpu
exec = /home/chips/.cargo/bin/hmon gpu
interval = 10
label = "%output%"
label-foreground = ${colors.module-value}