mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix xfce-panel progressbar background
This commit is contained in:
parent
ca76d0e2e5
commit
324722a0e8
@ -30,6 +30,10 @@ style "theme-panel" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
style "theme-panel-progressbar" {
|
||||||
|
bg[ACTIVE] = "#1D1F26"
|
||||||
|
}
|
||||||
|
|
||||||
style "panelbar" {
|
style "panelbar" {
|
||||||
|
|
||||||
fg[NORMAL] = "#edf5fb"
|
fg[NORMAL] = "#edf5fb"
|
||||||
@ -158,6 +162,7 @@ widget_class "*Notif*Brasero*" style "theme-panel"
|
|||||||
# XFCE panel theming.
|
# XFCE panel theming.
|
||||||
widget "*Xfce*Panel*" style "theme-panel"
|
widget "*Xfce*Panel*" style "theme-panel"
|
||||||
class "*Xfce*Panel*" style "theme-panel"
|
class "*Xfce*Panel*" style "theme-panel"
|
||||||
|
widget "*Xfce*Panel*GtkProgressBar" style "theme-panel-progressbar"
|
||||||
widget "*WnckPager*" style "workspace-switcher"
|
widget "*WnckPager*" style "workspace-switcher"
|
||||||
widget "*TopMenu*" style "theme-panel"
|
widget "*TopMenu*" style "theme-panel"
|
||||||
widget "*XfceTasklist*" style "window-buttons"
|
widget "*XfceTasklist*" style "window-buttons"
|
||||||
|
Loading…
Reference in New Issue
Block a user