# a sample config file for visibility. # this file goes in ~/.config/visibility/config # it can be used to set a theme and override specific options. # uncomment this option to use the theme 'magicaltheme' # themes are stored in ~/.themes/theme_name/visibility/theme # theme syntax is identical to the syntax of this config file. # (yes, a theme could 'inherit' from another theme by specifying a theme!) #theme magicaltheme orientation right # if set to 'right', the pager window will resize to # the left (just change it to 'right' if it is on # the right side of your desktop, otherwise you will # be angry. image_size 24 # the pixel size of an icon; icons are square. spacing 5 # the amount of space to leave between icons as well # as between the edge of the window and the icons. border_width 0 # the width of the border around the window. can be # set to 0 if your window manager (like openbox!) # can provide its own borders for borderless # windows. desktop_separation 8 # the amount of space to leave between desktops. show_desktop_names true # whether or not to show desktop names. these names # are specified by your window manager. valid # options are 'true' and 'false'. bg_colour 99CC33 # the background colour border_colour 7e7e7e # the border colour active_text_colour 000000 # the colour of the name of the active desktop. inactive_text_colour 666666 # the colour of the name an inactive desktop. font trebuchet ms:pixelsize=8 # the name of the font to use. this is an xft name, # so one could use 'verdana:pixelsize=10' or # 'verdana-10'.