Fix move to tag to also focus new tag, Add git config
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user