mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-27 20:44:56 +00:00
Merge branch 'master' of git.omp.am:/home/omp/git/conky
This commit is contained in:
commit
73194dee89
@ -8013,9 +8013,12 @@ static void load_config_file(const char *f)
|
||||
}
|
||||
}
|
||||
CONF("alignment") {
|
||||
#ifdef OWN_WINDOW
|
||||
if (window.type == TYPE_DOCK)
|
||||
;
|
||||
else if (value) {
|
||||
else
|
||||
#endif /*OWN_WINDOW */
|
||||
if (value) {
|
||||
int a = string_to_alignment(value);
|
||||
|
||||
if (a <= 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user