~victored/wingpanel/autohide

« back to all changes in this revision

Viewing changes to src/Services/Settings.vala

  • Committer: RabbitBot
  • Author(s): Victor Martinez, Tom Beckmann, Jacob Parker
  • Date: 2014-03-18 04:31:33 UTC
  • mfrom: (154.1.5 background-opacity-gala)
  • Revision ID: rabbitbot-20140318043133-juquc9mavx5rytw9
Uses the gala dbus API to get the alpha value of the background. Adds a transition when changing alpha and uses wnck to check for maximized windows on the current screen

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        public string[] blacklist { get; set; }
24
24
        public bool show_launcher { get; set; }
25
25
        public string default_launcher { get; set; }
 
26
        public double background_alpha { get; set; }
 
27
        public bool auto_adjust_alpha { get; set; }
26
28
 
27
29
        public Settings () {
28
30
            base ("org.pantheon.desktop.wingpanel");