├── .bzrignore ├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── AUTHORS ├── BUILD_CONFIG ├── COPYING ├── INSTALL ├── LICENSE ├── LICENSE.md ├── NOTES ├── README.md ├── TODO ├── _config.yml ├── debian ├── changelog ├── compat ├── control ├── copyright ├── docs ├── polo-gtk.appdata.xml ├── rules └── source │ └── format ├── gtk-theme ├── 3.14 │ ├── gtk-3.0 │ │ ├── assets │ │ │ ├── checkbox-checked-dark.png │ │ │ ├── checkbox-checked-dark@2.png │ │ │ ├── checkbox-checked-insensitive-dark.png │ │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ │ ├── checkbox-checked-insensitive-selected.png │ │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ │ ├── checkbox-checked-insensitive.png │ │ │ ├── checkbox-checked-insensitive@2.png │ │ │ ├── checkbox-checked-selected.png │ │ │ ├── checkbox-checked-selected@2.png │ │ │ ├── checkbox-checked-selectionmode-dark.png │ │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ │ ├── checkbox-checked-selectionmode.png │ │ │ ├── checkbox-checked-selectionmode@2.png │ │ │ ├── checkbox-checked.png │ │ │ ├── checkbox-checked@2.png │ │ │ ├── checkbox-mixed-dark.png │ │ │ ├── checkbox-mixed-dark@2.png │ │ │ ├── checkbox-mixed-insensitive-dark.png │ │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ │ ├── checkbox-mixed-insensitive-selected.png │ │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ │ ├── checkbox-mixed-insensitive.png │ │ │ ├── checkbox-mixed-insensitive@2.png │ │ │ ├── checkbox-mixed-selected.png │ │ │ ├── checkbox-mixed-selected@2.png │ │ │ ├── checkbox-mixed.png │ │ │ ├── checkbox-mixed@2.png │ │ │ ├── checkbox-selectionmode-dark.png │ │ │ ├── checkbox-selectionmode-dark@2.png │ │ │ ├── checkbox-selectionmode.png │ │ │ ├── checkbox-selectionmode@2.png │ │ │ ├── checkbox-unchecked-dark.png │ │ │ ├── checkbox-unchecked-dark@2.png │ │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ │ ├── checkbox-unchecked-insensitive.png │ │ │ ├── checkbox-unchecked-insensitive@2.png │ │ │ ├── checkbox-unchecked-selected.png │ │ │ ├── checkbox-unchecked-selected@2.png │ │ │ ├── checkbox-unchecked.png │ │ │ ├── checkbox-unchecked@2.png │ │ │ ├── radio-checked-dark.png │ │ │ ├── radio-checked-dark@2.png │ │ │ ├── radio-checked-insensitive-dark.png │ │ │ ├── radio-checked-insensitive-dark@2.png │ │ │ ├── radio-checked-insensitive-selected.png │ │ │ ├── radio-checked-insensitive-selected@2.png │ │ │ ├── radio-checked-insensitive.png │ │ │ ├── radio-checked-insensitive@2.png │ │ │ ├── radio-checked-selected.png │ │ │ ├── radio-checked-selected@2.png │ │ │ ├── radio-checked.png │ │ │ ├── radio-checked@2.png │ │ │ ├── radio-mixed-dark.png │ │ │ ├── radio-mixed-dark@2.png │ │ │ ├── radio-mixed-insensitive-dark.png │ │ │ ├── radio-mixed-insensitive-dark@2.png │ │ │ ├── radio-mixed-insensitive-selected.png │ │ │ ├── radio-mixed-insensitive-selected@2.png │ │ │ ├── radio-mixed-insensitive.png │ │ │ ├── radio-mixed-insensitive@2.png │ │ │ ├── radio-mixed-selected.png │ │ │ ├── radio-mixed-selected@2.png │ │ │ ├── radio-mixed.png │ │ │ ├── radio-mixed@2.png │ │ │ ├── radio-unchecked-dark.png │ │ │ ├── radio-unchecked-dark@2.png │ │ │ ├── radio-unchecked-insensitive-dark.png │ │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ │ ├── radio-unchecked-insensitive-selected.png │ │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ │ ├── radio-unchecked-insensitive.png │ │ │ ├── radio-unchecked-insensitive@2.png │ │ │ ├── radio-unchecked-selected.png │ │ │ ├── radio-unchecked-selected@2.png │ │ │ ├── radio-unchecked.png │ │ │ ├── radio-unchecked@2.png │ │ │ ├── switch-active-dark.png │ │ │ ├── switch-active-dark@2.png │ │ │ ├── switch-active-header-dark.png │ │ │ ├── switch-active-header-dark@2.png │ │ │ ├── switch-active-header.png │ │ │ ├── switch-active-header@2.png │ │ │ ├── switch-active-insensitive-dark.png │ │ │ ├── switch-active-insensitive-dark@2.png │ │ │ ├── switch-active-insensitive-header-dark.png │ │ │ ├── switch-active-insensitive-header-dark@2.png │ │ │ ├── switch-active-insensitive-header.png │ │ │ ├── switch-active-insensitive-header@2.png │ │ │ ├── switch-active-insensitive-selected.png │ │ │ ├── switch-active-insensitive-selected@2.png │ │ │ ├── switch-active-insensitive.png │ │ │ ├── switch-active-insensitive@2.png │ │ │ ├── switch-active-selected.png │ │ │ ├── switch-active-selected@2.png │ │ │ ├── switch-active.png │ │ │ ├── switch-active@2.png │ │ │ ├── switch-dark.png │ │ │ ├── switch-dark@2.png │ │ │ ├── switch-header-dark.png │ │ │ ├── switch-header-dark@2.png │ │ │ ├── switch-header.png │ │ │ ├── switch-header@2.png │ │ │ ├── switch-insensitive-dark.png │ │ │ ├── switch-insensitive-dark@2.png │ │ │ ├── switch-insensitive-header-dark.png │ │ │ ├── switch-insensitive-header-dark@2.png │ │ │ ├── switch-insensitive-header.png │ │ │ ├── switch-insensitive-header@2.png │ │ │ ├── switch-insensitive-selected.png │ │ │ ├── switch-insensitive-selected@2.png │ │ │ ├── switch-insensitive.png │ │ │ ├── switch-insensitive@2.png │ │ │ ├── switch-selected.png │ │ │ ├── switch-selected@2.png │ │ │ ├── switch.png │ │ │ ├── switch@2.png │ │ │ ├── thumbnail-frame.png │ │ │ ├── titlebutton-close-active-dark.png │ │ │ ├── titlebutton-close-active-dark@2.png │ │ │ ├── titlebutton-close-active.png │ │ │ ├── titlebutton-close-active@2.png │ │ │ ├── titlebutton-close-backdrop-dark.png │ │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ │ ├── titlebutton-close-backdrop.png │ │ │ ├── titlebutton-close-backdrop@2.png │ │ │ ├── titlebutton-close-dark.png │ │ │ ├── titlebutton-close-dark@2.png │ │ │ ├── titlebutton-close-hover-dark.png │ │ │ ├── titlebutton-close-hover-dark@2.png │ │ │ ├── titlebutton-close-hover.png │ │ │ ├── titlebutton-close-hover@2.png │ │ │ ├── titlebutton-close.png │ │ │ ├── titlebutton-close@2.png │ │ │ ├── titlebutton-maximize-active-dark.png │ │ │ ├── titlebutton-maximize-active-dark@2.png │ │ │ ├── titlebutton-maximize-active.png │ │ │ ├── titlebutton-maximize-active@2.png │ │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ │ ├── titlebutton-maximize-backdrop.png │ │ │ ├── titlebutton-maximize-backdrop@2.png │ │ │ ├── titlebutton-maximize-dark.png │ │ │ ├── titlebutton-maximize-dark@2.png │ │ │ ├── titlebutton-maximize-hover-dark.png │ │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ │ ├── titlebutton-maximize-hover.png │ │ │ ├── titlebutton-maximize-hover@2.png │ │ │ ├── titlebutton-maximize.png │ │ │ ├── titlebutton-maximize@2.png │ │ │ ├── titlebutton-minimize-active-dark.png │ │ │ ├── titlebutton-minimize-active-dark@2.png │ │ │ ├── titlebutton-minimize-active.png │ │ │ ├── titlebutton-minimize-active@2.png │ │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ │ ├── titlebutton-minimize-backdrop.png │ │ │ ├── titlebutton-minimize-backdrop@2.png │ │ │ ├── titlebutton-minimize-dark.png │ │ │ ├── titlebutton-minimize-dark@2.png │ │ │ ├── titlebutton-minimize-hover-dark.png │ │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ │ ├── titlebutton-minimize-hover.png │ │ │ ├── titlebutton-minimize-hover@2.png │ │ │ ├── titlebutton-minimize.png │ │ │ └── titlebutton-minimize@2.png │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ └── index.theme ├── 3.16 │ ├── gtk-3.0 │ │ ├── assets │ │ │ ├── checkbox-checked-dark.png │ │ │ ├── checkbox-checked-dark@2.png │ │ │ ├── checkbox-checked-insensitive-dark.png │ │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ │ ├── checkbox-checked-insensitive-selected.png │ │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ │ ├── checkbox-checked-insensitive.png │ │ │ ├── checkbox-checked-insensitive@2.png │ │ │ ├── checkbox-checked-selected.png │ │ │ ├── checkbox-checked-selected@2.png │ │ │ ├── checkbox-checked-selectionmode-dark.png │ │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ │ ├── checkbox-checked-selectionmode.png │ │ │ ├── checkbox-checked-selectionmode@2.png │ │ │ ├── checkbox-checked.png │ │ │ ├── checkbox-checked@2.png │ │ │ ├── checkbox-mixed-dark.png │ │ │ ├── checkbox-mixed-dark@2.png │ │ │ ├── checkbox-mixed-insensitive-dark.png │ │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ │ ├── checkbox-mixed-insensitive-selected.png │ │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ │ ├── checkbox-mixed-insensitive.png │ │ │ ├── checkbox-mixed-insensitive@2.png │ │ │ ├── checkbox-mixed-selected.png │ │ │ ├── checkbox-mixed-selected@2.png │ │ │ ├── checkbox-mixed.png │ │ │ ├── checkbox-mixed@2.png │ │ │ ├── checkbox-selectionmode-dark.png │ │ │ ├── checkbox-selectionmode-dark@2.png │ │ │ ├── checkbox-selectionmode.png │ │ │ ├── checkbox-selectionmode@2.png │ │ │ ├── checkbox-unchecked-dark.png │ │ │ ├── checkbox-unchecked-dark@2.png │ │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ │ ├── checkbox-unchecked-insensitive.png │ │ │ ├── checkbox-unchecked-insensitive@2.png │ │ │ ├── checkbox-unchecked-selected.png │ │ │ ├── checkbox-unchecked-selected@2.png │ │ │ ├── checkbox-unchecked.png │ │ │ ├── checkbox-unchecked@2.png │ │ │ ├── radio-checked-dark.png │ │ │ ├── radio-checked-dark@2.png │ │ │ ├── radio-checked-insensitive-dark.png │ │ │ ├── radio-checked-insensitive-dark@2.png │ │ │ ├── radio-checked-insensitive-selected.png │ │ │ ├── radio-checked-insensitive-selected@2.png │ │ │ ├── radio-checked-insensitive.png │ │ │ ├── radio-checked-insensitive@2.png │ │ │ ├── radio-checked-selected.png │ │ │ ├── radio-checked-selected@2.png │ │ │ ├── radio-checked.png │ │ │ ├── radio-checked@2.png │ │ │ ├── radio-mixed-dark.png │ │ │ ├── radio-mixed-dark@2.png │ │ │ ├── radio-mixed-insensitive-dark.png │ │ │ ├── radio-mixed-insensitive-dark@2.png │ │ │ ├── radio-mixed-insensitive-selected.png │ │ │ ├── radio-mixed-insensitive-selected@2.png │ │ │ ├── radio-mixed-insensitive.png │ │ │ ├── radio-mixed-insensitive@2.png │ │ │ ├── radio-mixed-selected.png │ │ │ ├── radio-mixed-selected@2.png │ │ │ ├── radio-mixed.png │ │ │ ├── radio-mixed@2.png │ │ │ ├── radio-unchecked-dark.png │ │ │ ├── radio-unchecked-dark@2.png │ │ │ ├── radio-unchecked-insensitive-dark.png │ │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ │ ├── radio-unchecked-insensitive-selected.png │ │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ │ ├── radio-unchecked-insensitive.png │ │ │ ├── radio-unchecked-insensitive@2.png │ │ │ ├── radio-unchecked-selected.png │ │ │ ├── radio-unchecked-selected@2.png │ │ │ ├── radio-unchecked.png │ │ │ ├── radio-unchecked@2.png │ │ │ ├── switch-active-dark.png │ │ │ ├── switch-active-dark@2.png │ │ │ ├── switch-active-header-dark.png │ │ │ ├── switch-active-header-dark@2.png │ │ │ ├── switch-active-header.png │ │ │ ├── switch-active-header@2.png │ │ │ ├── switch-active-insensitive-dark.png │ │ │ ├── switch-active-insensitive-dark@2.png │ │ │ ├── switch-active-insensitive-header-dark.png │ │ │ ├── switch-active-insensitive-header-dark@2.png │ │ │ ├── switch-active-insensitive-header.png │ │ │ ├── switch-active-insensitive-header@2.png │ │ │ ├── switch-active-insensitive-selected.png │ │ │ ├── switch-active-insensitive-selected@2.png │ │ │ ├── switch-active-insensitive.png │ │ │ ├── switch-active-insensitive@2.png │ │ │ ├── switch-active-selected.png │ │ │ ├── switch-active-selected@2.png │ │ │ ├── switch-active.png │ │ │ ├── switch-active@2.png │ │ │ ├── switch-dark.png │ │ │ ├── switch-dark@2.png │ │ │ ├── switch-header-dark.png │ │ │ ├── switch-header-dark@2.png │ │ │ ├── switch-header.png │ │ │ ├── switch-header@2.png │ │ │ ├── switch-insensitive-dark.png │ │ │ ├── switch-insensitive-dark@2.png │ │ │ ├── switch-insensitive-header-dark.png │ │ │ ├── switch-insensitive-header-dark@2.png │ │ │ ├── switch-insensitive-header.png │ │ │ ├── switch-insensitive-header@2.png │ │ │ ├── switch-insensitive-selected.png │ │ │ ├── switch-insensitive-selected@2.png │ │ │ ├── switch-insensitive.png │ │ │ ├── switch-insensitive@2.png │ │ │ ├── switch-selected.png │ │ │ ├── switch-selected@2.png │ │ │ ├── switch.png │ │ │ ├── switch@2.png │ │ │ ├── thumbnail-frame.png │ │ │ ├── titlebutton-close-active-dark.png │ │ │ ├── titlebutton-close-active-dark@2.png │ │ │ ├── titlebutton-close-active.png │ │ │ ├── titlebutton-close-active@2.png │ │ │ ├── titlebutton-close-backdrop-dark.png │ │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ │ ├── titlebutton-close-backdrop.png │ │ │ ├── titlebutton-close-backdrop@2.png │ │ │ ├── titlebutton-close-dark.png │ │ │ ├── titlebutton-close-dark@2.png │ │ │ ├── titlebutton-close-hover-dark.png │ │ │ ├── titlebutton-close-hover-dark@2.png │ │ │ ├── titlebutton-close-hover.png │ │ │ ├── titlebutton-close-hover@2.png │ │ │ ├── titlebutton-close.png │ │ │ ├── titlebutton-close@2.png │ │ │ ├── titlebutton-maximize-active-dark.png │ │ │ ├── titlebutton-maximize-active-dark@2.png │ │ │ ├── titlebutton-maximize-active.png │ │ │ ├── titlebutton-maximize-active@2.png │ │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ │ ├── titlebutton-maximize-backdrop.png │ │ │ ├── titlebutton-maximize-backdrop@2.png │ │ │ ├── titlebutton-maximize-dark.png │ │ │ ├── titlebutton-maximize-dark@2.png │ │ │ ├── titlebutton-maximize-hover-dark.png │ │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ │ ├── titlebutton-maximize-hover.png │ │ │ ├── titlebutton-maximize-hover@2.png │ │ │ ├── titlebutton-maximize.png │ │ │ ├── titlebutton-maximize@2.png │ │ │ ├── titlebutton-minimize-active-dark.png │ │ │ ├── titlebutton-minimize-active-dark@2.png │ │ │ ├── titlebutton-minimize-active.png │ │ │ ├── titlebutton-minimize-active@2.png │ │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ │ ├── titlebutton-minimize-backdrop.png │ │ │ ├── titlebutton-minimize-backdrop@2.png │ │ │ ├── titlebutton-minimize-dark.png │ │ │ ├── titlebutton-minimize-dark@2.png │ │ │ ├── titlebutton-minimize-hover-dark.png │ │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ │ ├── titlebutton-minimize-hover.png │ │ │ ├── titlebutton-minimize-hover@2.png │ │ │ ├── titlebutton-minimize.png │ │ │ └── titlebutton-minimize@2.png │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ └── index.theme ├── 3.18 │ ├── gtk-3.0 │ │ ├── assets │ │ │ ├── checkbox-checked-dark.png │ │ │ ├── checkbox-checked-dark@2.png │ │ │ ├── checkbox-checked-insensitive-dark.png │ │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ │ ├── checkbox-checked-insensitive-selected.png │ │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ │ ├── checkbox-checked-insensitive.png │ │ │ ├── checkbox-checked-insensitive@2.png │ │ │ ├── checkbox-checked-selected.png │ │ │ ├── checkbox-checked-selected@2.png │ │ │ ├── checkbox-checked-selectionmode-dark.png │ │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ │ ├── checkbox-checked-selectionmode.png │ │ │ ├── checkbox-checked-selectionmode@2.png │ │ │ ├── checkbox-checked.png │ │ │ ├── checkbox-checked@2.png │ │ │ ├── checkbox-mixed-dark.png │ │ │ ├── checkbox-mixed-dark@2.png │ │ │ ├── checkbox-mixed-insensitive-dark.png │ │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ │ ├── checkbox-mixed-insensitive-selected.png │ │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ │ ├── checkbox-mixed-insensitive.png │ │ │ ├── checkbox-mixed-insensitive@2.png │ │ │ ├── checkbox-mixed-selected.png │ │ │ ├── checkbox-mixed-selected@2.png │ │ │ ├── checkbox-mixed.png │ │ │ ├── checkbox-mixed@2.png │ │ │ ├── checkbox-selectionmode-dark.png │ │ │ ├── checkbox-selectionmode-dark@2.png │ │ │ ├── checkbox-selectionmode.png │ │ │ ├── checkbox-selectionmode@2.png │ │ │ ├── checkbox-unchecked-dark.png │ │ │ ├── checkbox-unchecked-dark@2.png │ │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ │ ├── checkbox-unchecked-insensitive.png │ │ │ ├── checkbox-unchecked-insensitive@2.png │ │ │ ├── checkbox-unchecked-selected.png │ │ │ ├── checkbox-unchecked-selected@2.png │ │ │ ├── checkbox-unchecked.png │ │ │ ├── checkbox-unchecked@2.png │ │ │ ├── radio-checked-dark.png │ │ │ ├── radio-checked-dark@2.png │ │ │ ├── radio-checked-insensitive-dark.png │ │ │ ├── radio-checked-insensitive-dark@2.png │ │ │ ├── radio-checked-insensitive-selected.png │ │ │ ├── radio-checked-insensitive-selected@2.png │ │ │ ├── radio-checked-insensitive.png │ │ │ ├── radio-checked-insensitive@2.png │ │ │ ├── radio-checked-selected.png │ │ │ ├── radio-checked-selected@2.png │ │ │ ├── radio-checked.png │ │ │ ├── radio-checked@2.png │ │ │ ├── radio-mixed-dark.png │ │ │ ├── radio-mixed-dark@2.png │ │ │ ├── radio-mixed-insensitive-dark.png │ │ │ ├── radio-mixed-insensitive-dark@2.png │ │ │ ├── radio-mixed-insensitive-selected.png │ │ │ ├── radio-mixed-insensitive-selected@2.png │ │ │ ├── radio-mixed-insensitive.png │ │ │ ├── radio-mixed-insensitive@2.png │ │ │ ├── radio-mixed-selected.png │ │ │ ├── radio-mixed-selected@2.png │ │ │ ├── radio-mixed.png │ │ │ ├── radio-mixed@2.png │ │ │ ├── radio-unchecked-dark.png │ │ │ ├── radio-unchecked-dark@2.png │ │ │ ├── radio-unchecked-insensitive-dark.png │ │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ │ ├── radio-unchecked-insensitive-selected.png │ │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ │ ├── radio-unchecked-insensitive.png │ │ │ ├── radio-unchecked-insensitive@2.png │ │ │ ├── radio-unchecked-selected.png │ │ │ ├── radio-unchecked-selected@2.png │ │ │ ├── radio-unchecked.png │ │ │ ├── radio-unchecked@2.png │ │ │ ├── switch-active-dark.png │ │ │ ├── switch-active-dark@2.png │ │ │ ├── switch-active-header-dark.png │ │ │ ├── switch-active-header-dark@2.png │ │ │ ├── switch-active-header.png │ │ │ ├── switch-active-header@2.png │ │ │ ├── switch-active-insensitive-dark.png │ │ │ ├── switch-active-insensitive-dark@2.png │ │ │ ├── switch-active-insensitive-header-dark.png │ │ │ ├── switch-active-insensitive-header-dark@2.png │ │ │ ├── switch-active-insensitive-header.png │ │ │ ├── switch-active-insensitive-header@2.png │ │ │ ├── switch-active-insensitive-selected.png │ │ │ ├── switch-active-insensitive-selected@2.png │ │ │ ├── switch-active-insensitive.png │ │ │ ├── switch-active-insensitive@2.png │ │ │ ├── switch-active-selected.png │ │ │ ├── switch-active-selected@2.png │ │ │ ├── switch-active.png │ │ │ ├── switch-active@2.png │ │ │ ├── switch-dark.png │ │ │ ├── switch-dark@2.png │ │ │ ├── switch-header-dark.png │ │ │ ├── switch-header-dark@2.png │ │ │ ├── switch-header.png │ │ │ ├── switch-header@2.png │ │ │ ├── switch-insensitive-dark.png │ │ │ ├── switch-insensitive-dark@2.png │ │ │ ├── switch-insensitive-header-dark.png │ │ │ ├── switch-insensitive-header-dark@2.png │ │ │ ├── switch-insensitive-header.png │ │ │ ├── switch-insensitive-header@2.png │ │ │ ├── switch-insensitive-selected.png │ │ │ ├── switch-insensitive-selected@2.png │ │ │ ├── switch-insensitive.png │ │ │ ├── switch-insensitive@2.png │ │ │ ├── switch-selected.png │ │ │ ├── switch-selected@2.png │ │ │ ├── switch.png │ │ │ ├── switch@2.png │ │ │ ├── thumbnail-frame.png │ │ │ ├── titlebutton-close-active-dark.png │ │ │ ├── titlebutton-close-active-dark@2.png │ │ │ ├── titlebutton-close-active.png │ │ │ ├── titlebutton-close-active@2.png │ │ │ ├── titlebutton-close-backdrop-dark.png │ │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ │ ├── titlebutton-close-backdrop.png │ │ │ ├── titlebutton-close-backdrop@2.png │ │ │ ├── titlebutton-close-dark.png │ │ │ ├── titlebutton-close-dark@2.png │ │ │ ├── titlebutton-close-hover-dark.png │ │ │ ├── titlebutton-close-hover-dark@2.png │ │ │ ├── titlebutton-close-hover.png │ │ │ ├── titlebutton-close-hover@2.png │ │ │ ├── titlebutton-close.png │ │ │ ├── titlebutton-close@2.png │ │ │ ├── titlebutton-maximize-active-dark.png │ │ │ ├── titlebutton-maximize-active-dark@2.png │ │ │ ├── titlebutton-maximize-active.png │ │ │ ├── titlebutton-maximize-active@2.png │ │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ │ ├── titlebutton-maximize-backdrop.png │ │ │ ├── titlebutton-maximize-backdrop@2.png │ │ │ ├── titlebutton-maximize-dark.png │ │ │ ├── titlebutton-maximize-dark@2.png │ │ │ ├── titlebutton-maximize-hover-dark.png │ │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ │ ├── titlebutton-maximize-hover.png │ │ │ ├── titlebutton-maximize-hover@2.png │ │ │ ├── titlebutton-maximize.png │ │ │ ├── titlebutton-maximize@2.png │ │ │ ├── titlebutton-minimize-active-dark.png │ │ │ ├── titlebutton-minimize-active-dark@2.png │ │ │ ├── titlebutton-minimize-active.png │ │ │ ├── titlebutton-minimize-active@2.png │ │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ │ ├── titlebutton-minimize-backdrop.png │ │ │ ├── titlebutton-minimize-backdrop@2.png │ │ │ ├── titlebutton-minimize-dark.png │ │ │ ├── titlebutton-minimize-dark@2.png │ │ │ ├── titlebutton-minimize-hover-dark.png │ │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ │ ├── titlebutton-minimize-hover.png │ │ │ ├── titlebutton-minimize-hover@2.png │ │ │ ├── titlebutton-minimize.png │ │ │ └── titlebutton-minimize@2.png │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ └── index.theme ├── 3.22 │ ├── gtk-3.0 │ │ ├── assets │ │ │ ├── checkbox-checked-dark.png │ │ │ ├── checkbox-checked-dark@2.png │ │ │ ├── checkbox-checked-insensitive-dark.png │ │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ │ ├── checkbox-checked-insensitive-selected.png │ │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ │ ├── checkbox-checked-insensitive.png │ │ │ ├── checkbox-checked-insensitive@2.png │ │ │ ├── checkbox-checked-selected.png │ │ │ ├── checkbox-checked-selected@2.png │ │ │ ├── checkbox-checked-selectionmode-dark.png │ │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ │ ├── checkbox-checked-selectionmode.png │ │ │ ├── checkbox-checked-selectionmode@2.png │ │ │ ├── checkbox-checked.png │ │ │ ├── checkbox-checked@2.png │ │ │ ├── checkbox-mixed-dark.png │ │ │ ├── checkbox-mixed-dark@2.png │ │ │ ├── checkbox-mixed-insensitive-dark.png │ │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ │ ├── checkbox-mixed-insensitive-selected.png │ │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ │ ├── checkbox-mixed-insensitive.png │ │ │ ├── checkbox-mixed-insensitive@2.png │ │ │ ├── checkbox-mixed-selected.png │ │ │ ├── checkbox-mixed-selected@2.png │ │ │ ├── checkbox-mixed.png │ │ │ ├── checkbox-mixed@2.png │ │ │ ├── checkbox-selectionmode-dark.png │ │ │ ├── checkbox-selectionmode-dark@2.png │ │ │ ├── checkbox-selectionmode.png │ │ │ ├── checkbox-selectionmode@2.png │ │ │ ├── checkbox-unchecked-dark.png │ │ │ ├── checkbox-unchecked-dark@2.png │ │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ │ ├── checkbox-unchecked-insensitive.png │ │ │ ├── checkbox-unchecked-insensitive@2.png │ │ │ ├── checkbox-unchecked-selected.png │ │ │ ├── checkbox-unchecked-selected@2.png │ │ │ ├── checkbox-unchecked.png │ │ │ ├── checkbox-unchecked@2.png │ │ │ ├── radio-checked-dark.png │ │ │ ├── radio-checked-dark@2.png │ │ │ ├── radio-checked-insensitive-dark.png │ │ │ ├── radio-checked-insensitive-dark@2.png │ │ │ ├── radio-checked-insensitive-selected.png │ │ │ ├── radio-checked-insensitive-selected@2.png │ │ │ ├── radio-checked-insensitive.png │ │ │ ├── radio-checked-insensitive@2.png │ │ │ ├── radio-checked-selected.png │ │ │ ├── radio-checked-selected@2.png │ │ │ ├── radio-checked.png │ │ │ ├── radio-checked@2.png │ │ │ ├── radio-mixed-dark.png │ │ │ ├── radio-mixed-dark@2.png │ │ │ ├── radio-mixed-insensitive-dark.png │ │ │ ├── radio-mixed-insensitive-dark@2.png │ │ │ ├── radio-mixed-insensitive-selected.png │ │ │ ├── radio-mixed-insensitive-selected@2.png │ │ │ ├── radio-mixed-insensitive.png │ │ │ ├── radio-mixed-insensitive@2.png │ │ │ ├── radio-mixed-selected.png │ │ │ ├── radio-mixed-selected@2.png │ │ │ ├── radio-mixed.png │ │ │ ├── radio-mixed@2.png │ │ │ ├── radio-unchecked-dark.png │ │ │ ├── radio-unchecked-dark@2.png │ │ │ ├── radio-unchecked-insensitive-dark.png │ │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ │ ├── radio-unchecked-insensitive-selected.png │ │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ │ ├── radio-unchecked-insensitive.png │ │ │ ├── radio-unchecked-insensitive@2.png │ │ │ ├── radio-unchecked-selected.png │ │ │ ├── radio-unchecked-selected@2.png │ │ │ ├── radio-unchecked.png │ │ │ ├── radio-unchecked@2.png │ │ │ ├── switch-active-dark.png │ │ │ ├── switch-active-dark@2.png │ │ │ ├── switch-active-header-dark.png │ │ │ ├── switch-active-header-dark@2.png │ │ │ ├── switch-active-header.png │ │ │ ├── switch-active-header@2.png │ │ │ ├── switch-active-insensitive-dark.png │ │ │ ├── switch-active-insensitive-dark@2.png │ │ │ ├── switch-active-insensitive-header-dark.png │ │ │ ├── switch-active-insensitive-header-dark@2.png │ │ │ ├── switch-active-insensitive-header.png │ │ │ ├── switch-active-insensitive-header@2.png │ │ │ ├── switch-active-insensitive-selected.png │ │ │ ├── switch-active-insensitive-selected@2.png │ │ │ ├── switch-active-insensitive.png │ │ │ ├── switch-active-insensitive@2.png │ │ │ ├── switch-active-selected.png │ │ │ ├── switch-active-selected@2.png │ │ │ ├── switch-active.png │ │ │ ├── switch-active@2.png │ │ │ ├── switch-dark.png │ │ │ ├── switch-dark@2.png │ │ │ ├── switch-header-dark.png │ │ │ ├── switch-header-dark@2.png │ │ │ ├── switch-header.png │ │ │ ├── switch-header@2.png │ │ │ ├── switch-insensitive-dark.png │ │ │ ├── switch-insensitive-dark@2.png │ │ │ ├── switch-insensitive-header-dark.png │ │ │ ├── switch-insensitive-header-dark@2.png │ │ │ ├── switch-insensitive-header.png │ │ │ ├── switch-insensitive-header@2.png │ │ │ ├── switch-insensitive-selected.png │ │ │ ├── switch-insensitive-selected@2.png │ │ │ ├── switch-insensitive.png │ │ │ ├── switch-insensitive@2.png │ │ │ ├── switch-selected.png │ │ │ ├── switch-selected@2.png │ │ │ ├── switch.png │ │ │ ├── switch@2.png │ │ │ ├── thumbnail-frame.png │ │ │ ├── titlebutton-close-active-dark.png │ │ │ ├── titlebutton-close-active-dark@2.png │ │ │ ├── titlebutton-close-active.png │ │ │ ├── titlebutton-close-active@2.png │ │ │ ├── titlebutton-close-backdrop-dark.png │ │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ │ ├── titlebutton-close-backdrop.png │ │ │ ├── titlebutton-close-backdrop@2.png │ │ │ ├── titlebutton-close-dark.png │ │ │ ├── titlebutton-close-dark@2.png │ │ │ ├── titlebutton-close-hover-dark.png │ │ │ ├── titlebutton-close-hover-dark@2.png │ │ │ ├── titlebutton-close-hover.png │ │ │ ├── titlebutton-close-hover@2.png │ │ │ ├── titlebutton-close.png │ │ │ ├── titlebutton-close@2.png │ │ │ ├── titlebutton-maximize-active-dark.png │ │ │ ├── titlebutton-maximize-active-dark@2.png │ │ │ ├── titlebutton-maximize-active.png │ │ │ ├── titlebutton-maximize-active@2.png │ │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ │ ├── titlebutton-maximize-backdrop.png │ │ │ ├── titlebutton-maximize-backdrop@2.png │ │ │ ├── titlebutton-maximize-dark.png │ │ │ ├── titlebutton-maximize-dark@2.png │ │ │ ├── titlebutton-maximize-hover-dark.png │ │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ │ ├── titlebutton-maximize-hover.png │ │ │ ├── titlebutton-maximize-hover@2.png │ │ │ ├── titlebutton-maximize.png │ │ │ ├── titlebutton-maximize@2.png │ │ │ ├── titlebutton-minimize-active-dark.png │ │ │ ├── titlebutton-minimize-active-dark@2.png │ │ │ ├── titlebutton-minimize-active.png │ │ │ ├── titlebutton-minimize-active@2.png │ │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ │ ├── titlebutton-minimize-backdrop.png │ │ │ ├── titlebutton-minimize-backdrop@2.png │ │ │ ├── titlebutton-minimize-dark.png │ │ │ ├── titlebutton-minimize-dark@2.png │ │ │ ├── titlebutton-minimize-hover-dark.png │ │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ │ ├── titlebutton-minimize-hover.png │ │ │ ├── titlebutton-minimize-hover@2.png │ │ │ ├── titlebutton-minimize.png │ │ │ └── titlebutton-minimize@2.png │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ └── index.theme ├── README └── install-arc-polo ├── icons ├── dot-crossed.xcf ├── dot.png ├── dot.xcf ├── emblem-readonly.xcf ├── filesystem │ ├── fs-btrfs.png │ ├── fs-btrfs.xcf │ ├── fs-exfat.png │ ├── fs-exfat.xcf │ ├── fs-ext2.png │ ├── fs-ext2.xcf │ ├── fs-ext3.png │ ├── fs-ext3.xcf │ ├── fs-ext4.png │ ├── fs-ext4.xcf │ ├── fs-f2fs.png │ ├── fs-f2fs.xcf │ ├── fs-fat16.png │ ├── fs-fat16.xcf │ ├── fs-fat32.png │ ├── fs-fat32.xcf │ ├── fs-hfs+.png │ ├── fs-hfs+.xcf │ ├── fs-hfs.png │ ├── fs-hfs.xcf │ ├── fs-jfs.png │ ├── fs-jfs.xcf │ ├── fs-luks.png │ ├── fs-luks.xcf │ ├── fs-nilfs2.png │ ├── fs-nilfs2.xcf │ ├── fs-ntfs.png │ ├── fs-ntfs.xcf │ ├── fs-reiser4.png │ ├── fs-reiser4.xcf │ ├── fs-reiserfs.png │ ├── fs-reiserfs.xcf │ ├── fs-ufs.png │ ├── fs-ufs.xcf │ ├── fs-vfat.png │ ├── fs-xfs.png │ └── fs-xfs.xcf ├── insert-link.xcf ├── middlebar-show-alt.xcf ├── middlebar-show.xcf ├── polo-brown ├── polo-red.svg ├── polo.png ├── polo.svg ├── polo.xcf └── sidebar-show.xcf ├── images ├── cloud_storage.png ├── polo_compress.png ├── polo_compress_expanded.png └── polo_compress_progress.png ├── makefile ├── man └── ChangeLog ├── merge-translations.sh ├── po ├── polo-de.po ├── polo-fr.po ├── polo-nl.po ├── polo-sv.po └── polo-tr.po ├── polo.geany ├── polo.pot ├── release └── sanity.config ├── rpm └── polo.spec └── src ├── Common └── Main.vala ├── Console ├── Device.vala ├── MountEntry.vala ├── TeeJee.FileSystem.vala ├── TeeJee.Logging.vala ├── TeeJee.Misc.vala ├── TeeJee.Process.vala └── TeeJee.System.vala ├── Gtk ├── AdminBar.vala ├── BookmarkContextMenu.vala ├── BookmarksMenu.vala ├── ChecksumBox.vala ├── ClamScanBox.vala ├── CloudLoginWindow.vala ├── ColumnSelectionBox.vala ├── ConnectServerWindow.vala ├── CreateArchiveWindow.vala ├── DeviceContextMenu.vala ├── DevicePopover.vala ├── DevicePopoverSettingsWindow.vala ├── DevicesMenu.vala ├── DiskFormatContextMenu.vala ├── FileConflictDialog.vala ├── FileContextMenu.vala ├── FilePermissionsBox.vala ├── FilePreviewBox.vala ├── FilePropertiesBox.vala ├── FilePropertiesPanel.vala ├── FilePropertiesWindow.vala ├── FileViewList.vala ├── FileViewPane.vala ├── FileViewTab.vala ├── FileViewToolbar.vala ├── Hotkeys.vala ├── IPaneActive.vala ├── KvmCreateDiskWindow.vala ├── LayoutBox.vala ├── LayoutPanel.vala ├── MainHeaderBar.vala ├── MainMenubar.vala ├── MainWindow.vala ├── MediaBar.vala ├── MediaPlayer.vala ├── MessageBar.vala ├── MiddleToolbar.vala ├── PasswordDialog.vala ├── Pathbar.vala ├── PathbarStyleMenu.vala ├── PlacesPopover.vala ├── PoloGtk.vala ├── PoloShortcutsWindow.vala ├── ProgressPanel.vala ├── ProgressPanelArchiveTask.vala ├── ProgressPanelDeviceWriterTask.vala ├── ProgressPanelFileTask.vala ├── ProgressPanelImageTask.vala ├── ProgressPanelKvmTask.vala ├── ProgressPanelPdfTask.vala ├── ProgressPanelVideoDownloadTask.vala ├── ProgressWindow.vala ├── SelectionBar.vala ├── Settings.vala ├── SettingsWindow.vala ├── Sidebar.vala ├── SidebarItem.vala ├── SimpleProgressWindow.vala ├── SortMenu.vala ├── Statusbar.vala ├── TermBox.vala ├── TermContextMenu.vala ├── ToolsWindow.vala ├── TouchFileDateContextMenu.vala ├── TrashBar.vala ├── ViewPopover.vala └── WizardWindow.vala ├── Utility ├── AppLock.vala ├── ArchiveTask.vala ├── AsyncTask.vala ├── Bash.vala ├── ClamScanTask.vala ├── CryptTabEntry.vala ├── Device.vala ├── DeviceWriterTask.vala ├── FileItem.vala ├── FileItemArchive.vala ├── FileItemCloud.vala ├── FileTask.vala ├── FsTabEntry.vala ├── Gtk │ ├── AboutWindow.vala │ ├── CellRendererProgress2.vala │ ├── CustomMessageDialog.vala │ ├── DonationWindow.vala │ ├── ExtendedTreeView.vala │ ├── GtkHelper.vala │ ├── IconCache.vala │ ├── IconManager.vala │ ├── LoadingWindow.vala │ └── TreeModelCache.vala ├── GtkBookmark.vala ├── GtkTheme.vala ├── GvfsMount.vala ├── GvfsTask.vala ├── ImageTask.vala ├── KvmTask.vala ├── LicenseText.vala ├── LinuxDistro.vala ├── MediaFile.vala ├── MimeTypes.vala ├── MountEntry.vala ├── OSDNotify.vala ├── PdfTask.vala ├── Plugin.vala ├── ProcStats.vala ├── RCloneClient.vala ├── RCloneTask.vala ├── RsyncTask.vala ├── Shell.vala ├── SysInfo.vala ├── SystemGroup.vala ├── SystemUser.vala ├── TeeJee.FileSystem.vala ├── TeeJee.Json.vala ├── TeeJee.Logging.vala ├── TeeJee.MediaInfo.vala ├── TeeJee.Misc.vala ├── TeeJee.Process.vala ├── TeeJee.System.vala ├── Thumbnailer.vala ├── ThunarMenuEntry.vala ├── TimeoutCounter.vala ├── TrashCan.vala ├── TreeViewColumnManager.vala ├── VideoDownloadTask.vala └── XdgUserDirectories.vala ├── makefile ├── polo-disk.vala ├── polo-gtk.desktop ├── polo-gtk3-helper.vala ├── polo-uninstall └── share ├── pixmaps └── polo.png └── polo ├── files ├── bashrc ├── fish_prompt.fish ├── gtk-theme │ ├── 3.14 │ │ ├── gtk-3.0 │ │ │ ├── assets │ │ │ │ ├── checkbox-checked-dark.png │ │ │ │ ├── checkbox-checked-dark@2.png │ │ │ │ ├── checkbox-checked-insensitive-dark.png │ │ │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ │ │ ├── checkbox-checked-insensitive-selected.png │ │ │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ │ │ ├── checkbox-checked-insensitive.png │ │ │ │ ├── checkbox-checked-insensitive@2.png │ │ │ │ ├── checkbox-checked-selected.png │ │ │ │ ├── checkbox-checked-selected@2.png │ │ │ │ ├── checkbox-checked-selectionmode-dark.png │ │ │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ │ │ ├── checkbox-checked-selectionmode.png │ │ │ │ ├── checkbox-checked-selectionmode@2.png │ │ │ │ ├── checkbox-checked.png │ │ │ │ ├── checkbox-checked@2.png │ │ │ │ ├── checkbox-mixed-dark.png │ │ │ │ ├── checkbox-mixed-dark@2.png │ │ │ │ ├── checkbox-mixed-insensitive-dark.png │ │ │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ │ │ ├── checkbox-mixed-insensitive-selected.png │ │ │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ │ │ ├── checkbox-mixed-insensitive.png │ │ │ │ ├── checkbox-mixed-insensitive@2.png │ │ │ │ ├── checkbox-mixed-selected.png │ │ │ │ ├── checkbox-mixed-selected@2.png │ │ │ │ ├── checkbox-mixed.png │ │ │ │ ├── checkbox-mixed@2.png │ │ │ │ ├── checkbox-selectionmode-dark.png │ │ │ │ ├── checkbox-selectionmode-dark@2.png │ │ │ │ ├── checkbox-selectionmode.png │ │ │ │ ├── checkbox-selectionmode@2.png │ │ │ │ ├── checkbox-unchecked-dark.png │ │ │ │ ├── checkbox-unchecked-dark@2.png │ │ │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ │ │ ├── checkbox-unchecked-insensitive.png │ │ │ │ ├── checkbox-unchecked-insensitive@2.png │ │ │ │ ├── checkbox-unchecked-selected.png │ │ │ │ ├── checkbox-unchecked-selected@2.png │ │ │ │ ├── checkbox-unchecked.png │ │ │ │ ├── checkbox-unchecked@2.png │ │ │ │ ├── radio-checked-dark.png │ │ │ │ ├── radio-checked-dark@2.png │ │ │ │ ├── radio-checked-insensitive-dark.png │ │ │ │ ├── radio-checked-insensitive-dark@2.png │ │ │ │ ├── radio-checked-insensitive-selected.png │ │ │ │ ├── radio-checked-insensitive-selected@2.png │ │ │ │ ├── radio-checked-insensitive.png │ │ │ │ ├── radio-checked-insensitive@2.png │ │ │ │ ├── radio-checked-selected.png │ │ │ │ ├── radio-checked-selected@2.png │ │ │ │ ├── radio-checked.png │ │ │ │ ├── radio-checked@2.png │ │ │ │ ├── radio-mixed-dark.png │ │ │ │ ├── radio-mixed-dark@2.png │ │ │ │ ├── radio-mixed-insensitive-dark.png │ │ │ │ ├── radio-mixed-insensitive-dark@2.png │ │ │ │ ├── radio-mixed-insensitive-selected.png │ │ │ │ ├── radio-mixed-insensitive-selected@2.png │ │ │ │ ├── radio-mixed-insensitive.png │ │ │ │ ├── radio-mixed-insensitive@2.png │ │ │ │ ├── radio-mixed-selected.png │ │ │ │ ├── radio-mixed-selected@2.png │ │ │ │ ├── radio-mixed.png │ │ │ │ ├── radio-mixed@2.png │ │ │ │ ├── radio-unchecked-dark.png │ │ │ │ ├── radio-unchecked-dark@2.png │ │ │ │ ├── radio-unchecked-insensitive-dark.png │ │ │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ │ │ ├── radio-unchecked-insensitive-selected.png │ │ │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ │ │ ├── radio-unchecked-insensitive.png │ │ │ │ ├── radio-unchecked-insensitive@2.png │ │ │ │ ├── radio-unchecked-selected.png │ │ │ │ ├── radio-unchecked-selected@2.png │ │ │ │ ├── radio-unchecked.png │ │ │ │ ├── radio-unchecked@2.png │ │ │ │ ├── switch-active-dark.png │ │ │ │ ├── switch-active-dark@2.png │ │ │ │ ├── switch-active-header-dark.png │ │ │ │ ├── switch-active-header-dark@2.png │ │ │ │ ├── switch-active-header.png │ │ │ │ ├── switch-active-header@2.png │ │ │ │ ├── switch-active-insensitive-dark.png │ │ │ │ ├── switch-active-insensitive-dark@2.png │ │ │ │ ├── switch-active-insensitive-header-dark.png │ │ │ │ ├── switch-active-insensitive-header-dark@2.png │ │ │ │ ├── switch-active-insensitive-header.png │ │ │ │ ├── switch-active-insensitive-header@2.png │ │ │ │ ├── switch-active-insensitive-selected.png │ │ │ │ ├── switch-active-insensitive-selected@2.png │ │ │ │ ├── switch-active-insensitive.png │ │ │ │ ├── switch-active-insensitive@2.png │ │ │ │ ├── switch-active-selected.png │ │ │ │ ├── switch-active-selected@2.png │ │ │ │ ├── switch-active.png │ │ │ │ ├── switch-active@2.png │ │ │ │ ├── switch-dark.png │ │ │ │ ├── switch-dark@2.png │ │ │ │ ├── switch-header-dark.png │ │ │ │ ├── switch-header-dark@2.png │ │ │ │ ├── switch-header.png │ │ │ │ ├── switch-header@2.png │ │ │ │ ├── switch-insensitive-dark.png │ │ │ │ ├── switch-insensitive-dark@2.png │ │ │ │ ├── switch-insensitive-header-dark.png │ │ │ │ ├── switch-insensitive-header-dark@2.png │ │ │ │ ├── switch-insensitive-header.png │ │ │ │ ├── switch-insensitive-header@2.png │ │ │ │ ├── switch-insensitive-selected.png │ │ │ │ ├── switch-insensitive-selected@2.png │ │ │ │ ├── switch-insensitive.png │ │ │ │ ├── switch-insensitive@2.png │ │ │ │ ├── switch-selected.png │ │ │ │ ├── switch-selected@2.png │ │ │ │ ├── switch.png │ │ │ │ ├── switch@2.png │ │ │ │ ├── thumbnail-frame.png │ │ │ │ ├── titlebutton-close-active-dark.png │ │ │ │ ├── titlebutton-close-active-dark@2.png │ │ │ │ ├── titlebutton-close-active.png │ │ │ │ ├── titlebutton-close-active@2.png │ │ │ │ ├── titlebutton-close-backdrop-dark.png │ │ │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ │ │ ├── titlebutton-close-backdrop.png │ │ │ │ ├── titlebutton-close-backdrop@2.png │ │ │ │ ├── titlebutton-close-dark.png │ │ │ │ ├── titlebutton-close-dark@2.png │ │ │ │ ├── titlebutton-close-hover-dark.png │ │ │ │ ├── titlebutton-close-hover-dark@2.png │ │ │ │ ├── titlebutton-close-hover.png │ │ │ │ ├── titlebutton-close-hover@2.png │ │ │ │ ├── titlebutton-close.png │ │ │ │ ├── titlebutton-close@2.png │ │ │ │ ├── titlebutton-maximize-active-dark.png │ │ │ │ ├── titlebutton-maximize-active-dark@2.png │ │ │ │ ├── titlebutton-maximize-active.png │ │ │ │ ├── titlebutton-maximize-active@2.png │ │ │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ │ │ ├── titlebutton-maximize-backdrop.png │ │ │ │ ├── titlebutton-maximize-backdrop@2.png │ │ │ │ ├── titlebutton-maximize-dark.png │ │ │ │ ├── titlebutton-maximize-dark@2.png │ │ │ │ ├── titlebutton-maximize-hover-dark.png │ │ │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ │ │ ├── titlebutton-maximize-hover.png │ │ │ │ ├── titlebutton-maximize-hover@2.png │ │ │ │ ├── titlebutton-maximize.png │ │ │ │ ├── titlebutton-maximize@2.png │ │ │ │ ├── titlebutton-minimize-active-dark.png │ │ │ │ ├── titlebutton-minimize-active-dark@2.png │ │ │ │ ├── titlebutton-minimize-active.png │ │ │ │ ├── titlebutton-minimize-active@2.png │ │ │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ │ │ ├── titlebutton-minimize-backdrop.png │ │ │ │ ├── titlebutton-minimize-backdrop@2.png │ │ │ │ ├── titlebutton-minimize-dark.png │ │ │ │ ├── titlebutton-minimize-dark@2.png │ │ │ │ ├── titlebutton-minimize-hover-dark.png │ │ │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ │ │ ├── titlebutton-minimize-hover.png │ │ │ │ ├── titlebutton-minimize-hover@2.png │ │ │ │ ├── titlebutton-minimize.png │ │ │ │ └── titlebutton-minimize@2.png │ │ │ ├── gtk-dark.css │ │ │ ├── gtk.css │ │ │ └── thumbnail.png │ │ └── index.theme │ ├── 3.16 │ │ ├── gtk-3.0 │ │ │ ├── assets │ │ │ │ ├── checkbox-checked-dark.png │ │ │ │ ├── checkbox-checked-dark@2.png │ │ │ │ ├── checkbox-checked-insensitive-dark.png │ │ │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ │ │ ├── checkbox-checked-insensitive-selected.png │ │ │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ │ │ ├── checkbox-checked-insensitive.png │ │ │ │ ├── checkbox-checked-insensitive@2.png │ │ │ │ ├── checkbox-checked-selected.png │ │ │ │ ├── checkbox-checked-selected@2.png │ │ │ │ ├── checkbox-checked-selectionmode-dark.png │ │ │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ │ │ ├── checkbox-checked-selectionmode.png │ │ │ │ ├── checkbox-checked-selectionmode@2.png │ │ │ │ ├── checkbox-checked.png │ │ │ │ ├── checkbox-checked@2.png │ │ │ │ ├── checkbox-mixed-dark.png │ │ │ │ ├── checkbox-mixed-dark@2.png │ │ │ │ ├── checkbox-mixed-insensitive-dark.png │ │ │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ │ │ ├── checkbox-mixed-insensitive-selected.png │ │ │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ │ │ ├── checkbox-mixed-insensitive.png │ │ │ │ ├── checkbox-mixed-insensitive@2.png │ │ │ │ ├── checkbox-mixed-selected.png │ │ │ │ ├── checkbox-mixed-selected@2.png │ │ │ │ ├── checkbox-mixed.png │ │ │ │ ├── checkbox-mixed@2.png │ │ │ │ ├── checkbox-selectionmode-dark.png │ │ │ │ ├── checkbox-selectionmode-dark@2.png │ │ │ │ ├── checkbox-selectionmode.png │ │ │ │ ├── checkbox-selectionmode@2.png │ │ │ │ ├── checkbox-unchecked-dark.png │ │ │ │ ├── checkbox-unchecked-dark@2.png │ │ │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ │ │ ├── checkbox-unchecked-insensitive.png │ │ │ │ ├── checkbox-unchecked-insensitive@2.png │ │ │ │ ├── checkbox-unchecked-selected.png │ │ │ │ ├── checkbox-unchecked-selected@2.png │ │ │ │ ├── checkbox-unchecked.png │ │ │ │ ├── checkbox-unchecked@2.png │ │ │ │ ├── radio-checked-dark.png │ │ │ │ ├── radio-checked-dark@2.png │ │ │ │ ├── radio-checked-insensitive-dark.png │ │ │ │ ├── radio-checked-insensitive-dark@2.png │ │ │ │ ├── radio-checked-insensitive-selected.png │ │ │ │ ├── radio-checked-insensitive-selected@2.png │ │ │ │ ├── radio-checked-insensitive.png │ │ │ │ ├── radio-checked-insensitive@2.png │ │ │ │ ├── radio-checked-selected.png │ │ │ │ ├── radio-checked-selected@2.png │ │ │ │ ├── radio-checked.png │ │ │ │ ├── radio-checked@2.png │ │ │ │ ├── radio-mixed-dark.png │ │ │ │ ├── radio-mixed-dark@2.png │ │ │ │ ├── radio-mixed-insensitive-dark.png │ │ │ │ ├── radio-mixed-insensitive-dark@2.png │ │ │ │ ├── radio-mixed-insensitive-selected.png │ │ │ │ ├── radio-mixed-insensitive-selected@2.png │ │ │ │ ├── radio-mixed-insensitive.png │ │ │ │ ├── radio-mixed-insensitive@2.png │ │ │ │ ├── radio-mixed-selected.png │ │ │ │ ├── radio-mixed-selected@2.png │ │ │ │ ├── radio-mixed.png │ │ │ │ ├── radio-mixed@2.png │ │ │ │ ├── radio-unchecked-dark.png │ │ │ │ ├── radio-unchecked-dark@2.png │ │ │ │ ├── radio-unchecked-insensitive-dark.png │ │ │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ │ │ ├── radio-unchecked-insensitive-selected.png │ │ │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ │ │ ├── radio-unchecked-insensitive.png │ │ │ │ ├── radio-unchecked-insensitive@2.png │ │ │ │ ├── radio-unchecked-selected.png │ │ │ │ ├── radio-unchecked-selected@2.png │ │ │ │ ├── radio-unchecked.png │ │ │ │ ├── radio-unchecked@2.png │ │ │ │ ├── switch-active-dark.png │ │ │ │ ├── switch-active-dark@2.png │ │ │ │ ├── switch-active-header-dark.png │ │ │ │ ├── switch-active-header-dark@2.png │ │ │ │ ├── switch-active-header.png │ │ │ │ ├── switch-active-header@2.png │ │ │ │ ├── switch-active-insensitive-dark.png │ │ │ │ ├── switch-active-insensitive-dark@2.png │ │ │ │ ├── switch-active-insensitive-header-dark.png │ │ │ │ ├── switch-active-insensitive-header-dark@2.png │ │ │ │ ├── switch-active-insensitive-header.png │ │ │ │ ├── switch-active-insensitive-header@2.png │ │ │ │ ├── switch-active-insensitive-selected.png │ │ │ │ ├── switch-active-insensitive-selected@2.png │ │ │ │ ├── switch-active-insensitive.png │ │ │ │ ├── switch-active-insensitive@2.png │ │ │ │ ├── switch-active-selected.png │ │ │ │ ├── switch-active-selected@2.png │ │ │ │ ├── switch-active.png │ │ │ │ ├── switch-active@2.png │ │ │ │ ├── switch-dark.png │ │ │ │ ├── switch-dark@2.png │ │ │ │ ├── switch-header-dark.png │ │ │ │ ├── switch-header-dark@2.png │ │ │ │ ├── switch-header.png │ │ │ │ ├── switch-header@2.png │ │ │ │ ├── switch-insensitive-dark.png │ │ │ │ ├── switch-insensitive-dark@2.png │ │ │ │ ├── switch-insensitive-header-dark.png │ │ │ │ ├── switch-insensitive-header-dark@2.png │ │ │ │ ├── switch-insensitive-header.png │ │ │ │ ├── switch-insensitive-header@2.png │ │ │ │ ├── switch-insensitive-selected.png │ │ │ │ ├── switch-insensitive-selected@2.png │ │ │ │ ├── switch-insensitive.png │ │ │ │ ├── switch-insensitive@2.png │ │ │ │ ├── switch-selected.png │ │ │ │ ├── switch-selected@2.png │ │ │ │ ├── switch.png │ │ │ │ ├── switch@2.png │ │ │ │ ├── thumbnail-frame.png │ │ │ │ ├── titlebutton-close-active-dark.png │ │ │ │ ├── titlebutton-close-active-dark@2.png │ │ │ │ ├── titlebutton-close-active.png │ │ │ │ ├── titlebutton-close-active@2.png │ │ │ │ ├── titlebutton-close-backdrop-dark.png │ │ │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ │ │ ├── titlebutton-close-backdrop.png │ │ │ │ ├── titlebutton-close-backdrop@2.png │ │ │ │ ├── titlebutton-close-dark.png │ │ │ │ ├── titlebutton-close-dark@2.png │ │ │ │ ├── titlebutton-close-hover-dark.png │ │ │ │ ├── titlebutton-close-hover-dark@2.png │ │ │ │ ├── titlebutton-close-hover.png │ │ │ │ ├── titlebutton-close-hover@2.png │ │ │ │ ├── titlebutton-close.png │ │ │ │ ├── titlebutton-close@2.png │ │ │ │ ├── titlebutton-maximize-active-dark.png │ │ │ │ ├── titlebutton-maximize-active-dark@2.png │ │ │ │ ├── titlebutton-maximize-active.png │ │ │ │ ├── titlebutton-maximize-active@2.png │ │ │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ │ │ ├── titlebutton-maximize-backdrop.png │ │ │ │ ├── titlebutton-maximize-backdrop@2.png │ │ │ │ ├── titlebutton-maximize-dark.png │ │ │ │ ├── titlebutton-maximize-dark@2.png │ │ │ │ ├── titlebutton-maximize-hover-dark.png │ │ │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ │ │ ├── titlebutton-maximize-hover.png │ │ │ │ ├── titlebutton-maximize-hover@2.png │ │ │ │ ├── titlebutton-maximize.png │ │ │ │ ├── titlebutton-maximize@2.png │ │ │ │ ├── titlebutton-minimize-active-dark.png │ │ │ │ ├── titlebutton-minimize-active-dark@2.png │ │ │ │ ├── titlebutton-minimize-active.png │ │ │ │ ├── titlebutton-minimize-active@2.png │ │ │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ │ │ ├── titlebutton-minimize-backdrop.png │ │ │ │ ├── titlebutton-minimize-backdrop@2.png │ │ │ │ ├── titlebutton-minimize-dark.png │ │ │ │ ├── titlebutton-minimize-dark@2.png │ │ │ │ ├── titlebutton-minimize-hover-dark.png │ │ │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ │ │ ├── titlebutton-minimize-hover.png │ │ │ │ ├── titlebutton-minimize-hover@2.png │ │ │ │ ├── titlebutton-minimize.png │ │ │ │ └── titlebutton-minimize@2.png │ │ │ ├── gtk-dark.css │ │ │ ├── gtk.css │ │ │ └── thumbnail.png │ │ └── index.theme │ ├── 3.18 │ │ ├── gtk-3.0 │ │ │ ├── assets │ │ │ │ ├── checkbox-checked-dark.png │ │ │ │ ├── checkbox-checked-dark@2.png │ │ │ │ ├── checkbox-checked-insensitive-dark.png │ │ │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ │ │ ├── checkbox-checked-insensitive-selected.png │ │ │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ │ │ ├── checkbox-checked-insensitive.png │ │ │ │ ├── checkbox-checked-insensitive@2.png │ │ │ │ ├── checkbox-checked-selected.png │ │ │ │ ├── checkbox-checked-selected@2.png │ │ │ │ ├── checkbox-checked-selectionmode-dark.png │ │ │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ │ │ ├── checkbox-checked-selectionmode.png │ │ │ │ ├── checkbox-checked-selectionmode@2.png │ │ │ │ ├── checkbox-checked.png │ │ │ │ ├── checkbox-checked@2.png │ │ │ │ ├── checkbox-mixed-dark.png │ │ │ │ ├── checkbox-mixed-dark@2.png │ │ │ │ ├── checkbox-mixed-insensitive-dark.png │ │ │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ │ │ ├── checkbox-mixed-insensitive-selected.png │ │ │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ │ │ ├── checkbox-mixed-insensitive.png │ │ │ │ ├── checkbox-mixed-insensitive@2.png │ │ │ │ ├── checkbox-mixed-selected.png │ │ │ │ ├── checkbox-mixed-selected@2.png │ │ │ │ ├── checkbox-mixed.png │ │ │ │ ├── checkbox-mixed@2.png │ │ │ │ ├── checkbox-selectionmode-dark.png │ │ │ │ ├── checkbox-selectionmode-dark@2.png │ │ │ │ ├── checkbox-selectionmode.png │ │ │ │ ├── checkbox-selectionmode@2.png │ │ │ │ ├── checkbox-unchecked-dark.png │ │ │ │ ├── checkbox-unchecked-dark@2.png │ │ │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ │ │ ├── checkbox-unchecked-insensitive.png │ │ │ │ ├── checkbox-unchecked-insensitive@2.png │ │ │ │ ├── checkbox-unchecked-selected.png │ │ │ │ ├── checkbox-unchecked-selected@2.png │ │ │ │ ├── checkbox-unchecked.png │ │ │ │ ├── checkbox-unchecked@2.png │ │ │ │ ├── radio-checked-dark.png │ │ │ │ ├── radio-checked-dark@2.png │ │ │ │ ├── radio-checked-insensitive-dark.png │ │ │ │ ├── radio-checked-insensitive-dark@2.png │ │ │ │ ├── radio-checked-insensitive-selected.png │ │ │ │ ├── radio-checked-insensitive-selected@2.png │ │ │ │ ├── radio-checked-insensitive.png │ │ │ │ ├── radio-checked-insensitive@2.png │ │ │ │ ├── radio-checked-selected.png │ │ │ │ ├── radio-checked-selected@2.png │ │ │ │ ├── radio-checked.png │ │ │ │ ├── radio-checked@2.png │ │ │ │ ├── radio-mixed-dark.png │ │ │ │ ├── radio-mixed-dark@2.png │ │ │ │ ├── radio-mixed-insensitive-dark.png │ │ │ │ ├── radio-mixed-insensitive-dark@2.png │ │ │ │ ├── radio-mixed-insensitive-selected.png │ │ │ │ ├── radio-mixed-insensitive-selected@2.png │ │ │ │ ├── radio-mixed-insensitive.png │ │ │ │ ├── radio-mixed-insensitive@2.png │ │ │ │ ├── radio-mixed-selected.png │ │ │ │ ├── radio-mixed-selected@2.png │ │ │ │ ├── radio-mixed.png │ │ │ │ ├── radio-mixed@2.png │ │ │ │ ├── radio-unchecked-dark.png │ │ │ │ ├── radio-unchecked-dark@2.png │ │ │ │ ├── radio-unchecked-insensitive-dark.png │ │ │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ │ │ ├── radio-unchecked-insensitive-selected.png │ │ │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ │ │ ├── radio-unchecked-insensitive.png │ │ │ │ ├── radio-unchecked-insensitive@2.png │ │ │ │ ├── radio-unchecked-selected.png │ │ │ │ ├── radio-unchecked-selected@2.png │ │ │ │ ├── radio-unchecked.png │ │ │ │ ├── radio-unchecked@2.png │ │ │ │ ├── switch-active-dark.png │ │ │ │ ├── switch-active-dark@2.png │ │ │ │ ├── switch-active-header-dark.png │ │ │ │ ├── switch-active-header-dark@2.png │ │ │ │ ├── switch-active-header.png │ │ │ │ ├── switch-active-header@2.png │ │ │ │ ├── switch-active-insensitive-dark.png │ │ │ │ ├── switch-active-insensitive-dark@2.png │ │ │ │ ├── switch-active-insensitive-header-dark.png │ │ │ │ ├── switch-active-insensitive-header-dark@2.png │ │ │ │ ├── switch-active-insensitive-header.png │ │ │ │ ├── switch-active-insensitive-header@2.png │ │ │ │ ├── switch-active-insensitive-selected.png │ │ │ │ ├── switch-active-insensitive-selected@2.png │ │ │ │ ├── switch-active-insensitive.png │ │ │ │ ├── switch-active-insensitive@2.png │ │ │ │ ├── switch-active-selected.png │ │ │ │ ├── switch-active-selected@2.png │ │ │ │ ├── switch-active.png │ │ │ │ ├── switch-active@2.png │ │ │ │ ├── switch-dark.png │ │ │ │ ├── switch-dark@2.png │ │ │ │ ├── switch-header-dark.png │ │ │ │ ├── switch-header-dark@2.png │ │ │ │ ├── switch-header.png │ │ │ │ ├── switch-header@2.png │ │ │ │ ├── switch-insensitive-dark.png │ │ │ │ ├── switch-insensitive-dark@2.png │ │ │ │ ├── switch-insensitive-header-dark.png │ │ │ │ ├── switch-insensitive-header-dark@2.png │ │ │ │ ├── switch-insensitive-header.png │ │ │ │ ├── switch-insensitive-header@2.png │ │ │ │ ├── switch-insensitive-selected.png │ │ │ │ ├── switch-insensitive-selected@2.png │ │ │ │ ├── switch-insensitive.png │ │ │ │ ├── switch-insensitive@2.png │ │ │ │ ├── switch-selected.png │ │ │ │ ├── switch-selected@2.png │ │ │ │ ├── switch.png │ │ │ │ ├── switch@2.png │ │ │ │ ├── thumbnail-frame.png │ │ │ │ ├── titlebutton-close-active-dark.png │ │ │ │ ├── titlebutton-close-active-dark@2.png │ │ │ │ ├── titlebutton-close-active.png │ │ │ │ ├── titlebutton-close-active@2.png │ │ │ │ ├── titlebutton-close-backdrop-dark.png │ │ │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ │ │ ├── titlebutton-close-backdrop.png │ │ │ │ ├── titlebutton-close-backdrop@2.png │ │ │ │ ├── titlebutton-close-dark.png │ │ │ │ ├── titlebutton-close-dark@2.png │ │ │ │ ├── titlebutton-close-hover-dark.png │ │ │ │ ├── titlebutton-close-hover-dark@2.png │ │ │ │ ├── titlebutton-close-hover.png │ │ │ │ ├── titlebutton-close-hover@2.png │ │ │ │ ├── titlebutton-close.png │ │ │ │ ├── titlebutton-close@2.png │ │ │ │ ├── titlebutton-maximize-active-dark.png │ │ │ │ ├── titlebutton-maximize-active-dark@2.png │ │ │ │ ├── titlebutton-maximize-active.png │ │ │ │ ├── titlebutton-maximize-active@2.png │ │ │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ │ │ ├── titlebutton-maximize-backdrop.png │ │ │ │ ├── titlebutton-maximize-backdrop@2.png │ │ │ │ ├── titlebutton-maximize-dark.png │ │ │ │ ├── titlebutton-maximize-dark@2.png │ │ │ │ ├── titlebutton-maximize-hover-dark.png │ │ │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ │ │ ├── titlebutton-maximize-hover.png │ │ │ │ ├── titlebutton-maximize-hover@2.png │ │ │ │ ├── titlebutton-maximize.png │ │ │ │ ├── titlebutton-maximize@2.png │ │ │ │ ├── titlebutton-minimize-active-dark.png │ │ │ │ ├── titlebutton-minimize-active-dark@2.png │ │ │ │ ├── titlebutton-minimize-active.png │ │ │ │ ├── titlebutton-minimize-active@2.png │ │ │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ │ │ ├── titlebutton-minimize-backdrop.png │ │ │ │ ├── titlebutton-minimize-backdrop@2.png │ │ │ │ ├── titlebutton-minimize-dark.png │ │ │ │ ├── titlebutton-minimize-dark@2.png │ │ │ │ ├── titlebutton-minimize-hover-dark.png │ │ │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ │ │ ├── titlebutton-minimize-hover.png │ │ │ │ ├── titlebutton-minimize-hover@2.png │ │ │ │ ├── titlebutton-minimize.png │ │ │ │ └── titlebutton-minimize@2.png │ │ │ ├── gtk-dark.css │ │ │ ├── gtk.css │ │ │ └── thumbnail.png │ │ └── index.theme │ ├── 3.22 │ │ ├── gtk-3.0 │ │ │ ├── assets │ │ │ │ ├── checkbox-checked-dark.png │ │ │ │ ├── checkbox-checked-dark@2.png │ │ │ │ ├── checkbox-checked-insensitive-dark.png │ │ │ │ ├── checkbox-checked-insensitive-dark@2.png │ │ │ │ ├── checkbox-checked-insensitive-selected.png │ │ │ │ ├── checkbox-checked-insensitive-selected@2.png │ │ │ │ ├── checkbox-checked-insensitive.png │ │ │ │ ├── checkbox-checked-insensitive@2.png │ │ │ │ ├── checkbox-checked-selected.png │ │ │ │ ├── checkbox-checked-selected@2.png │ │ │ │ ├── checkbox-checked-selectionmode-dark.png │ │ │ │ ├── checkbox-checked-selectionmode-dark@2.png │ │ │ │ ├── checkbox-checked-selectionmode.png │ │ │ │ ├── checkbox-checked-selectionmode@2.png │ │ │ │ ├── checkbox-checked.png │ │ │ │ ├── checkbox-checked@2.png │ │ │ │ ├── checkbox-mixed-dark.png │ │ │ │ ├── checkbox-mixed-dark@2.png │ │ │ │ ├── checkbox-mixed-insensitive-dark.png │ │ │ │ ├── checkbox-mixed-insensitive-dark@2.png │ │ │ │ ├── checkbox-mixed-insensitive-selected.png │ │ │ │ ├── checkbox-mixed-insensitive-selected@2.png │ │ │ │ ├── checkbox-mixed-insensitive.png │ │ │ │ ├── checkbox-mixed-insensitive@2.png │ │ │ │ ├── checkbox-mixed-selected.png │ │ │ │ ├── checkbox-mixed-selected@2.png │ │ │ │ ├── checkbox-mixed.png │ │ │ │ ├── checkbox-mixed@2.png │ │ │ │ ├── checkbox-selectionmode-dark.png │ │ │ │ ├── checkbox-selectionmode-dark@2.png │ │ │ │ ├── checkbox-selectionmode.png │ │ │ │ ├── checkbox-selectionmode@2.png │ │ │ │ ├── checkbox-unchecked-dark.png │ │ │ │ ├── checkbox-unchecked-dark@2.png │ │ │ │ ├── checkbox-unchecked-insensitive-dark.png │ │ │ │ ├── checkbox-unchecked-insensitive-dark@2.png │ │ │ │ ├── checkbox-unchecked-insensitive-selected.png │ │ │ │ ├── checkbox-unchecked-insensitive-selected@2.png │ │ │ │ ├── checkbox-unchecked-insensitive.png │ │ │ │ ├── checkbox-unchecked-insensitive@2.png │ │ │ │ ├── checkbox-unchecked-selected.png │ │ │ │ ├── checkbox-unchecked-selected@2.png │ │ │ │ ├── checkbox-unchecked.png │ │ │ │ ├── checkbox-unchecked@2.png │ │ │ │ ├── radio-checked-dark.png │ │ │ │ ├── radio-checked-dark@2.png │ │ │ │ ├── radio-checked-insensitive-dark.png │ │ │ │ ├── radio-checked-insensitive-dark@2.png │ │ │ │ ├── radio-checked-insensitive-selected.png │ │ │ │ ├── radio-checked-insensitive-selected@2.png │ │ │ │ ├── radio-checked-insensitive.png │ │ │ │ ├── radio-checked-insensitive@2.png │ │ │ │ ├── radio-checked-selected.png │ │ │ │ ├── radio-checked-selected@2.png │ │ │ │ ├── radio-checked.png │ │ │ │ ├── radio-checked@2.png │ │ │ │ ├── radio-mixed-dark.png │ │ │ │ ├── radio-mixed-dark@2.png │ │ │ │ ├── radio-mixed-insensitive-dark.png │ │ │ │ ├── radio-mixed-insensitive-dark@2.png │ │ │ │ ├── radio-mixed-insensitive-selected.png │ │ │ │ ├── radio-mixed-insensitive-selected@2.png │ │ │ │ ├── radio-mixed-insensitive.png │ │ │ │ ├── radio-mixed-insensitive@2.png │ │ │ │ ├── radio-mixed-selected.png │ │ │ │ ├── radio-mixed-selected@2.png │ │ │ │ ├── radio-mixed.png │ │ │ │ ├── radio-mixed@2.png │ │ │ │ ├── radio-unchecked-dark.png │ │ │ │ ├── radio-unchecked-dark@2.png │ │ │ │ ├── radio-unchecked-insensitive-dark.png │ │ │ │ ├── radio-unchecked-insensitive-dark@2.png │ │ │ │ ├── radio-unchecked-insensitive-selected.png │ │ │ │ ├── radio-unchecked-insensitive-selected@2.png │ │ │ │ ├── radio-unchecked-insensitive.png │ │ │ │ ├── radio-unchecked-insensitive@2.png │ │ │ │ ├── radio-unchecked-selected.png │ │ │ │ ├── radio-unchecked-selected@2.png │ │ │ │ ├── radio-unchecked.png │ │ │ │ ├── radio-unchecked@2.png │ │ │ │ ├── switch-active-dark.png │ │ │ │ ├── switch-active-dark@2.png │ │ │ │ ├── switch-active-header-dark.png │ │ │ │ ├── switch-active-header-dark@2.png │ │ │ │ ├── switch-active-header.png │ │ │ │ ├── switch-active-header@2.png │ │ │ │ ├── switch-active-insensitive-dark.png │ │ │ │ ├── switch-active-insensitive-dark@2.png │ │ │ │ ├── switch-active-insensitive-header-dark.png │ │ │ │ ├── switch-active-insensitive-header-dark@2.png │ │ │ │ ├── switch-active-insensitive-header.png │ │ │ │ ├── switch-active-insensitive-header@2.png │ │ │ │ ├── switch-active-insensitive-selected.png │ │ │ │ ├── switch-active-insensitive-selected@2.png │ │ │ │ ├── switch-active-insensitive.png │ │ │ │ ├── switch-active-insensitive@2.png │ │ │ │ ├── switch-active-selected.png │ │ │ │ ├── switch-active-selected@2.png │ │ │ │ ├── switch-active.png │ │ │ │ ├── switch-active@2.png │ │ │ │ ├── switch-dark.png │ │ │ │ ├── switch-dark@2.png │ │ │ │ ├── switch-header-dark.png │ │ │ │ ├── switch-header-dark@2.png │ │ │ │ ├── switch-header.png │ │ │ │ ├── switch-header@2.png │ │ │ │ ├── switch-insensitive-dark.png │ │ │ │ ├── switch-insensitive-dark@2.png │ │ │ │ ├── switch-insensitive-header-dark.png │ │ │ │ ├── switch-insensitive-header-dark@2.png │ │ │ │ ├── switch-insensitive-header.png │ │ │ │ ├── switch-insensitive-header@2.png │ │ │ │ ├── switch-insensitive-selected.png │ │ │ │ ├── switch-insensitive-selected@2.png │ │ │ │ ├── switch-insensitive.png │ │ │ │ ├── switch-insensitive@2.png │ │ │ │ ├── switch-selected.png │ │ │ │ ├── switch-selected@2.png │ │ │ │ ├── switch.png │ │ │ │ ├── switch@2.png │ │ │ │ ├── thumbnail-frame.png │ │ │ │ ├── titlebutton-close-active-dark.png │ │ │ │ ├── titlebutton-close-active-dark@2.png │ │ │ │ ├── titlebutton-close-active.png │ │ │ │ ├── titlebutton-close-active@2.png │ │ │ │ ├── titlebutton-close-backdrop-dark.png │ │ │ │ ├── titlebutton-close-backdrop-dark@2.png │ │ │ │ ├── titlebutton-close-backdrop.png │ │ │ │ ├── titlebutton-close-backdrop@2.png │ │ │ │ ├── titlebutton-close-dark.png │ │ │ │ ├── titlebutton-close-dark@2.png │ │ │ │ ├── titlebutton-close-hover-dark.png │ │ │ │ ├── titlebutton-close-hover-dark@2.png │ │ │ │ ├── titlebutton-close-hover.png │ │ │ │ ├── titlebutton-close-hover@2.png │ │ │ │ ├── titlebutton-close.png │ │ │ │ ├── titlebutton-close@2.png │ │ │ │ ├── titlebutton-maximize-active-dark.png │ │ │ │ ├── titlebutton-maximize-active-dark@2.png │ │ │ │ ├── titlebutton-maximize-active.png │ │ │ │ ├── titlebutton-maximize-active@2.png │ │ │ │ ├── titlebutton-maximize-backdrop-dark.png │ │ │ │ ├── titlebutton-maximize-backdrop-dark@2.png │ │ │ │ ├── titlebutton-maximize-backdrop.png │ │ │ │ ├── titlebutton-maximize-backdrop@2.png │ │ │ │ ├── titlebutton-maximize-dark.png │ │ │ │ ├── titlebutton-maximize-dark@2.png │ │ │ │ ├── titlebutton-maximize-hover-dark.png │ │ │ │ ├── titlebutton-maximize-hover-dark@2.png │ │ │ │ ├── titlebutton-maximize-hover.png │ │ │ │ ├── titlebutton-maximize-hover@2.png │ │ │ │ ├── titlebutton-maximize.png │ │ │ │ ├── titlebutton-maximize@2.png │ │ │ │ ├── titlebutton-minimize-active-dark.png │ │ │ │ ├── titlebutton-minimize-active-dark@2.png │ │ │ │ ├── titlebutton-minimize-active.png │ │ │ │ ├── titlebutton-minimize-active@2.png │ │ │ │ ├── titlebutton-minimize-backdrop-dark.png │ │ │ │ ├── titlebutton-minimize-backdrop-dark@2.png │ │ │ │ ├── titlebutton-minimize-backdrop.png │ │ │ │ ├── titlebutton-minimize-backdrop@2.png │ │ │ │ ├── titlebutton-minimize-dark.png │ │ │ │ ├── titlebutton-minimize-dark@2.png │ │ │ │ ├── titlebutton-minimize-hover-dark.png │ │ │ │ ├── titlebutton-minimize-hover-dark@2.png │ │ │ │ ├── titlebutton-minimize-hover.png │ │ │ │ ├── titlebutton-minimize-hover@2.png │ │ │ │ ├── titlebutton-minimize.png │ │ │ │ └── titlebutton-minimize@2.png │ │ │ ├── gtk-dark.css │ │ │ ├── gtk.css │ │ │ └── thumbnail.png │ │ └── index.theme │ ├── README │ └── install-gtk-theme ├── install-p7zip.sh ├── install-rclone.sh └── udisks2 │ ├── 85-no-automount.rules │ ├── udisks2-automount-disable.sh │ └── udisks2-automount-enable.sh └── images ├── application-pdf.png ├── application-x-cd-image.png ├── apply.png ├── audio-volume-high-symbolic.svg ├── audio-volume-muted-symbolic.svg ├── bookmark-missing.svg ├── clamav.svg ├── clamav_logo.svg ├── collapse-menu-symbolic.svg ├── compare.svg ├── config.svg ├── dialog-error.svg ├── dialog-information.svg ├── dialog-password.svg ├── dialog-question.svg ├── dialog-warning.svg ├── disk-usage-analyzer.png ├── document-new.png ├── document-properties.png ├── donate.png ├── drive-harddisk-symbolic.svg ├── dropbox.png ├── edit-clear.png ├── edit-copy-symbolic.svg ├── edit-cut-symbolic.svg ├── edit-delete-symbolic.svg ├── edit-find.png ├── edit-paste-symbolic.svg ├── edit-redo.png ├── edit-rename.png ├── edit-undo.png ├── emblem-documents.png ├── emblem-music.svg ├── emblem-photos.png ├── emblem-readonly.png ├── emblem-symbolic-link.png ├── emblem-videos.svg ├── error.png ├── expand-menu-symbolic.svg ├── extract-archive.svg ├── folder-copy.png ├── folder-move.png ├── folder-new.png ├── folder-open.png ├── folder.png ├── font-x-generic.png ├── fs-btrfs.png ├── fs-exfat.png ├── fs-ext2.png ├── fs-ext3.png ├── fs-ext4.png ├── fs-f2fs.png ├── fs-fat16.png ├── fs-fat32.png ├── fs-hfs+.png ├── fs-hfs.png ├── fs-hfsplus.png ├── fs-jfs.png ├── fs-luks.png ├── fs-nilfs2.png ├── fs-ntfs.png ├── fs-reiser4.png ├── fs-reiserfs.png ├── fs-ufs.png ├── fs-vfat.png ├── fs-xfs.png ├── go-down.png ├── go-home-symbolic.svg ├── go-next-symbolic.svg ├── go-previous-symbolic.svg ├── go-up-symbolic.svg ├── goa-panel.png ├── hash.svg ├── help-about-symbolic.svg ├── help-info.svg ├── image-missing.svg ├── insert-link.png ├── item-error.png ├── item-gray.svg ├── item-green.svg ├── item-red.svg ├── item-yellow.svg ├── kvm.svg ├── list-add-symbolic.svg ├── list-remove-symbolic.svg ├── lock-symbolic.png ├── locked.png ├── locked2.png ├── media-cdrom.png ├── media-eject.svg ├── media-flash.png ├── media-playback-pause-symbolic.svg ├── media-playback-start-symbolic.svg ├── middlebar-show.png ├── open-menu.svg ├── package-x-generic.png ├── partitionmanager.png ├── pathbar_arrows.png ├── pathbar_buttons.png ├── pathbar_compact.png ├── pathbar_flat_buttons.png ├── polo.png ├── polo_layout_dual_icons.png ├── polo_layout_dual_list.png ├── polo_layout_quad.png ├── polo_layout_single_icons.png ├── polo_layout_single_list.png ├── preferences-color.png ├── preferences-desktop.png ├── preferences-system-symbolic.svg ├── process-stop.png ├── process-stop.svg ├── progress.gif ├── sidebar-show.png ├── switch.svg ├── symbolic-link.png ├── tab-close.svg ├── tab-new.png ├── terminal-symbolic.svg ├── text-x-generic.svg ├── text-x-preview.svg ├── unlocked.png ├── unlocked2.png ├── user-bookmarks-symbolic.svg ├── user-bookmarks.svg ├── user-trash-symbolic.svg ├── view-filter.svg ├── view-fullscreen-symbolic.svg ├── view-grid-symbolic.svg ├── view-list-compact-symbolic.png ├── view-list-details-symbolic.png ├── view-list-icons-symbolic.png ├── view-list-images-symbolic.svg ├── view-refresh-symbolic.svg ├── view-refresh.png ├── web-amazon.png ├── web-google.png ├── web-microsoft.png ├── window-close.svg ├── window-maximize.svg ├── window-menu.svg └── window-minimize.svg /.bzrignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/.bzrignore -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- 1 | 2 | Copyright (C) 2012-2017 Tony George (teejeetech@gmail.com) 3 | 4 | -------------------------------------------------------------------------------- /BUILD_CONFIG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/BUILD_CONFIG -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/COPYING -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/INSTALL -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/LICENSE.md -------------------------------------------------------------------------------- /NOTES: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/README.md -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/TODO -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/_config.yml -------------------------------------------------------------------------------- /debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/debian/changelog -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 9 2 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/debian/control -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/debian/copyright -------------------------------------------------------------------------------- /debian/docs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /debian/polo-gtk.appdata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/debian/polo-gtk.appdata.xml -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/debian/rules -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (native) 2 | -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-checked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-checked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-checked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-checked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-checked-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-checked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-mixed@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-selectionmode-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-selectionmode-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-selectionmode-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-selectionmode-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-selectionmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-selectionmode.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-selectionmode@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-selectionmode@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-unchecked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-unchecked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-unchecked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-unchecked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-unchecked-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/checkbox-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/checkbox-unchecked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-checked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-checked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-checked-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-checked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-checked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-checked-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-checked.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-checked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-mixed-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-mixed-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-mixed-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-mixed-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-mixed-insensitive-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-mixed-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-mixed-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-mixed-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-mixed-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-mixed@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-unchecked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-unchecked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-unchecked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-unchecked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-unchecked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-unchecked-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/radio-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/radio-unchecked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-active-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-active-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-active-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-active-header-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-active-header-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-active-header-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-active-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-active-header.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-active-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-active-header@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-active-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-active-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-active-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-active-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-active-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-active-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-active-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-active-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-active.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-active@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-header-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-header-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-header-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-header.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-header@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-insensitive-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-insensitive-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-insensitive-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-insensitive-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-insensitive-header.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-insensitive-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-insensitive-header@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-insensitive-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/switch@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/thumbnail-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/thumbnail-frame.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-active.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-active@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-backdrop.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-hover.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-close-hover@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-close.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-close@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-close@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-maximize-active.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-maximize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-maximize-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-maximize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-maximize-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-maximize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-maximize-hover.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-maximize.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-maximize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-maximize@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-minimize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-minimize-active.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-minimize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-minimize-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-minimize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-minimize-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-minimize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-minimize-hover.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-minimize.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/assets/titlebutton-minimize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/assets/titlebutton-minimize@2.png -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /gtk-theme/3.14/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /gtk-theme/3.14/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.14/index.theme -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-checked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-checked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-checked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-checked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-checked-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-checked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-mixed@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-selectionmode-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-selectionmode-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-selectionmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-selectionmode.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-selectionmode@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-selectionmode@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-unchecked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-unchecked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-unchecked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/checkbox-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/checkbox-unchecked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-checked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-checked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-checked-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-checked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-checked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-checked-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-checked.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-checked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-mixed-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-mixed-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-mixed-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-mixed-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-mixed-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-mixed-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-mixed-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-mixed@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-unchecked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-unchecked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-unchecked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-unchecked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-unchecked-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/radio-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/radio-unchecked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-active-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-active-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-active-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-active-header-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-active-header-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-active-header-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-active-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-active-header.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-active-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-active-header@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-active-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-active-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-active-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-active-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-active-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-active-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-active-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-active-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-active.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-active@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-header-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-header-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-header-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-header.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-header@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-insensitive-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-insensitive-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-insensitive-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-insensitive-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-insensitive-header.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-insensitive-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-insensitive-header@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-insensitive-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/switch@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/thumbnail-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/thumbnail-frame.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-active.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-active@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-backdrop.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-hover.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-close-hover@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-close.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-close@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-close@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-maximize-active.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-maximize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-maximize-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-maximize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-maximize-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-maximize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-maximize-hover.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-maximize.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-maximize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-maximize@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-minimize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-minimize-active.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-minimize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-minimize-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-minimize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-minimize-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-minimize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-minimize-hover.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-minimize.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/assets/titlebutton-minimize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/assets/titlebutton-minimize@2.png -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /gtk-theme/3.16/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /gtk-theme/3.16/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.16/index.theme -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-checked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-checked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-checked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-checked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-checked-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-checked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-mixed@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-selectionmode-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-selectionmode-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-selectionmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-selectionmode.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-selectionmode@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-selectionmode@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-unchecked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-unchecked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-unchecked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/checkbox-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/checkbox-unchecked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-checked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-checked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-checked-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-checked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-checked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-checked-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-checked.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-checked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-mixed-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-mixed-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-mixed-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-mixed-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-mixed-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-mixed-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-mixed-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-mixed@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-unchecked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-unchecked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-unchecked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-unchecked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-unchecked-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/radio-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/radio-unchecked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-active-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-active-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-active-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-active-header-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-active-header-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-active-header-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-active-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-active-header.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-active-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-active-header@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-active-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-active-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-active-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-active-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-active-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-active-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-active-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-active-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-active.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-active@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-header-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-header-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-header-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-header.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-header@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-insensitive-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-insensitive-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-insensitive-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-insensitive-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-insensitive-header.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-insensitive-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-insensitive-header@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-insensitive-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/switch@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/thumbnail-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/thumbnail-frame.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-active.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-active@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-backdrop.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-hover.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-close-hover@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-close.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-close@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-close@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-maximize-active.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-maximize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-maximize-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-maximize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-maximize-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-maximize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-maximize-hover.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-maximize.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-maximize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-maximize@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-minimize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-minimize-active.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-minimize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-minimize-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-minimize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-minimize-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-minimize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-minimize-hover.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-minimize.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/assets/titlebutton-minimize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/assets/titlebutton-minimize@2.png -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /gtk-theme/3.18/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /gtk-theme/3.18/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.18/index.theme -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-checked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-checked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-checked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-checked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-checked-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-checked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-mixed@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-selectionmode-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-selectionmode-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-selectionmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-selectionmode.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-selectionmode@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-selectionmode@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-unchecked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-unchecked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-unchecked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/checkbox-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/checkbox-unchecked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-checked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-checked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-checked-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-checked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-checked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-checked-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-checked.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-checked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-mixed-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-mixed-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-mixed-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-mixed-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-mixed-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-mixed-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-mixed-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-mixed@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-unchecked-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-unchecked-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-unchecked-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-unchecked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-unchecked-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/radio-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/radio-unchecked@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-active-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-active-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-active-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-active-header-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-active-header-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-active-header-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-active-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-active-header.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-active-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-active-header@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-active-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-active-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-active-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-active-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-active-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-active-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-active-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-active-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-active.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-active@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-header-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-header-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-header-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-header.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-header@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-insensitive-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-insensitive-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-insensitive-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-insensitive-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-insensitive-header.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-insensitive-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-insensitive-header@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-insensitive-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-insensitive-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-insensitive.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-insensitive@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-selected.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch-selected@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/switch@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/thumbnail-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/thumbnail-frame.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-active.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-active@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-backdrop.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-hover.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-close-hover@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-close.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-close@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-close@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-maximize-active.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-maximize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-maximize-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-maximize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-maximize-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-maximize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-maximize-hover.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-maximize.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-maximize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-maximize@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-minimize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-minimize-active.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-minimize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-minimize-dark.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-minimize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-minimize-dark@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-minimize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-minimize-hover.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-minimize.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/assets/titlebutton-minimize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/assets/titlebutton-minimize@2.png -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /gtk-theme/3.22/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /gtk-theme/3.22/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/3.22/index.theme -------------------------------------------------------------------------------- /gtk-theme/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/README -------------------------------------------------------------------------------- /gtk-theme/install-arc-polo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/gtk-theme/install-arc-polo -------------------------------------------------------------------------------- /icons/dot-crossed.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/dot-crossed.xcf -------------------------------------------------------------------------------- /icons/dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/dot.png -------------------------------------------------------------------------------- /icons/dot.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/dot.xcf -------------------------------------------------------------------------------- /icons/emblem-readonly.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/emblem-readonly.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-btrfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-btrfs.png -------------------------------------------------------------------------------- /icons/filesystem/fs-btrfs.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-btrfs.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-exfat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-exfat.png -------------------------------------------------------------------------------- /icons/filesystem/fs-exfat.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-exfat.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-ext2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-ext2.png -------------------------------------------------------------------------------- /icons/filesystem/fs-ext2.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-ext2.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-ext3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-ext3.png -------------------------------------------------------------------------------- /icons/filesystem/fs-ext3.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-ext3.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-ext4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-ext4.png -------------------------------------------------------------------------------- /icons/filesystem/fs-ext4.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-ext4.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-f2fs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-f2fs.png -------------------------------------------------------------------------------- /icons/filesystem/fs-f2fs.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-f2fs.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-fat16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-fat16.png -------------------------------------------------------------------------------- /icons/filesystem/fs-fat16.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-fat16.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-fat32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-fat32.png -------------------------------------------------------------------------------- /icons/filesystem/fs-fat32.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-fat32.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-hfs+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-hfs+.png -------------------------------------------------------------------------------- /icons/filesystem/fs-hfs+.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-hfs+.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-hfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-hfs.png -------------------------------------------------------------------------------- /icons/filesystem/fs-hfs.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-hfs.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-jfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-jfs.png -------------------------------------------------------------------------------- /icons/filesystem/fs-jfs.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-jfs.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-luks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-luks.png -------------------------------------------------------------------------------- /icons/filesystem/fs-luks.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-luks.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-nilfs2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-nilfs2.png -------------------------------------------------------------------------------- /icons/filesystem/fs-nilfs2.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-nilfs2.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-ntfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-ntfs.png -------------------------------------------------------------------------------- /icons/filesystem/fs-ntfs.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-ntfs.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-reiser4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-reiser4.png -------------------------------------------------------------------------------- /icons/filesystem/fs-reiser4.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-reiser4.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-reiserfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-reiserfs.png -------------------------------------------------------------------------------- /icons/filesystem/fs-reiserfs.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-reiserfs.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-ufs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-ufs.png -------------------------------------------------------------------------------- /icons/filesystem/fs-ufs.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-ufs.xcf -------------------------------------------------------------------------------- /icons/filesystem/fs-vfat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-vfat.png -------------------------------------------------------------------------------- /icons/filesystem/fs-xfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-xfs.png -------------------------------------------------------------------------------- /icons/filesystem/fs-xfs.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/filesystem/fs-xfs.xcf -------------------------------------------------------------------------------- /icons/insert-link.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/insert-link.xcf -------------------------------------------------------------------------------- /icons/middlebar-show-alt.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/middlebar-show-alt.xcf -------------------------------------------------------------------------------- /icons/middlebar-show.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/middlebar-show.xcf -------------------------------------------------------------------------------- /icons/polo-brown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/polo-brown -------------------------------------------------------------------------------- /icons/polo-red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/polo-red.svg -------------------------------------------------------------------------------- /icons/polo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/polo.png -------------------------------------------------------------------------------- /icons/polo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/polo.svg -------------------------------------------------------------------------------- /icons/polo.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/polo.xcf -------------------------------------------------------------------------------- /icons/sidebar-show.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/icons/sidebar-show.xcf -------------------------------------------------------------------------------- /images/cloud_storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/images/cloud_storage.png -------------------------------------------------------------------------------- /images/polo_compress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/images/polo_compress.png -------------------------------------------------------------------------------- /images/polo_compress_expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/images/polo_compress_expanded.png -------------------------------------------------------------------------------- /images/polo_compress_progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/images/polo_compress_progress.png -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/makefile -------------------------------------------------------------------------------- /man/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /merge-translations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/merge-translations.sh -------------------------------------------------------------------------------- /po/polo-de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/po/polo-de.po -------------------------------------------------------------------------------- /po/polo-fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/po/polo-fr.po -------------------------------------------------------------------------------- /po/polo-nl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/po/polo-nl.po -------------------------------------------------------------------------------- /po/polo-sv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/po/polo-sv.po -------------------------------------------------------------------------------- /po/polo-tr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/po/polo-tr.po -------------------------------------------------------------------------------- /polo.geany: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/polo.geany -------------------------------------------------------------------------------- /polo.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/polo.pot -------------------------------------------------------------------------------- /release/sanity.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/release/sanity.config -------------------------------------------------------------------------------- /rpm/polo.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/rpm/polo.spec -------------------------------------------------------------------------------- /src/Common/Main.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Common/Main.vala -------------------------------------------------------------------------------- /src/Console/Device.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Console/Device.vala -------------------------------------------------------------------------------- /src/Console/MountEntry.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Console/MountEntry.vala -------------------------------------------------------------------------------- /src/Console/TeeJee.FileSystem.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Console/TeeJee.FileSystem.vala -------------------------------------------------------------------------------- /src/Console/TeeJee.Logging.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Console/TeeJee.Logging.vala -------------------------------------------------------------------------------- /src/Console/TeeJee.Misc.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Console/TeeJee.Misc.vala -------------------------------------------------------------------------------- /src/Console/TeeJee.Process.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Console/TeeJee.Process.vala -------------------------------------------------------------------------------- /src/Console/TeeJee.System.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Console/TeeJee.System.vala -------------------------------------------------------------------------------- /src/Gtk/AdminBar.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/AdminBar.vala -------------------------------------------------------------------------------- /src/Gtk/BookmarkContextMenu.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/BookmarkContextMenu.vala -------------------------------------------------------------------------------- /src/Gtk/BookmarksMenu.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/BookmarksMenu.vala -------------------------------------------------------------------------------- /src/Gtk/ChecksumBox.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ChecksumBox.vala -------------------------------------------------------------------------------- /src/Gtk/ClamScanBox.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ClamScanBox.vala -------------------------------------------------------------------------------- /src/Gtk/CloudLoginWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/CloudLoginWindow.vala -------------------------------------------------------------------------------- /src/Gtk/ColumnSelectionBox.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ColumnSelectionBox.vala -------------------------------------------------------------------------------- /src/Gtk/ConnectServerWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ConnectServerWindow.vala -------------------------------------------------------------------------------- /src/Gtk/CreateArchiveWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/CreateArchiveWindow.vala -------------------------------------------------------------------------------- /src/Gtk/DeviceContextMenu.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/DeviceContextMenu.vala -------------------------------------------------------------------------------- /src/Gtk/DevicePopover.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/DevicePopover.vala -------------------------------------------------------------------------------- /src/Gtk/DevicePopoverSettingsWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/DevicePopoverSettingsWindow.vala -------------------------------------------------------------------------------- /src/Gtk/DevicesMenu.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/DevicesMenu.vala -------------------------------------------------------------------------------- /src/Gtk/DiskFormatContextMenu.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/DiskFormatContextMenu.vala -------------------------------------------------------------------------------- /src/Gtk/FileConflictDialog.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/FileConflictDialog.vala -------------------------------------------------------------------------------- /src/Gtk/FileContextMenu.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/FileContextMenu.vala -------------------------------------------------------------------------------- /src/Gtk/FilePermissionsBox.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/FilePermissionsBox.vala -------------------------------------------------------------------------------- /src/Gtk/FilePreviewBox.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/FilePreviewBox.vala -------------------------------------------------------------------------------- /src/Gtk/FilePropertiesBox.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/FilePropertiesBox.vala -------------------------------------------------------------------------------- /src/Gtk/FilePropertiesPanel.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/FilePropertiesPanel.vala -------------------------------------------------------------------------------- /src/Gtk/FilePropertiesWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/FilePropertiesWindow.vala -------------------------------------------------------------------------------- /src/Gtk/FileViewList.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/FileViewList.vala -------------------------------------------------------------------------------- /src/Gtk/FileViewPane.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/FileViewPane.vala -------------------------------------------------------------------------------- /src/Gtk/FileViewTab.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/FileViewTab.vala -------------------------------------------------------------------------------- /src/Gtk/FileViewToolbar.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/FileViewToolbar.vala -------------------------------------------------------------------------------- /src/Gtk/Hotkeys.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/Hotkeys.vala -------------------------------------------------------------------------------- /src/Gtk/IPaneActive.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/IPaneActive.vala -------------------------------------------------------------------------------- /src/Gtk/KvmCreateDiskWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/KvmCreateDiskWindow.vala -------------------------------------------------------------------------------- /src/Gtk/LayoutBox.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/LayoutBox.vala -------------------------------------------------------------------------------- /src/Gtk/LayoutPanel.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/LayoutPanel.vala -------------------------------------------------------------------------------- /src/Gtk/MainHeaderBar.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/MainHeaderBar.vala -------------------------------------------------------------------------------- /src/Gtk/MainMenubar.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/MainMenubar.vala -------------------------------------------------------------------------------- /src/Gtk/MainWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/MainWindow.vala -------------------------------------------------------------------------------- /src/Gtk/MediaBar.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/MediaBar.vala -------------------------------------------------------------------------------- /src/Gtk/MediaPlayer.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/MediaPlayer.vala -------------------------------------------------------------------------------- /src/Gtk/MessageBar.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/MessageBar.vala -------------------------------------------------------------------------------- /src/Gtk/MiddleToolbar.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/MiddleToolbar.vala -------------------------------------------------------------------------------- /src/Gtk/PasswordDialog.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/PasswordDialog.vala -------------------------------------------------------------------------------- /src/Gtk/Pathbar.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/Pathbar.vala -------------------------------------------------------------------------------- /src/Gtk/PathbarStyleMenu.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/PathbarStyleMenu.vala -------------------------------------------------------------------------------- /src/Gtk/PlacesPopover.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/PlacesPopover.vala -------------------------------------------------------------------------------- /src/Gtk/PoloGtk.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/PoloGtk.vala -------------------------------------------------------------------------------- /src/Gtk/PoloShortcutsWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/PoloShortcutsWindow.vala -------------------------------------------------------------------------------- /src/Gtk/ProgressPanel.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ProgressPanel.vala -------------------------------------------------------------------------------- /src/Gtk/ProgressPanelArchiveTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ProgressPanelArchiveTask.vala -------------------------------------------------------------------------------- /src/Gtk/ProgressPanelDeviceWriterTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ProgressPanelDeviceWriterTask.vala -------------------------------------------------------------------------------- /src/Gtk/ProgressPanelFileTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ProgressPanelFileTask.vala -------------------------------------------------------------------------------- /src/Gtk/ProgressPanelImageTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ProgressPanelImageTask.vala -------------------------------------------------------------------------------- /src/Gtk/ProgressPanelKvmTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ProgressPanelKvmTask.vala -------------------------------------------------------------------------------- /src/Gtk/ProgressPanelPdfTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ProgressPanelPdfTask.vala -------------------------------------------------------------------------------- /src/Gtk/ProgressPanelVideoDownloadTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ProgressPanelVideoDownloadTask.vala -------------------------------------------------------------------------------- /src/Gtk/ProgressWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ProgressWindow.vala -------------------------------------------------------------------------------- /src/Gtk/SelectionBar.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/SelectionBar.vala -------------------------------------------------------------------------------- /src/Gtk/Settings.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/Settings.vala -------------------------------------------------------------------------------- /src/Gtk/SettingsWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/SettingsWindow.vala -------------------------------------------------------------------------------- /src/Gtk/Sidebar.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/Sidebar.vala -------------------------------------------------------------------------------- /src/Gtk/SidebarItem.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/SidebarItem.vala -------------------------------------------------------------------------------- /src/Gtk/SimpleProgressWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/SimpleProgressWindow.vala -------------------------------------------------------------------------------- /src/Gtk/SortMenu.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/SortMenu.vala -------------------------------------------------------------------------------- /src/Gtk/Statusbar.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/Statusbar.vala -------------------------------------------------------------------------------- /src/Gtk/TermBox.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/TermBox.vala -------------------------------------------------------------------------------- /src/Gtk/TermContextMenu.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/TermContextMenu.vala -------------------------------------------------------------------------------- /src/Gtk/ToolsWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ToolsWindow.vala -------------------------------------------------------------------------------- /src/Gtk/TouchFileDateContextMenu.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/TouchFileDateContextMenu.vala -------------------------------------------------------------------------------- /src/Gtk/TrashBar.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/TrashBar.vala -------------------------------------------------------------------------------- /src/Gtk/ViewPopover.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/ViewPopover.vala -------------------------------------------------------------------------------- /src/Gtk/WizardWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Gtk/WizardWindow.vala -------------------------------------------------------------------------------- /src/Utility/AppLock.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/AppLock.vala -------------------------------------------------------------------------------- /src/Utility/ArchiveTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/ArchiveTask.vala -------------------------------------------------------------------------------- /src/Utility/AsyncTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/AsyncTask.vala -------------------------------------------------------------------------------- /src/Utility/Bash.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Bash.vala -------------------------------------------------------------------------------- /src/Utility/ClamScanTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/ClamScanTask.vala -------------------------------------------------------------------------------- /src/Utility/CryptTabEntry.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/CryptTabEntry.vala -------------------------------------------------------------------------------- /src/Utility/Device.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Device.vala -------------------------------------------------------------------------------- /src/Utility/DeviceWriterTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/DeviceWriterTask.vala -------------------------------------------------------------------------------- /src/Utility/FileItem.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/FileItem.vala -------------------------------------------------------------------------------- /src/Utility/FileItemArchive.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/FileItemArchive.vala -------------------------------------------------------------------------------- /src/Utility/FileItemCloud.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/FileItemCloud.vala -------------------------------------------------------------------------------- /src/Utility/FileTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/FileTask.vala -------------------------------------------------------------------------------- /src/Utility/FsTabEntry.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/FsTabEntry.vala -------------------------------------------------------------------------------- /src/Utility/Gtk/AboutWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Gtk/AboutWindow.vala -------------------------------------------------------------------------------- /src/Utility/Gtk/CellRendererProgress2.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Gtk/CellRendererProgress2.vala -------------------------------------------------------------------------------- /src/Utility/Gtk/CustomMessageDialog.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Gtk/CustomMessageDialog.vala -------------------------------------------------------------------------------- /src/Utility/Gtk/DonationWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Gtk/DonationWindow.vala -------------------------------------------------------------------------------- /src/Utility/Gtk/ExtendedTreeView.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Gtk/ExtendedTreeView.vala -------------------------------------------------------------------------------- /src/Utility/Gtk/GtkHelper.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Gtk/GtkHelper.vala -------------------------------------------------------------------------------- /src/Utility/Gtk/IconCache.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Gtk/IconCache.vala -------------------------------------------------------------------------------- /src/Utility/Gtk/IconManager.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Gtk/IconManager.vala -------------------------------------------------------------------------------- /src/Utility/Gtk/LoadingWindow.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Gtk/LoadingWindow.vala -------------------------------------------------------------------------------- /src/Utility/Gtk/TreeModelCache.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Gtk/TreeModelCache.vala -------------------------------------------------------------------------------- /src/Utility/GtkBookmark.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/GtkBookmark.vala -------------------------------------------------------------------------------- /src/Utility/GtkTheme.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/GtkTheme.vala -------------------------------------------------------------------------------- /src/Utility/GvfsMount.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/GvfsMount.vala -------------------------------------------------------------------------------- /src/Utility/GvfsTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/GvfsTask.vala -------------------------------------------------------------------------------- /src/Utility/ImageTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/ImageTask.vala -------------------------------------------------------------------------------- /src/Utility/KvmTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/KvmTask.vala -------------------------------------------------------------------------------- /src/Utility/LicenseText.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/LicenseText.vala -------------------------------------------------------------------------------- /src/Utility/LinuxDistro.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/LinuxDistro.vala -------------------------------------------------------------------------------- /src/Utility/MediaFile.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/MediaFile.vala -------------------------------------------------------------------------------- /src/Utility/MimeTypes.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/MimeTypes.vala -------------------------------------------------------------------------------- /src/Utility/MountEntry.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/MountEntry.vala -------------------------------------------------------------------------------- /src/Utility/OSDNotify.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/OSDNotify.vala -------------------------------------------------------------------------------- /src/Utility/PdfTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/PdfTask.vala -------------------------------------------------------------------------------- /src/Utility/Plugin.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Plugin.vala -------------------------------------------------------------------------------- /src/Utility/ProcStats.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/ProcStats.vala -------------------------------------------------------------------------------- /src/Utility/RCloneClient.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/RCloneClient.vala -------------------------------------------------------------------------------- /src/Utility/RCloneTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/RCloneTask.vala -------------------------------------------------------------------------------- /src/Utility/RsyncTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/RsyncTask.vala -------------------------------------------------------------------------------- /src/Utility/Shell.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Shell.vala -------------------------------------------------------------------------------- /src/Utility/SysInfo.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/SysInfo.vala -------------------------------------------------------------------------------- /src/Utility/SystemGroup.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/SystemGroup.vala -------------------------------------------------------------------------------- /src/Utility/SystemUser.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/SystemUser.vala -------------------------------------------------------------------------------- /src/Utility/TeeJee.FileSystem.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/TeeJee.FileSystem.vala -------------------------------------------------------------------------------- /src/Utility/TeeJee.Json.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/TeeJee.Json.vala -------------------------------------------------------------------------------- /src/Utility/TeeJee.Logging.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/TeeJee.Logging.vala -------------------------------------------------------------------------------- /src/Utility/TeeJee.MediaInfo.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/TeeJee.MediaInfo.vala -------------------------------------------------------------------------------- /src/Utility/TeeJee.Misc.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/TeeJee.Misc.vala -------------------------------------------------------------------------------- /src/Utility/TeeJee.Process.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/TeeJee.Process.vala -------------------------------------------------------------------------------- /src/Utility/TeeJee.System.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/TeeJee.System.vala -------------------------------------------------------------------------------- /src/Utility/Thumbnailer.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/Thumbnailer.vala -------------------------------------------------------------------------------- /src/Utility/ThunarMenuEntry.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/ThunarMenuEntry.vala -------------------------------------------------------------------------------- /src/Utility/TimeoutCounter.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/TimeoutCounter.vala -------------------------------------------------------------------------------- /src/Utility/TrashCan.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/TrashCan.vala -------------------------------------------------------------------------------- /src/Utility/TreeViewColumnManager.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/TreeViewColumnManager.vala -------------------------------------------------------------------------------- /src/Utility/VideoDownloadTask.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/VideoDownloadTask.vala -------------------------------------------------------------------------------- /src/Utility/XdgUserDirectories.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/Utility/XdgUserDirectories.vala -------------------------------------------------------------------------------- /src/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/makefile -------------------------------------------------------------------------------- /src/polo-disk.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/polo-disk.vala -------------------------------------------------------------------------------- /src/polo-gtk.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/polo-gtk.desktop -------------------------------------------------------------------------------- /src/polo-gtk3-helper.vala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/polo-gtk3-helper.vala -------------------------------------------------------------------------------- /src/polo-uninstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/polo-uninstall -------------------------------------------------------------------------------- /src/share/pixmaps/polo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/pixmaps/polo.png -------------------------------------------------------------------------------- /src/share/polo/files/bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/bashrc -------------------------------------------------------------------------------- /src/share/polo/files/fish_prompt.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/fish_prompt.fish -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.14/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.14/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.14/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.14/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.14/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.14/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.14/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.14/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.14/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.14/index.theme -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.16/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.16/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.16/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.16/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.16/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.16/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.16/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.16/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.16/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.16/index.theme -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.18/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.18/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.18/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.18/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.18/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.18/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.18/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.18/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.18/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.18/index.theme -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.22/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.22/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.22/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.22/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.22/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.22/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.22/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.22/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/3.22/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/3.22/index.theme -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/README -------------------------------------------------------------------------------- /src/share/polo/files/gtk-theme/install-gtk-theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/gtk-theme/install-gtk-theme -------------------------------------------------------------------------------- /src/share/polo/files/install-p7zip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/install-p7zip.sh -------------------------------------------------------------------------------- /src/share/polo/files/install-rclone.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/install-rclone.sh -------------------------------------------------------------------------------- /src/share/polo/files/udisks2/85-no-automount.rules: -------------------------------------------------------------------------------- 1 | SUBSYSTEMS=="usb", ENV{UDISKS_AUTO}="0" 2 | -------------------------------------------------------------------------------- /src/share/polo/files/udisks2/udisks2-automount-disable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/udisks2/udisks2-automount-disable.sh -------------------------------------------------------------------------------- /src/share/polo/files/udisks2/udisks2-automount-enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/files/udisks2/udisks2-automount-enable.sh -------------------------------------------------------------------------------- /src/share/polo/images/application-pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/application-pdf.png -------------------------------------------------------------------------------- /src/share/polo/images/application-x-cd-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/application-x-cd-image.png -------------------------------------------------------------------------------- /src/share/polo/images/apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/apply.png -------------------------------------------------------------------------------- /src/share/polo/images/audio-volume-high-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/audio-volume-high-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/audio-volume-muted-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/audio-volume-muted-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/bookmark-missing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/bookmark-missing.svg -------------------------------------------------------------------------------- /src/share/polo/images/clamav.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/clamav.svg -------------------------------------------------------------------------------- /src/share/polo/images/clamav_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/clamav_logo.svg -------------------------------------------------------------------------------- /src/share/polo/images/collapse-menu-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/collapse-menu-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/compare.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/compare.svg -------------------------------------------------------------------------------- /src/share/polo/images/config.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/config.svg -------------------------------------------------------------------------------- /src/share/polo/images/dialog-error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/dialog-error.svg -------------------------------------------------------------------------------- /src/share/polo/images/dialog-information.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/dialog-information.svg -------------------------------------------------------------------------------- /src/share/polo/images/dialog-password.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/dialog-password.svg -------------------------------------------------------------------------------- /src/share/polo/images/dialog-question.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/dialog-question.svg -------------------------------------------------------------------------------- /src/share/polo/images/dialog-warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/dialog-warning.svg -------------------------------------------------------------------------------- /src/share/polo/images/disk-usage-analyzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/disk-usage-analyzer.png -------------------------------------------------------------------------------- /src/share/polo/images/document-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/document-new.png -------------------------------------------------------------------------------- /src/share/polo/images/document-properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/document-properties.png -------------------------------------------------------------------------------- /src/share/polo/images/donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/donate.png -------------------------------------------------------------------------------- /src/share/polo/images/drive-harddisk-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/drive-harddisk-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/dropbox.png -------------------------------------------------------------------------------- /src/share/polo/images/edit-clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/edit-clear.png -------------------------------------------------------------------------------- /src/share/polo/images/edit-copy-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/edit-copy-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/edit-cut-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/edit-cut-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/edit-delete-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/edit-delete-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/edit-find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/edit-find.png -------------------------------------------------------------------------------- /src/share/polo/images/edit-paste-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/edit-paste-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/edit-redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/edit-redo.png -------------------------------------------------------------------------------- /src/share/polo/images/edit-rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/edit-rename.png -------------------------------------------------------------------------------- /src/share/polo/images/edit-undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/edit-undo.png -------------------------------------------------------------------------------- /src/share/polo/images/emblem-documents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/emblem-documents.png -------------------------------------------------------------------------------- /src/share/polo/images/emblem-music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/emblem-music.svg -------------------------------------------------------------------------------- /src/share/polo/images/emblem-photos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/emblem-photos.png -------------------------------------------------------------------------------- /src/share/polo/images/emblem-readonly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/emblem-readonly.png -------------------------------------------------------------------------------- /src/share/polo/images/emblem-symbolic-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/emblem-symbolic-link.png -------------------------------------------------------------------------------- /src/share/polo/images/emblem-videos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/emblem-videos.svg -------------------------------------------------------------------------------- /src/share/polo/images/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/error.png -------------------------------------------------------------------------------- /src/share/polo/images/expand-menu-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/expand-menu-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/extract-archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/extract-archive.svg -------------------------------------------------------------------------------- /src/share/polo/images/folder-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/folder-copy.png -------------------------------------------------------------------------------- /src/share/polo/images/folder-move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/folder-move.png -------------------------------------------------------------------------------- /src/share/polo/images/folder-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/folder-new.png -------------------------------------------------------------------------------- /src/share/polo/images/folder-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/folder-open.png -------------------------------------------------------------------------------- /src/share/polo/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/folder.png -------------------------------------------------------------------------------- /src/share/polo/images/font-x-generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/font-x-generic.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-btrfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-btrfs.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-exfat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-exfat.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-ext2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-ext2.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-ext3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-ext3.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-ext4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-ext4.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-f2fs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-f2fs.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-fat16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-fat16.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-fat32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-fat32.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-hfs+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-hfs+.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-hfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-hfs.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-hfsplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-hfsplus.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-jfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-jfs.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-luks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-luks.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-nilfs2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-nilfs2.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-ntfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-ntfs.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-reiser4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-reiser4.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-reiserfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-reiserfs.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-ufs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-ufs.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-vfat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-vfat.png -------------------------------------------------------------------------------- /src/share/polo/images/fs-xfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/fs-xfs.png -------------------------------------------------------------------------------- /src/share/polo/images/go-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/go-down.png -------------------------------------------------------------------------------- /src/share/polo/images/go-home-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/go-home-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/go-next-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/go-next-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/go-previous-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/go-previous-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/go-up-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/go-up-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/goa-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/goa-panel.png -------------------------------------------------------------------------------- /src/share/polo/images/hash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/hash.svg -------------------------------------------------------------------------------- /src/share/polo/images/help-about-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/help-about-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/help-info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/help-info.svg -------------------------------------------------------------------------------- /src/share/polo/images/image-missing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/image-missing.svg -------------------------------------------------------------------------------- /src/share/polo/images/insert-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/insert-link.png -------------------------------------------------------------------------------- /src/share/polo/images/item-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/item-error.png -------------------------------------------------------------------------------- /src/share/polo/images/item-gray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/item-gray.svg -------------------------------------------------------------------------------- /src/share/polo/images/item-green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/item-green.svg -------------------------------------------------------------------------------- /src/share/polo/images/item-red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/item-red.svg -------------------------------------------------------------------------------- /src/share/polo/images/item-yellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/item-yellow.svg -------------------------------------------------------------------------------- /src/share/polo/images/kvm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/kvm.svg -------------------------------------------------------------------------------- /src/share/polo/images/list-add-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/list-add-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/list-remove-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/list-remove-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/lock-symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/lock-symbolic.png -------------------------------------------------------------------------------- /src/share/polo/images/locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/locked.png -------------------------------------------------------------------------------- /src/share/polo/images/locked2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/locked2.png -------------------------------------------------------------------------------- /src/share/polo/images/media-cdrom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/media-cdrom.png -------------------------------------------------------------------------------- /src/share/polo/images/media-eject.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/media-eject.svg -------------------------------------------------------------------------------- /src/share/polo/images/media-flash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/media-flash.png -------------------------------------------------------------------------------- /src/share/polo/images/media-playback-pause-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/media-playback-pause-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/media-playback-start-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/media-playback-start-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/middlebar-show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/middlebar-show.png -------------------------------------------------------------------------------- /src/share/polo/images/open-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/open-menu.svg -------------------------------------------------------------------------------- /src/share/polo/images/package-x-generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/package-x-generic.png -------------------------------------------------------------------------------- /src/share/polo/images/partitionmanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/partitionmanager.png -------------------------------------------------------------------------------- /src/share/polo/images/pathbar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/pathbar_arrows.png -------------------------------------------------------------------------------- /src/share/polo/images/pathbar_buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/pathbar_buttons.png -------------------------------------------------------------------------------- /src/share/polo/images/pathbar_compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/pathbar_compact.png -------------------------------------------------------------------------------- /src/share/polo/images/pathbar_flat_buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/pathbar_flat_buttons.png -------------------------------------------------------------------------------- /src/share/polo/images/polo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/polo.png -------------------------------------------------------------------------------- /src/share/polo/images/polo_layout_dual_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/polo_layout_dual_icons.png -------------------------------------------------------------------------------- /src/share/polo/images/polo_layout_dual_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/polo_layout_dual_list.png -------------------------------------------------------------------------------- /src/share/polo/images/polo_layout_quad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/polo_layout_quad.png -------------------------------------------------------------------------------- /src/share/polo/images/polo_layout_single_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/polo_layout_single_icons.png -------------------------------------------------------------------------------- /src/share/polo/images/polo_layout_single_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/polo_layout_single_list.png -------------------------------------------------------------------------------- /src/share/polo/images/preferences-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/preferences-color.png -------------------------------------------------------------------------------- /src/share/polo/images/preferences-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/preferences-desktop.png -------------------------------------------------------------------------------- /src/share/polo/images/preferences-system-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/preferences-system-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/process-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/process-stop.png -------------------------------------------------------------------------------- /src/share/polo/images/process-stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/process-stop.svg -------------------------------------------------------------------------------- /src/share/polo/images/progress.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/progress.gif -------------------------------------------------------------------------------- /src/share/polo/images/sidebar-show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/sidebar-show.png -------------------------------------------------------------------------------- /src/share/polo/images/switch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/switch.svg -------------------------------------------------------------------------------- /src/share/polo/images/symbolic-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/symbolic-link.png -------------------------------------------------------------------------------- /src/share/polo/images/tab-close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/tab-close.svg -------------------------------------------------------------------------------- /src/share/polo/images/tab-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/tab-new.png -------------------------------------------------------------------------------- /src/share/polo/images/terminal-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/terminal-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/text-x-generic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/text-x-generic.svg -------------------------------------------------------------------------------- /src/share/polo/images/text-x-preview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/text-x-preview.svg -------------------------------------------------------------------------------- /src/share/polo/images/unlocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/unlocked.png -------------------------------------------------------------------------------- /src/share/polo/images/unlocked2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/unlocked2.png -------------------------------------------------------------------------------- /src/share/polo/images/user-bookmarks-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/user-bookmarks-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/user-bookmarks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/user-bookmarks.svg -------------------------------------------------------------------------------- /src/share/polo/images/user-trash-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/user-trash-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/view-filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/view-filter.svg -------------------------------------------------------------------------------- /src/share/polo/images/view-fullscreen-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/view-fullscreen-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/view-grid-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/view-grid-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/view-list-compact-symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/view-list-compact-symbolic.png -------------------------------------------------------------------------------- /src/share/polo/images/view-list-details-symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/view-list-details-symbolic.png -------------------------------------------------------------------------------- /src/share/polo/images/view-list-icons-symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/view-list-icons-symbolic.png -------------------------------------------------------------------------------- /src/share/polo/images/view-list-images-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/view-list-images-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/view-refresh-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/view-refresh-symbolic.svg -------------------------------------------------------------------------------- /src/share/polo/images/view-refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/view-refresh.png -------------------------------------------------------------------------------- /src/share/polo/images/web-amazon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/web-amazon.png -------------------------------------------------------------------------------- /src/share/polo/images/web-google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/web-google.png -------------------------------------------------------------------------------- /src/share/polo/images/web-microsoft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/web-microsoft.png -------------------------------------------------------------------------------- /src/share/polo/images/window-close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/window-close.svg -------------------------------------------------------------------------------- /src/share/polo/images/window-maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/window-maximize.svg -------------------------------------------------------------------------------- /src/share/polo/images/window-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/window-menu.svg -------------------------------------------------------------------------------- /src/share/polo/images/window-minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teejee2008/polo/HEAD/src/share/polo/images/window-minimize.svg --------------------------------------------------------------------------------