Conky: Hide while xwinwrap is running
This commit is contained in:
parent
14831574b3
commit
38857f09ab
@ -42,6 +42,7 @@ conky.config = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
|
${if_running xwinwrap}$else
|
||||||
${font Roboto:style=Medium:size=30}$alignr$nodename$font
|
${font Roboto:style=Medium:size=30}$alignr$nodename$font
|
||||||
${font Roboto:style=Light:size=17}$alignr${time %I:%M %p}
|
${font Roboto:style=Light:size=17}$alignr${time %I:%M %p}
|
||||||
${font Roboto:style=Light:size=12}$alignr${time %A, %B %d, %Y}$font
|
${font Roboto:style=Light:size=12}$alignr${time %A, %B %d, %Y}$font
|
||||||
@ -69,5 +70,5 @@ ${font Roboto:style=Medium:size=10}Statistics:$font
|
|||||||
Operating System: $sysname $kernel
|
Operating System: $sysname $kernel
|
||||||
Battery: $battery_percent% charged, $battery_time remaining
|
Battery: $battery_percent% charged, $battery_time remaining
|
||||||
Uptime: $uptime
|
Uptime: $uptime
|
||||||
Processes: $processes total, $running_processes running
|
Processes: $processes total, $running_processes running$endif
|
||||||
]]
|
]]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
DefaultProfile=Primary.profile
|
DefaultProfile=Primary.profile
|
||||||
|
|
||||||
[Favorite Profiles]
|
[Favorite Profiles]
|
||||||
Favorites=Small.profile,Primary.profile
|
Favorites=Primary.profile,Small.profile
|
||||||
|
|
||||||
[FileDialogSize]
|
[FileDialogSize]
|
||||||
Height 1080=480
|
Height 1080=480
|
||||||
|
Loading…
Reference in New Issue
Block a user