summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Salguero <nicolas.salguero@laposte.net>2019-03-14 15:37:42 +0100
committerNicolas Salguero <nicolas.salguero@laposte.net>2019-03-14 15:37:42 +0100
commit23f9e583b32f879f78f52ddcc0851ed48b3c967f (patch)
tree361c39bf30b1b37d8989dc94ba2e2a22315a125d
parent4b693393f0ef0bd350a18b65698fb2bf5ca3d60d (diff)
downloadtheme-dm-23f9e583b32f879f78f52ddcc0851ed48b3c967f.tar
theme-dm-23f9e583b32f879f78f52ddcc0851ed48b3c967f.tar.gz
theme-dm-23f9e583b32f879f78f52ddcc0851ed48b3c967f.tar.bz2
theme-dm-23f9e583b32f879f78f52ddcc0851ed48b3c967f.tar.xz
theme-dm-23f9e583b32f879f78f52ddcc0851ed48b3c967f.zip
- correct LXDM theme not applying correctly
-rw-r--r--gtkrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtkrc b/gtkrc
index 49acf74..4400e32 100644
--- a/gtkrc
+++ b/gtkrc
@@ -44,7 +44,7 @@ style "bottom"
}
widget "lxdm" style "back"
-widget "lxdm.*.time" style "time"
+widget "*.time" style "time"
widget "*.prompt" style "prompt"
-widget "lxdm.*.bottom_pane" style "bottom"
+widget "*.bottom_pane" style "bottom"
widget_class "GtkWindow.*.GtkEventBox.*.<GtkLabel>" style "bottom"