09-14-2014, 06:21 PM
Modifying the Panel
Panel Icons - reduced borders.
/usr/share/themes/MediterraneanWhite/gtk-2.0/gtkrc:
1029 xthickness = 0
1030 ythickness = 0
Panel Window Buttons - remove lucency when minimized.
/home/linuxlite/.gtkrc-2.0: (Press Ctrl+H to show hidden files)
Add (copy & paste) the following:
style "xfce-tasklist-style"
{
# Lucency of minimized icons. Valid values are between 0 (completely
# hide the icon) and 100 (don't lighten the icon).
XfceTasklist::minimized-icon-lucency = 100
}
class "XfceTasklist" style "xfce-tasklist-style"
Panel Date/Time format:
1. Applications Menu > Settings > Panel > Items > DateTime
2. Apply following changes:
Format: Time only
Format: Custom...
Week %V, %G
Font: Droid Sans 10
Format: Custom...
%H:%M:%S %a %d %b (Note: there's 2 spaces between S and %.)
Panel Icons - reduced borders.
/usr/share/themes/MediterraneanWhite/gtk-2.0/gtkrc:
1029 xthickness = 0
1030 ythickness = 0
Panel Window Buttons - remove lucency when minimized.
/home/linuxlite/.gtkrc-2.0: (Press Ctrl+H to show hidden files)
Add (copy & paste) the following:
style "xfce-tasklist-style"
{
# Lucency of minimized icons. Valid values are between 0 (completely
# hide the icon) and 100 (don't lighten the icon).
XfceTasklist::minimized-icon-lucency = 100
}
class "XfceTasklist" style "xfce-tasklist-style"
Panel Date/Time format:
1. Applications Menu > Settings > Panel > Items > DateTime
2. Apply following changes:
Format: Time only
Format: Custom...
Week %V, %G
Font: Droid Sans 10
Format: Custom...
%H:%M:%S %a %d %b (Note: there's 2 spaces between S and %.)