├── .Xresources ├── .bash_aliases ├── .bash_profile ├── .bashrc ├── .dircolors ├── .gitconfig ├── .gitignore ├── .mpd ├── mpd.conf ├── mpd.db ├── mpd.log ├── mpdstate └── playlists │ ├── basso.m3u │ ├── kaaos.m3u │ ├── kohina.m3u │ └── radio helsinki.m3u ├── .ncmpcpp ├── config └── error.log ├── .newsbeuter ├── cache.db ├── config ├── history.cmdline ├── history.search └── urls ├── .profile ├── .ssh_config.gpg ├── .terminator ├── .themes ├── Arc-Dark-Custom │ ├── gtk-2.0 │ │ ├── apps.rc │ │ ├── assets │ │ │ ├── arrow-down-insens.png │ │ │ ├── arrow-down-prelight.png │ │ │ ├── arrow-down-small-insens.png │ │ │ ├── arrow-down-small-prelight.png │ │ │ ├── arrow-down-small.png │ │ │ ├── arrow-down.png │ │ │ ├── arrow-left-insens.png │ │ │ ├── arrow-left-prelight.png │ │ │ ├── arrow-left.png │ │ │ ├── arrow-right-insens.png │ │ │ ├── arrow-right-prelight.png │ │ │ ├── arrow-right.png │ │ │ ├── arrow-up-insens.png │ │ │ ├── arrow-up-prelight.png │ │ │ ├── arrow-up-small-insens.png │ │ │ ├── arrow-up-small-prelight.png │ │ │ ├── arrow-up-small.png │ │ │ ├── arrow-up.png │ │ │ ├── button-active.png │ │ │ ├── button-hover.png │ │ │ ├── button-insensitive.png │ │ │ ├── button.png │ │ │ ├── checkbox-checked-insensitive.png │ │ │ ├── checkbox-checked.png │ │ │ ├── checkbox-unchecked-insensitive.png │ │ │ ├── checkbox-unchecked.png │ │ │ ├── combo-entry-button-active-rtl.png │ │ │ ├── combo-entry-button-active.png │ │ │ ├── combo-entry-button-insensitive-rtl.png │ │ │ ├── combo-entry-button-insensitive.png │ │ │ ├── combo-entry-button-rtl.png │ │ │ ├── combo-entry-button.png │ │ │ ├── combo-entry-focus-notebook-rtl.png │ │ │ ├── combo-entry-focus-notebook.png │ │ │ ├── combo-entry-focus-rtl.png │ │ │ ├── combo-entry-focus.png │ │ │ ├── combo-entry-insensitive-notebook-rtl.png │ │ │ ├── combo-entry-insensitive-notebook.png │ │ │ ├── combo-entry-insensitive-rtl.png │ │ │ ├── combo-entry-insensitive.png │ │ │ ├── combo-entry-notebook-rtl.png │ │ │ ├── combo-entry-notebook.png │ │ │ ├── combo-entry-rtl.png │ │ │ ├── combo-entry.png │ │ │ ├── down-background-disable-rtl.png │ │ │ ├── down-background-disable.png │ │ │ ├── down-background-rtl.png │ │ │ ├── down-background.png │ │ │ ├── entry-border-active-bg-solid.png │ │ │ ├── entry-border-active-bg.png │ │ │ ├── entry-border-bg-solid.png │ │ │ ├── entry-border-bg.png │ │ │ ├── entry-border-disabled-bg.png │ │ │ ├── entry-border-fill.png │ │ │ ├── focus-line.png │ │ │ ├── frame-gap-end.png │ │ │ ├── frame-gap-start.png │ │ │ ├── frame.png │ │ │ ├── handle-h.png │ │ │ ├── handle-v.png │ │ │ ├── inline-toolbar.png │ │ │ ├── line-h.png │ │ │ ├── line-v.png │ │ │ ├── menu-arrow-prelight.png │ │ │ ├── menu-arrow.png │ │ │ ├── menu-checkbox-checked-insensitive.png │ │ │ ├── menu-checkbox-checked.png │ │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ │ ├── menu-checkbox-unchecked.png │ │ │ ├── menu-radio-checked-insensitive.png │ │ │ ├── menu-radio-checked.png │ │ │ ├── menu-radio-unchecked-insensitive.png │ │ │ ├── menu-radio-unchecked.png │ │ │ ├── menubar.png │ │ │ ├── menubar_button.png │ │ │ ├── menuitem.png │ │ │ ├── minus.png │ │ │ ├── notebook-entry-border-active-bg.png │ │ │ ├── notebook-entry-border-bg.png │ │ │ ├── notebook-entry-border-disabled-bg.png │ │ │ ├── notebook-gap-horiz.png │ │ │ ├── notebook-gap-vert.png │ │ │ ├── notebook.png │ │ │ ├── null.png │ │ │ ├── plus.png │ │ │ ├── radio-checked-insensitive.png │ │ │ ├── radio-checked.png │ │ │ ├── radio-unchecked-insensitive.png │ │ │ ├── radio-unchecked.png │ │ │ ├── slider-insensitive.png │ │ │ ├── slider-prelight.png │ │ │ ├── slider.png │ │ │ ├── tab-bottom-active.png │ │ │ ├── tab-left-active.png │ │ │ ├── tab-right-active.png │ │ │ ├── tab-top-active.png │ │ │ ├── toolbar-entry-border-active-bg.png │ │ │ ├── toolbar-entry-border-bg.png │ │ │ ├── toolbar-entry-border-disabled-bg.png │ │ │ ├── toolbar.png │ │ │ ├── tree_header.png │ │ │ ├── trough-horizontal.png │ │ │ ├── trough-scrollbar.png │ │ │ ├── trough-vertical.png │ │ │ ├── up-background-disable-rtl.png │ │ │ ├── up-background-disable.png │ │ │ ├── up-background-rtl.png │ │ │ └── up-background.png │ │ ├── gtkrc │ │ ├── main.rc │ │ ├── menubar-toolbar │ │ │ ├── button-active.png │ │ │ ├── button-hover.png │ │ │ ├── button-insensitive.png │ │ │ ├── button.png │ │ │ ├── menubar-dark.png │ │ │ ├── menubar-toolbar-dark.rc │ │ │ ├── menubar-toolbar.rc │ │ │ ├── menubar.png │ │ │ ├── menubar_button-dark.png │ │ │ ├── menubar_button.png │ │ │ ├── toolbar-entry-border-active-bg-dark.png │ │ │ ├── toolbar-entry-border-active-bg.png │ │ │ ├── toolbar-entry-border-bg-dark.png │ │ │ ├── toolbar-entry-border-bg.png │ │ │ ├── toolbar-entry-border-disabled-bg-dark.png │ │ │ └── toolbar-entry-border-disabled-bg.png │ │ └── panel.rc │ └── index.theme └── Karc-Dark │ ├── cinnamon │ ├── cinnamon.css │ ├── common-assets │ │ ├── menu │ │ │ └── menu-separator.svg │ │ ├── misc │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── bg.svg │ │ │ ├── calendar-arrow-left-hover.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right-hover.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple-ltr.svg │ │ │ ├── corner-ripple-rtl.svg │ │ │ ├── desklet-header.svg │ │ │ ├── desklet.svg │ │ │ ├── osd.svg │ │ │ ├── overview-hover.png │ │ │ ├── overview.png │ │ │ └── trash-icon.svg │ │ └── panel │ │ │ ├── activities-active.svg │ │ │ ├── activities.svg │ │ │ ├── panel-bottom.svg │ │ │ ├── panel-top.svg │ │ │ ├── window-list-active-bottom.svg │ │ │ └── window-list-active-top.svg │ └── dark-assets │ │ ├── checkbox │ │ ├── checkbox-checked-focused.svg │ │ ├── checkbox-checked.svg │ │ ├── checkbox-unchecked-focused.svg │ │ └── checkbox-unchecked.svg │ │ ├── menu │ │ ├── menu-hover.svg │ │ ├── menu.svg │ │ └── submenu.svg │ │ ├── misc │ │ ├── button-box.svg │ │ ├── message.svg │ │ └── modal.svg │ │ └── switch │ │ ├── switch-off.svg │ │ └── switch-on.svg │ ├── gnome-shell │ ├── common-assets │ │ ├── dash │ │ │ ├── dash-bottom.svg │ │ │ ├── dash-extended-bottom.svg │ │ │ ├── dash-extended-left.svg │ │ │ ├── dash-extended-right.svg │ │ │ ├── dash-extended-top.svg │ │ │ ├── dash-left.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── dash-right.svg │ │ │ └── dash-top.svg │ │ ├── menu │ │ │ └── menu-separator.svg │ │ ├── misc │ │ │ ├── bg.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple-ltr.svg │ │ │ ├── corner-ripple-rtl.svg │ │ │ ├── more-results.svg │ │ │ ├── osd.svg │ │ │ ├── page-indicator-active.svg │ │ │ ├── page-indicator-checked.svg │ │ │ ├── page-indicator-hover.svg │ │ │ ├── page-indicator-inactive.svg │ │ │ ├── process-working.svg │ │ │ ├── ws-switch-arrow-down.png │ │ │ └── ws-switch-arrow-up.png │ │ └── panel │ │ │ ├── activities-active.svg │ │ │ ├── activities.svg │ │ │ ├── panel-overview.svg │ │ │ └── panel.svg │ ├── dark-assets │ │ ├── checkbox │ │ │ ├── checkbox-checked-focused.svg │ │ │ ├── checkbox-checked.svg │ │ │ ├── checkbox-unchecked-focused.svg │ │ │ └── checkbox-unchecked.svg │ │ ├── menu │ │ │ ├── menu-hover.svg │ │ │ ├── menu.svg │ │ │ ├── submenu-open.svg │ │ │ └── submenu.svg │ │ ├── misc │ │ │ ├── calendar-arrow-left-hover.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right-hover.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── message-active.svg │ │ │ ├── message-close-active.svg │ │ │ ├── message-close-hover.svg │ │ │ ├── message-close.svg │ │ │ ├── message-hover.svg │ │ │ ├── message.svg │ │ │ └── modal.svg │ │ └── switch │ │ │ ├── switch-off.svg │ │ │ └── switch-on.svg │ └── gnome-shell.css │ ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-down-small-insens.png │ │ ├── arrow-down-small-prelight.png │ │ ├── arrow-down-small.png │ │ ├── arrow-down.png │ │ ├── arrow-left-insens.png │ │ ├── arrow-left-prelight.png │ │ ├── arrow-left.png │ │ ├── arrow-right-insens.png │ │ ├── arrow-right-prelight.png │ │ ├── arrow-right.png │ │ ├── arrow-up-insens.png │ │ ├── arrow-up-prelight.png │ │ ├── arrow-up-small-insens.png │ │ ├── arrow-up-small-prelight.png │ │ ├── arrow-up-small.png │ │ ├── arrow-up.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-entry-button-active-rtl.png │ │ ├── combo-entry-button-active.png │ │ ├── combo-entry-button-insensitive-rtl.png │ │ ├── combo-entry-button-insensitive.png │ │ ├── combo-entry-button-rtl.png │ │ ├── combo-entry-button.png │ │ ├── combo-entry-focus-notebook-rtl.png │ │ ├── combo-entry-focus-notebook.png │ │ ├── combo-entry-focus-rtl.png │ │ ├── combo-entry-focus.png │ │ ├── combo-entry-insensitive-notebook-rtl.png │ │ ├── combo-entry-insensitive-notebook.png │ │ ├── combo-entry-insensitive-rtl.png │ │ ├── combo-entry-insensitive.png │ │ ├── combo-entry-notebook-rtl.png │ │ ├── combo-entry-notebook.png │ │ ├── combo-entry-rtl.png │ │ ├── combo-entry.png │ │ ├── down-background-disable-rtl.png │ │ ├── down-background-disable.png │ │ ├── down-background-rtl.png │ │ ├── down-background.png │ │ ├── entry-border-active-bg-solid.png │ │ ├── entry-border-active-bg.png │ │ ├── entry-border-bg-solid.png │ │ ├── entry-border-bg.png │ │ ├── entry-border-disabled-bg.png │ │ ├── entry-border-fill.png │ │ ├── focus-line.png │ │ ├── frame-gap-end.png │ │ ├── frame-gap-start.png │ │ ├── frame.png │ │ ├── handle-h.png │ │ ├── handle-v.png │ │ ├── inline-toolbar.png │ │ ├── line-h.png │ │ ├── line-v.png │ │ ├── menu-arrow-prelight.png │ │ ├── menu-arrow.png │ │ ├── menu-checkbox-checked-insensitive.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked.png │ │ ├── menubar.png │ │ ├── menubar_button.png │ │ ├── menuitem.png │ │ ├── minus.png │ │ ├── notebook-entry-border-active-bg.png │ │ ├── notebook-entry-border-bg.png │ │ ├── notebook-entry-border-disabled-bg.png │ │ ├── notebook-gap-horiz.png │ │ ├── notebook-gap-vert.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── plus.png │ │ ├── progressbar.png │ │ ├── progressbar_v.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── slider-horiz-active.png │ │ ├── slider-horiz-insens.png │ │ ├── slider-horiz-prelight.png │ │ ├── slider-horiz.png │ │ ├── slider-insensitive.png │ │ ├── slider-prelight.png │ │ ├── slider-vert-active.png │ │ ├── slider-vert-insens.png │ │ ├── slider-vert-prelight.png │ │ ├── slider-vert.png │ │ ├── slider.png │ │ ├── tab-bottom-active.png │ │ ├── tab-left-active.png │ │ ├── tab-right-active.png │ │ ├── tab-top-active.png │ │ ├── toolbar-entry-border-active-bg.png │ │ ├── toolbar-entry-border-bg.png │ │ ├── toolbar-entry-border-disabled-bg.png │ │ ├── toolbar.png │ │ ├── tree_header.png │ │ ├── trough-horizontal-active.png │ │ ├── trough-horizontal.png │ │ ├── trough-progressbar.png │ │ ├── trough-progressbar_v.png │ │ ├── trough-scrollbar-horiz.png │ │ ├── trough-scrollbar-vert.png │ │ ├── trough-vertical-active.png │ │ ├── trough-vertical.png │ │ ├── up-background-disable-rtl.png │ │ ├── up-background-disable.png │ │ ├── up-background-rtl.png │ │ └── up-background.png │ ├── gtkrc │ ├── main.rc │ ├── menubar-toolbar │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── menubar-dark.png │ │ ├── menubar-toolbar-dark.rc │ │ ├── menubar-toolbar.rc │ │ ├── menubar.png │ │ ├── menubar_button-dark.png │ │ ├── menubar_button.png │ │ ├── toolbar-entry-border-active-bg-dark.png │ │ ├── toolbar-entry-border-active-bg.png │ │ ├── toolbar-entry-border-bg-dark.png │ │ ├── toolbar-entry-border-bg.png │ │ ├── toolbar-entry-border-disabled-bg-dark.png │ │ └── toolbar-entry-border-disabled-bg.png │ └── panel.rc │ ├── 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-max-active-dark.png │ │ ├── titlebutton-max-active-dark@2.png │ │ ├── titlebutton-max-active.png │ │ ├── titlebutton-max-active@2.png │ │ ├── titlebutton-max-backdrop-dark.png │ │ ├── titlebutton-max-backdrop-dark@2.png │ │ ├── titlebutton-max-backdrop.png │ │ ├── titlebutton-max-backdrop@2.png │ │ ├── titlebutton-max-dark.png │ │ ├── titlebutton-max-dark@2.png │ │ ├── titlebutton-max-hover-dark.png │ │ ├── titlebutton-max-hover-dark@2.png │ │ ├── titlebutton-max-hover.png │ │ ├── titlebutton-max-hover@2.png │ │ ├── titlebutton-max.png │ │ ├── titlebutton-max@2.png │ │ ├── titlebutton-min-active-dark.png │ │ ├── titlebutton-min-active-dark@2.png │ │ ├── titlebutton-min-active.png │ │ ├── titlebutton-min-active@2.png │ │ ├── titlebutton-min-backdrop-dark.png │ │ ├── titlebutton-min-backdrop-dark@2.png │ │ ├── titlebutton-min-backdrop.png │ │ ├── titlebutton-min-backdrop@2.png │ │ ├── titlebutton-min-dark.png │ │ ├── titlebutton-min-dark@2.png │ │ ├── titlebutton-min-hover-dark.png │ │ ├── titlebutton-min-hover-dark@2.png │ │ ├── titlebutton-min-hover.png │ │ ├── titlebutton-min-hover@2.png │ │ ├── titlebutton-min.png │ │ └── titlebutton-min@2.png │ └── gtk.css │ ├── index.theme │ ├── metacity-1 │ ├── button-bg.svg │ ├── button-border.svg │ ├── close-icon.svg │ ├── max-icon.svg │ ├── metacity-theme-1.xml │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ └── min-icon.svg │ ├── unity │ ├── close.svg │ ├── close_dash.svg │ ├── close_dash_disabled.svg │ ├── close_dash_prelight.svg │ ├── close_dash_pressed.svg │ ├── close_focused_normal.svg │ ├── close_focused_prelight.svg │ ├── close_focused_pressed.svg │ ├── close_unfocused.svg │ ├── close_unfocused_prelight.svg │ ├── close_unfocused_pressed.svg │ ├── dash │ │ ├── close_dash.svg │ │ ├── close_dash_disabled.svg │ │ ├── close_dash_prelight.svg │ │ ├── close_dash_pressed.svg │ │ ├── maximize_dash.svg │ │ ├── maximize_dash_disabled.svg │ │ ├── maximize_dash_prelight.svg │ │ ├── maximize_dash_pressed.svg │ │ ├── minimize_dash.svg │ │ ├── minimize_dash_disabled.svg │ │ ├── minimize_dash_prelight.svg │ │ └── minimize_dash_pressed.svg │ ├── launcher_arrow_ltr_19.svg │ ├── launcher_arrow_ltr_37.svg │ ├── launcher_arrow_outline_ltr_19.svg │ ├── launcher_arrow_outline_ltr_37.svg │ ├── launcher_arrow_outline_rtl_19.svg │ ├── launcher_arrow_outline_rtl_37.svg │ ├── launcher_arrow_rtl_19.svg │ ├── launcher_arrow_rtl_37.svg │ ├── launcher_icon_back_150.svg │ ├── launcher_icon_back_54.svg │ ├── launcher_icon_edge_150.svg │ ├── launcher_icon_edge_54.svg │ ├── launcher_icon_glow_200.svg │ ├── launcher_icon_glow_62.svg │ ├── launcher_icon_selected_back_150.svg │ ├── launcher_icon_selected_back_54.svg │ ├── launcher_icon_shadow_200.svg │ ├── launcher_icon_shadow_62.svg │ ├── launcher_icon_shine_150.svg │ ├── launcher_icon_shine_54.svg │ ├── launcher_pip_ltr_19.svg │ ├── launcher_pip_ltr_37.svg │ ├── launcher_pip_rtl_19.svg │ ├── launcher_pip_rtl_37.svg │ ├── maximize.svg │ ├── maximize_dash.svg │ ├── maximize_dash_disabled.svg │ ├── maximize_dash_prelight.svg │ ├── maximize_dash_pressed.svg │ ├── maximize_focused_normal.svg │ ├── maximize_focused_prelight.svg │ ├── maximize_focused_pressed.svg │ ├── maximize_unfocused.svg │ ├── maximize_unfocused_prelight.svg │ ├── maximize_unfocused_pressed.svg │ ├── minimize.svg │ ├── minimize_dash.svg │ ├── minimize_dash_disabled.svg │ ├── minimize_dash_prelight.svg │ ├── minimize_dash_pressed.svg │ ├── minimize_focused_normal.svg │ ├── minimize_focused_prelight.svg │ ├── minimize_focused_pressed.svg │ ├── minimize_unfocused.svg │ ├── minimize_unfocused_prelight.svg │ ├── minimize_unfocused_pressed.svg │ ├── sheet_style_close_focused.svg │ ├── sheet_style_close_focused_prelight.svg │ ├── sheet_style_close_focused_pressed.svg │ ├── unmaximize.svg │ ├── unmaximize_dash.svg │ ├── unmaximize_dash_disabled.svg │ ├── unmaximize_dash_prelight.svg │ ├── unmaximize_dash_pressed.svg │ ├── unmaximize_focused_normal.svg │ ├── unmaximize_focused_prelight.svg │ ├── unmaximize_focused_pressed.svg │ ├── unmaximize_unfocused.svg │ ├── unmaximize_unfocused_prelight.svg │ ├── unmaximize_unfocused_pressed.svg │ └── window-buttons │ │ ├── close.svg │ │ ├── close_prelight.svg │ │ ├── close_pressed.svg │ │ ├── close_unfocused.svg │ │ ├── maximize.svg │ │ ├── maximize_prelight.svg │ │ ├── maximize_pressed.svg │ │ ├── maximize_unfocused.svg │ │ ├── minimize.svg │ │ ├── minimize_prelight.svg │ │ ├── minimize_pressed.svg │ │ └── minimize_unfocused.svg │ └── xfwm4 │ ├── bottom-active.xpm │ ├── bottom-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-prelight.xpm │ ├── close-pressed.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-prelight.xpm │ ├── hide-pressed.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── maximize-prelight.xpm │ ├── maximize-pressed.xpm │ ├── menu-active.xpm │ ├── menu-inactive.xpm │ ├── menu-pressed.xpm │ ├── right-active.xpm │ ├── right-inactive.xpm │ ├── shade-active.xpm │ ├── shade-inactive.xpm │ ├── shade-pressed.xpm │ ├── stick-active.xpm │ ├── stick-inactive.xpm │ ├── stick-pressed.xpm │ ├── themerc │ ├── title-1-active-shaded.xpm │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── top-left-active-shaded.xpm │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active-shaded.xpm │ ├── top-right-active.xpm │ └── top-right-inactive.xpm ├── .tmux.conf ├── .tmux └── plugins │ └── tpm │ ├── .gitattributes │ ├── .gitignore │ ├── .gitmodules │ ├── .travis.yml │ ├── CHANGELOG.md │ ├── HOW_TO_PLUGIN.md │ ├── LICENSE.md │ ├── README.md │ ├── bin │ ├── clean_plugins │ ├── install_plugins │ └── update_plugins │ ├── bindings │ ├── clean_plugins │ ├── install_plugins │ └── update_plugins │ ├── docs │ ├── automatic_tpm_installation.md │ ├── changing_plugins_install_dir.md │ ├── how_to_create_plugin.md │ ├── managing_plugins_via_cmd_line.md │ └── tpm_not_working.md │ ├── scripts │ ├── check_tmux_version.sh │ ├── clean_plugins.sh │ ├── helpers │ │ ├── plugin_functions.sh │ │ ├── shell_echo_functions.sh │ │ ├── tmux_echo_functions.sh │ │ ├── tmux_utils.sh │ │ └── utility.sh │ ├── install_plugins.sh │ ├── source_plugins.sh │ ├── update_plugin.sh │ ├── update_plugin_prompt_handler.sh │ └── variables.sh │ ├── tests │ ├── expect_failed_plugin_download │ ├── expect_successful_clean_plugins │ ├── expect_successful_multiple_plugins_download │ ├── expect_successful_plugin_download │ ├── expect_successful_update_of_a_single_plugin │ ├── expect_successful_update_of_all_plugins │ ├── helpers │ │ └── tpm.sh │ ├── test_plugin_clean.sh │ ├── test_plugin_installation.sh │ ├── test_plugin_installation_legacy.sh │ ├── test_plugin_sourcing.sh │ └── test_plugin_update.sh │ └── tpm ├── .vim ├── autoload │ └── plug.vim ├── coc-settings.json ├── colors │ └── sorcerer.vim ├── ftplugin │ └── javascript.vim └── syntax │ ├── escript.vim │ └── haskell.vim ├── .vimrc ├── .xsession ├── .zshrc ├── README.md ├── bin ├── .c ├── .js-session.swo ├── _fp.gpg ├── alarm ├── android-studio ├── ardour ├── bar-notifyd ├── bedtime ├── cache-xrandr ├── caps ├── change-wallpaper ├── chrome-app ├── clip-pass ├── compton ├── compton-init ├── copy-pass ├── custom-keys ├── dattr ├── decrypt ├── def-session ├── dzen-notify ├── encrypt ├── ensure-vpn ├── feh ├── fetch-jolla-pics ├── ffox ├── flobotti ├── fp ├── gdq ├── get-pass ├── get-pass-env ├── home-lock ├── hy-vpn ├── idea ├── img.sh ├── invaders ├── irk ├── irssi-notify ├── jolla-timer ├── js-session ├── kmap-query ├── kotatsu-toggle ├── laji-form ├── laji-map ├── launcher ├── lighthouse ├── lock ├── lower-vol ├── m ├── museo-vpn ├── muttatt ├── nethack-online ├── nethack-online.gpg ├── news ├── notify ├── notify-error ├── notify-focused-desktop ├── notify-info ├── notify-no-icon ├── notify-run ├── notify-success ├── notifyd ├── pass-init-fifos ├── paste-pass ├── paste-user ├── paste-user-pass ├── paste-user-then-pass ├── peerflix ├── photosync ├── pia-dialog ├── pia-vpn ├── pimio ├── pimio-export ├── pimio-linker ├── popcorn-time ├── prepend ├── quake-terminal ├── query-mute ├── query-primary ├── query-vol ├── qutebrowser ├── raise-vol ├── restart-bar ├── restart-vpn ├── robo-dashboard ├── run-once ├── screenshot ├── scropen ├── search-pass ├── separate-kotatsu ├── shutdown-now ├── slack ├── start-jack ├── steam-launcher ├── stop-alarm ├── sulka ├── sxiv-rifle ├── tinyurl ├── toggle-cairo-dock ├── toggle-kmap ├── toggle-mute ├── toggle-opacity ├── toggle-rs ├── toggle-screen ├── toggle-trayer ├── toggle-vpn ├── tomcat ├── torrench ├── torrent ├── twitch ├── update-monitors ├── update-wallpaper ├── vpn ├── wait-for ├── wbstrm ├── whatsapp ├── wol ├── work-session ├── work-vpn ├── workspace-terminal ├── xbox ├── xwobflock └── zoom ├── bspwmrc ├── cairo-dock ├── .cairo-dock ├── .cairo-dock-need-save ├── .help ├── current_theme │ ├── cairo-dock-simple.conf │ ├── cairo-dock.conf │ ├── icons │ │ └── folder.svg │ ├── images │ │ ├── active.png │ │ ├── bg.svg │ │ └── indicator.png │ ├── launchers │ │ ├── 01chromium.desktop │ │ ├── 01container.desktop │ │ ├── 01launcher.desktop │ │ ├── 01steam.desktop │ │ ├── 02container.desktop │ │ ├── 02launcher.desktop │ │ ├── 02separator.desktop │ │ ├── 03container.desktop │ │ ├── 03launcher.desktop │ │ ├── 04container.desktop │ │ ├── 04launcher.desktop │ │ └── 05launcher.desktop │ ├── plug-ins │ │ ├── Animated-icons │ │ │ └── Animated-icons.conf │ │ ├── Clipper │ │ │ └── Clipper.conf │ │ ├── Dbus │ │ │ └── Dbus.conf │ │ ├── GMenu │ │ │ └── GMenu.conf │ │ ├── Help │ │ │ └── Help.conf │ │ ├── Recent-Events │ │ │ └── Recent-Events.conf │ │ ├── Remote-Control │ │ │ └── Remote-Control.conf │ │ ├── dialog-rendering │ │ │ └── dialog-rendering.conf │ │ ├── dnd2share │ │ │ └── dnd2share.conf │ │ ├── drop_indicator │ │ │ └── drop_indicator.conf │ │ ├── icon-effect │ │ │ └── icon-effect.conf │ │ ├── illusion │ │ │ └── illusion.conf │ │ ├── logout │ │ │ └── logout.conf │ │ ├── musicPlayer │ │ │ └── musicPlayer.conf │ │ ├── quick-browser │ │ │ └── quick-browser.conf │ │ ├── rendering │ │ │ └── rendering.conf │ │ ├── shortcuts │ │ │ └── shortcuts.conf │ │ ├── showDesktop │ │ │ └── showDesktop.conf │ │ ├── stack │ │ │ └── stack.conf │ │ └── switcher │ │ │ └── switcher.conf │ ├── preview │ └── readme └── third-party │ └── locale │ └── last-modif ├── compton.conf ├── compton2.conf ├── compton3.conf ├── decrypt.sh ├── dunstrc ├── fi_custom ├── gnome-terminal ├── %gconf.xml ├── global │ └── %gconf.xml └── profiles │ ├── %gconf.xml │ ├── Default │ └── %gconf.xml │ └── Profile0 │ └── %gconf.xml ├── gpg-agent.conf ├── kitty.conf ├── lib ├── lighthouse.c ├── steam_custom.py └── steam_snes.py ├── lighthouse ├── add_to_cache.py ├── cache_tree.py ├── cmd ├── cmd.py ├── google.py ├── lighthouserc └── search.png ├── link.sh ├── load-bar-env.sh ├── mimeapps.list ├── packages ├── qute_userscripts ├── download_open_rm ├── pass_fill ├── password_fill ├── testi └── view_in_mpv ├── qutebrowser ├── autoconfig.yml ├── keys.conf ├── qsettings │ └── qutebrowser │ │ └── qutebrowser.conf └── qutebrowser.conf ├── ranger_rc.conf ├── ranger_rifle.conf ├── rc.lua ├── redshift.conf ├── rofi ├── bedtime.sh ├── config.rasi ├── pass.sh ├── rofi-file-browser.sh ├── steam.sh ├── theme.rasi └── vpn.sh ├── scripts ├── asd.sh ├── bspwm │ ├── add_external_rule │ ├── bspwmpython │ │ ├── __init__.py │ │ └── querytree.py │ ├── change_desktop │ ├── desktop_wall │ ├── expander │ ├── floating_expander │ ├── gaps │ ├── get_focused │ ├── get_nearest_edge │ ├── multiple_external_rules │ ├── on_desktop_change │ ├── padding │ ├── presel_or_move_floating │ ├── remove_external_rule │ ├── resizer │ ├── rotate_split │ └── state_toggle ├── compton-convgen ├── jack │ └── start.sh ├── main-colours.py ├── mutt │ ├── hook.sh │ └── muttattach.sh ├── quakify │ ├── external_rules │ ├── get_end_pos │ ├── get_name │ ├── quakify │ ├── spawn_quakified │ └── validate_win ├── scales ├── screen-daemon.sh ├── screen.sh ├── screen_log.out ├── screen_pidfile └── test.py ├── sxhkdrc ├── sxiv └── exec │ ├── image-info │ └── key-handler ├── symlinks ├── sync.sh ├── theme.lua ├── tilda.config_0 ├── us_custom └── xdg-applications └── vim.desktop /.Xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.Xresources -------------------------------------------------------------------------------- /.bash_aliases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.bash_aliases -------------------------------------------------------------------------------- /.bash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.bash_profile -------------------------------------------------------------------------------- /.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.bashrc -------------------------------------------------------------------------------- /.dircolors: -------------------------------------------------------------------------------- 1 | OTHER_WRITABLE 42;30 2 | -------------------------------------------------------------------------------- /.gitconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.gitconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.gitignore -------------------------------------------------------------------------------- /.mpd/mpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.mpd/mpd.conf -------------------------------------------------------------------------------- /.mpd/mpd.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.mpd/mpd.db -------------------------------------------------------------------------------- /.mpd/mpd.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.mpd/mpd.log -------------------------------------------------------------------------------- /.mpd/mpdstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.mpd/mpdstate -------------------------------------------------------------------------------- /.mpd/playlists/basso.m3u: -------------------------------------------------------------------------------- 1 | http://188.117.44.132:8000/stream 2 | -------------------------------------------------------------------------------- /.mpd/playlists/kaaos.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.mpd/playlists/kaaos.m3u -------------------------------------------------------------------------------- /.mpd/playlists/kohina.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.mpd/playlists/kohina.m3u -------------------------------------------------------------------------------- /.mpd/playlists/radio helsinki.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.mpd/playlists/radio helsinki.m3u -------------------------------------------------------------------------------- /.ncmpcpp/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.ncmpcpp/config -------------------------------------------------------------------------------- /.ncmpcpp/error.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.newsbeuter/cache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.newsbeuter/cache.db -------------------------------------------------------------------------------- /.newsbeuter/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.newsbeuter/config -------------------------------------------------------------------------------- /.newsbeuter/history.cmdline: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.newsbeuter/history.search: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.newsbeuter/urls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.newsbeuter/urls -------------------------------------------------------------------------------- /.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.profile -------------------------------------------------------------------------------- /.ssh_config.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.ssh_config.gpg -------------------------------------------------------------------------------- /.terminator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.terminator -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-down-insens.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-down-prelight.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-down-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-down-small.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-left-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-left-insens.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-left-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-left-prelight.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-right-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-right-insens.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-right-prelight.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-right.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-up-insens.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-up-prelight.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-up-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-up-small-insens.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-up-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-up-small.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/button-active.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/button-hover.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/button-insensitive.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry-button-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry-button-rtl.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry-button.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry-focus-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry-focus-rtl.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry-focus.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry-notebook.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry-rtl.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/combo-entry.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/down-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/down-background-rtl.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/down-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/down-background.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/entry-border-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/entry-border-active-bg.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/entry-border-bg-solid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/entry-border-bg-solid.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/entry-border-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/entry-border-bg.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/entry-border-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/entry-border-fill.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/frame-gap-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/frame-gap-end.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/frame-gap-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/frame-gap-start.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/inline-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/inline-toolbar.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/menu-arrow-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/menu-arrow-prelight.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/menu-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/menu-checkbox-checked.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/menu-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/menu-radio-checked.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/menu-radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/menu-radio-unchecked.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/menubar_button.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/notebook-gap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/notebook-gap-horiz.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/notebook-gap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/notebook-gap-vert.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/radio-checked.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/slider-insensitive.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/slider-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/slider-prelight.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/tab-bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/tab-bottom-active.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/tab-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/tab-left-active.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/tab-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/tab-right-active.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/tab-top-active.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/tree_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/tree_header.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/trough-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/trough-horizontal.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/trough-scrollbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/trough-scrollbar.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/trough-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/trough-vertical.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/up-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/up-background-disable.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/up-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/up-background-rtl.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/assets/up-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/assets/up-background.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/main.rc -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/menubar-toolbar/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/menubar-toolbar/button-active.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/menubar-toolbar/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/menubar-toolbar/button-hover.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/menubar-toolbar/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/menubar-toolbar/button.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/menubar-toolbar/menubar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/menubar-toolbar/menubar-dark.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/menubar-toolbar/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/menubar-toolbar/menubar.png -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /.themes/Arc-Dark-Custom/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Arc-Dark-Custom/index.theme -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/menu/menu-separator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/menu/menu-separator.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/misc/add-workspace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/misc/add-workspace.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/misc/bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/misc/bg.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/misc/close-active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/misc/close-active.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/misc/close-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/misc/close-hover.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/misc/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/misc/close.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/misc/desklet-header.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/misc/desklet-header.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/misc/desklet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/misc/desklet.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/misc/osd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/misc/osd.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/misc/overview-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/misc/overview-hover.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/misc/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/misc/overview.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/misc/trash-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/misc/trash-icon.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/panel/activities.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/panel/activities.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/panel/panel-bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/panel/panel-bottom.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/common-assets/panel/panel-top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/common-assets/panel/panel-top.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/dark-assets/menu/menu-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/dark-assets/menu/menu-hover.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/dark-assets/menu/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/dark-assets/menu/menu.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/dark-assets/menu/submenu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/dark-assets/menu/submenu.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/dark-assets/misc/button-box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/dark-assets/misc/button-box.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/dark-assets/misc/message.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/dark-assets/misc/message.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/dark-assets/misc/modal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/dark-assets/misc/modal.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/dark-assets/switch/switch-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/dark-assets/switch/switch-off.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/cinnamon/dark-assets/switch/switch-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/cinnamon/dark-assets/switch/switch-on.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/common-assets/dash/dash-bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/common-assets/dash/dash-bottom.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/common-assets/dash/dash-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/common-assets/dash/dash-left.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/common-assets/dash/dash-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/common-assets/dash/dash-right.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/common-assets/dash/dash-top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/common-assets/dash/dash-top.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/common-assets/misc/bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/common-assets/misc/bg.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/common-assets/misc/close-active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/common-assets/misc/close-active.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/common-assets/misc/close-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/common-assets/misc/close-hover.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/common-assets/misc/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/common-assets/misc/close.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/common-assets/misc/more-results.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/common-assets/misc/more-results.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/common-assets/misc/osd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/common-assets/misc/osd.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/common-assets/panel/activities.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/common-assets/panel/activities.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/common-assets/panel/panel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/common-assets/panel/panel.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/dark-assets/menu/menu-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/dark-assets/menu/menu-hover.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/dark-assets/menu/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/dark-assets/menu/menu.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/dark-assets/menu/submenu-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/dark-assets/menu/submenu-open.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/dark-assets/menu/submenu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/dark-assets/menu/submenu.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/dark-assets/misc/message-active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/dark-assets/misc/message-active.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/dark-assets/misc/message-close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/dark-assets/misc/message-close.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/dark-assets/misc/message-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/dark-assets/misc/message-hover.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/dark-assets/misc/message.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/dark-assets/misc/message.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/dark-assets/misc/modal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/dark-assets/misc/modal.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/dark-assets/switch/switch-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/dark-assets/switch/switch-off.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/dark-assets/switch/switch-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/dark-assets/switch/switch-on.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/gnome-shell/gnome-shell.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gnome-shell/gnome-shell.css -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-down-insens.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-down-prelight.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-down-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-down-small-insens.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-down-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-down-small-prelight.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-down-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-down-small.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-left-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-left-insens.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-left-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-left-prelight.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-right-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-right-insens.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-right-prelight.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-right.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-up-insens.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-up-prelight.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-up-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-up-small-insens.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-up-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-up-small-prelight.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-up-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-up-small.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/button-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/button-hover.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/button-insensitive.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/combo-entry-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/combo-entry-button-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/combo-entry-button-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/combo-entry-button-rtl.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/combo-entry-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/combo-entry-button.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/combo-entry-focus-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/combo-entry-focus-notebook.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/combo-entry-focus-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/combo-entry-focus-rtl.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/combo-entry-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/combo-entry-focus.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/combo-entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/combo-entry-insensitive.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/combo-entry-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/combo-entry-notebook-rtl.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/combo-entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/combo-entry-notebook.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/combo-entry-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/combo-entry-rtl.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/combo-entry.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/down-background-disable-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/down-background-disable-rtl.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/down-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/down-background-disable.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/down-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/down-background-rtl.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/down-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/down-background.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/entry-border-active-bg-solid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/entry-border-active-bg-solid.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/entry-border-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/entry-border-active-bg.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/entry-border-bg-solid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/entry-border-bg-solid.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/entry-border-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/entry-border-bg.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/entry-border-disabled-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/entry-border-disabled-bg.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/entry-border-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/entry-border-fill.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/frame-gap-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/frame-gap-end.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/frame-gap-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/frame-gap-start.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/inline-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/inline-toolbar.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/menu-arrow-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/menu-arrow-prelight.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/menu-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/menu-checkbox-checked.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/menu-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/menu-radio-checked.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/menu-radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/menu-radio-unchecked.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/menubar_button.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/notebook-entry-border-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/notebook-entry-border-bg.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/notebook-gap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/notebook-gap-horiz.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/notebook-gap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/notebook-gap-vert.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/progressbar.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/progressbar_v.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/radio-checked.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/slider-horiz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/slider-horiz-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/slider-horiz-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/slider-horiz-insens.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/slider-horiz-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/slider-horiz-prelight.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/slider-horiz.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/slider-insensitive.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/slider-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/slider-prelight.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/slider-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/slider-vert-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/slider-vert-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/slider-vert-insens.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/slider-vert-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/slider-vert-prelight.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/slider-vert.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/tab-bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/tab-bottom-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/tab-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/tab-left-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/tab-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/tab-right-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/tab-top-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/toolbar-entry-border-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/toolbar-entry-border-bg.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/tree_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/tree_header.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/trough-horizontal-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/trough-horizontal-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/trough-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/trough-horizontal.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/trough-progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/trough-progressbar.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/trough-progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/trough-progressbar_v.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/trough-scrollbar-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/trough-scrollbar-horiz.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/trough-scrollbar-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/trough-scrollbar-vert.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/trough-vertical-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/trough-vertical-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/trough-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/trough-vertical.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/up-background-disable-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/up-background-disable-rtl.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/up-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/up-background-disable.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/up-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/up-background-rtl.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/assets/up-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/assets/up-background.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/main.rc -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/menubar-toolbar/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/menubar-toolbar/button-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/menubar-toolbar/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/menubar-toolbar/button-hover.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/menubar-toolbar/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/menubar-toolbar/button-insensitive.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/menubar-toolbar/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/menubar-toolbar/button.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/menubar-toolbar/menubar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/menubar-toolbar/menubar-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/menubar-toolbar/menubar-toolbar.rc -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/menubar-toolbar/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/menubar-toolbar/menubar.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/menubar-toolbar/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/menubar-toolbar/menubar_button.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-checked-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-checked-dark@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-checked-selected.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-checked@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-mixed-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-mixed-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-mixed-dark@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-mixed-selected.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-mixed-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-mixed-selected@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-mixed@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-selectionmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-selectionmode.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-selectionmode@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-selectionmode@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-unchecked-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-unchecked-dark@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/checkbox-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/checkbox-unchecked@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-checked-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-checked-dark@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-checked-selected.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-checked-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-checked-selected@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-checked.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-checked@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-mixed-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-mixed-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-mixed-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-mixed-dark@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-mixed-insensitive@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-mixed-selected.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-mixed-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-mixed-selected@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-mixed@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-unchecked-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-unchecked-dark@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-unchecked-selected.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/radio-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/radio-unchecked@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-active-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-active-dark@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-active-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-active-header-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-active-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-active-header.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-active-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-active-header@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-active-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-active-insensitive.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-active-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-active-selected.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-active-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-active-selected@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-active@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-dark@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-header-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-header-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-header-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-header-dark@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-header.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-header@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-header@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-insensitive-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-insensitive-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-insensitive-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-insensitive-dark@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-insensitive-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-insensitive-header.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-insensitive.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-insensitive@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-selected.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch-selected@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch-selected@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/switch@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/switch@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/thumbnail-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/thumbnail-frame.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close-dark@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close-hover.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close-hover@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-close@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-active@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-backdrop.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-dark@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-hover.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max-hover@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-max@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-active.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-active@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-backdrop.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-dark.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-dark@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-hover.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min-hover@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/assets/titlebutton-min@2.png -------------------------------------------------------------------------------- /.themes/Karc-Dark/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.themes/Karc-Dark/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/index.theme -------------------------------------------------------------------------------- /.themes/Karc-Dark/metacity-1/button-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/metacity-1/button-bg.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/metacity-1/button-border.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/metacity-1/button-border.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/metacity-1/close-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/metacity-1/close-icon.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/metacity-1/max-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/metacity-1/max-icon.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/metacity-1/metacity-theme-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/metacity-1/metacity-theme-1.xml -------------------------------------------------------------------------------- /.themes/Karc-Dark/metacity-1/metacity-theme-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/metacity-1/metacity-theme-2.xml -------------------------------------------------------------------------------- /.themes/Karc-Dark/metacity-1/metacity-theme-3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/metacity-1/metacity-theme-3.xml -------------------------------------------------------------------------------- /.themes/Karc-Dark/metacity-1/min-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/metacity-1/min-icon.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/close.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/close_dash.svg: -------------------------------------------------------------------------------- 1 | dash/close_dash.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/close_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | dash/close_dash_disabled.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/close_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | dash/close_dash_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/close_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | dash/close_dash_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/close_focused_normal.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/close_unfocused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_unfocused.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/close_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/close_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/dash/close_dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/dash/close_dash.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/dash/close_dash_disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/dash/close_dash_disabled.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/dash/close_dash_prelight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/dash/close_dash_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/dash/close_dash_pressed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/dash/close_dash_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/dash/maximize_dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/dash/maximize_dash.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/dash/maximize_dash_disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/dash/maximize_dash_disabled.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/dash/maximize_dash_prelight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/dash/maximize_dash_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/dash/maximize_dash_pressed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/dash/maximize_dash_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/dash/minimize_dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/dash/minimize_dash.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/dash/minimize_dash_disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/dash/minimize_dash_disabled.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/dash/minimize_dash_prelight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/dash/minimize_dash_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/dash/minimize_dash_pressed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/dash/minimize_dash_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_arrow_ltr_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_arrow_ltr_19.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_arrow_ltr_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_arrow_ltr_37.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_arrow_outline_ltr_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_arrow_outline_ltr_19.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_arrow_outline_ltr_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_arrow_outline_ltr_37.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_arrow_outline_rtl_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_arrow_outline_rtl_19.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_arrow_outline_rtl_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_arrow_outline_rtl_37.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_arrow_rtl_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_arrow_rtl_19.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_arrow_rtl_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_arrow_rtl_37.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_icon_back_150.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_icon_back_150.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_icon_back_54.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_icon_back_54.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_icon_edge_150.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_icon_edge_150.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_icon_edge_54.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_icon_edge_54.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_icon_glow_200.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_icon_glow_200.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_icon_glow_62.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_icon_glow_62.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_icon_selected_back_150.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_icon_selected_back_150.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_icon_selected_back_54.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_icon_selected_back_54.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_icon_shadow_200.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_icon_shadow_200.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_icon_shadow_62.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_icon_shadow_62.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_icon_shine_150.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_icon_shine_150.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_icon_shine_54.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_icon_shine_54.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_pip_ltr_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_pip_ltr_19.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_pip_ltr_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_pip_ltr_37.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_pip_rtl_19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_pip_rtl_19.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/launcher_pip_rtl_37.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/launcher_pip_rtl_37.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/maximize.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/maximize_dash.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/maximize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_disabled.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/maximize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/maximize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/maximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/maximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/maximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/maximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_unfocused.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/maximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/maximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/minimize.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/minimize_dash.svg: -------------------------------------------------------------------------------- 1 | dash/minimize_dash.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/minimize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | dash/minimize_dash_disabled.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/minimize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | dash/minimize_dash_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/minimize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | dash/minimize_dash_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/minimize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/minimize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/minimize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/minimize_unfocused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_unfocused.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/minimize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/minimize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/minimize_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/sheet_style_close_focused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/sheet_style_close_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/sheet_style_close_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/close_unfocused.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/unmaximize.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/unmaximize_dash.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/unmaximize_dash_disabled.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_disabled.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/unmaximize_dash_prelight.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/unmaximize_dash_pressed.svg: -------------------------------------------------------------------------------- 1 | dash/maximize_dash_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/unmaximize_focused_normal.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/unmaximize_focused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/unmaximize_focused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/unmaximize_unfocused.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_unfocused.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/unmaximize_unfocused_prelight.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/unmaximize_unfocused_pressed.svg: -------------------------------------------------------------------------------- 1 | window-buttons/maximize_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/window-buttons/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/window-buttons/close.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/window-buttons/close_prelight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/window-buttons/close_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/window-buttons/close_pressed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/window-buttons/close_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/window-buttons/close_unfocused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/window-buttons/close_unfocused.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/window-buttons/maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/window-buttons/maximize.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/window-buttons/maximize_prelight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/window-buttons/maximize_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/window-buttons/maximize_pressed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/window-buttons/maximize_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/window-buttons/maximize_unfocused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/window-buttons/maximize_unfocused.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/window-buttons/minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/window-buttons/minimize.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/window-buttons/minimize_prelight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/window-buttons/minimize_prelight.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/window-buttons/minimize_pressed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/window-buttons/minimize_pressed.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/unity/window-buttons/minimize_unfocused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/unity/window-buttons/minimize_unfocused.svg -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/close-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/close-prelight.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/hide-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/hide-prelight.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/maximize-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/maximize-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/maximize-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/maximize-prelight.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/maximize-pressed.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/title-1-active-shaded.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/title-1-active-shaded.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/title-1-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/title-2-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/title-3-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/title-4-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/title-5-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/top-left-active-shaded.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/top-left-active-shaded.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/top-left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/top-left-inactive.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/top-right-active-shaded.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/top-right-active-shaded.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/top-right-active.xpm -------------------------------------------------------------------------------- /.themes/Karc-Dark/xfwm4/top-right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.themes/Karc-Dark/xfwm4/top-right-inactive.xpm -------------------------------------------------------------------------------- /.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux.conf -------------------------------------------------------------------------------- /.tmux/plugins/tpm/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/.gitattributes -------------------------------------------------------------------------------- /.tmux/plugins/tpm/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/.gitignore -------------------------------------------------------------------------------- /.tmux/plugins/tpm/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/.gitmodules -------------------------------------------------------------------------------- /.tmux/plugins/tpm/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/.travis.yml -------------------------------------------------------------------------------- /.tmux/plugins/tpm/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/CHANGELOG.md -------------------------------------------------------------------------------- /.tmux/plugins/tpm/HOW_TO_PLUGIN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/HOW_TO_PLUGIN.md -------------------------------------------------------------------------------- /.tmux/plugins/tpm/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/LICENSE.md -------------------------------------------------------------------------------- /.tmux/plugins/tpm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/README.md -------------------------------------------------------------------------------- /.tmux/plugins/tpm/bin/clean_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/bin/clean_plugins -------------------------------------------------------------------------------- /.tmux/plugins/tpm/bin/install_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/bin/install_plugins -------------------------------------------------------------------------------- /.tmux/plugins/tpm/bin/update_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/bin/update_plugins -------------------------------------------------------------------------------- /.tmux/plugins/tpm/bindings/clean_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/bindings/clean_plugins -------------------------------------------------------------------------------- /.tmux/plugins/tpm/bindings/install_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/bindings/install_plugins -------------------------------------------------------------------------------- /.tmux/plugins/tpm/bindings/update_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/bindings/update_plugins -------------------------------------------------------------------------------- /.tmux/plugins/tpm/docs/automatic_tpm_installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/docs/automatic_tpm_installation.md -------------------------------------------------------------------------------- /.tmux/plugins/tpm/docs/changing_plugins_install_dir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/docs/changing_plugins_install_dir.md -------------------------------------------------------------------------------- /.tmux/plugins/tpm/docs/how_to_create_plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/docs/how_to_create_plugin.md -------------------------------------------------------------------------------- /.tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md -------------------------------------------------------------------------------- /.tmux/plugins/tpm/docs/tpm_not_working.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/docs/tpm_not_working.md -------------------------------------------------------------------------------- /.tmux/plugins/tpm/scripts/check_tmux_version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/scripts/check_tmux_version.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/scripts/clean_plugins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/scripts/clean_plugins.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/scripts/helpers/plugin_functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/scripts/helpers/plugin_functions.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/scripts/helpers/tmux_echo_functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/scripts/helpers/tmux_echo_functions.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/scripts/helpers/utility.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/scripts/helpers/utility.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/scripts/install_plugins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/scripts/install_plugins.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/scripts/source_plugins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/scripts/source_plugins.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/scripts/update_plugin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/scripts/update_plugin.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/scripts/variables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/scripts/variables.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/tests/expect_failed_plugin_download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/tests/expect_failed_plugin_download -------------------------------------------------------------------------------- /.tmux/plugins/tpm/tests/expect_successful_clean_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/tests/expect_successful_clean_plugins -------------------------------------------------------------------------------- /.tmux/plugins/tpm/tests/expect_successful_plugin_download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/tests/expect_successful_plugin_download -------------------------------------------------------------------------------- /.tmux/plugins/tpm/tests/helpers/tpm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/tests/helpers/tpm.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/tests/test_plugin_clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/tests/test_plugin_clean.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/tests/test_plugin_installation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/tests/test_plugin_installation.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/tests/test_plugin_installation_legacy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/tests/test_plugin_installation_legacy.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/tests/test_plugin_sourcing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/tests/test_plugin_sourcing.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/tests/test_plugin_update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/tests/test_plugin_update.sh -------------------------------------------------------------------------------- /.tmux/plugins/tpm/tpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.tmux/plugins/tpm/tpm -------------------------------------------------------------------------------- /.vim/autoload/plug.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.vim/autoload/plug.vim -------------------------------------------------------------------------------- /.vim/coc-settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.vim/coc-settings.json -------------------------------------------------------------------------------- /.vim/colors/sorcerer.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.vim/colors/sorcerer.vim -------------------------------------------------------------------------------- /.vim/ftplugin/javascript.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.vim/ftplugin/javascript.vim -------------------------------------------------------------------------------- /.vim/syntax/escript.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.vim/syntax/escript.vim -------------------------------------------------------------------------------- /.vim/syntax/haskell.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.vim/syntax/haskell.vim -------------------------------------------------------------------------------- /.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.vimrc -------------------------------------------------------------------------------- /.xsession: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.xsession -------------------------------------------------------------------------------- /.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/.zshrc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /bin/.c: -------------------------------------------------------------------------------- 1 | echo $(($*)) 2 | -------------------------------------------------------------------------------- /bin/.js-session.swo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/.js-session.swo -------------------------------------------------------------------------------- /bin/_fp.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/_fp.gpg -------------------------------------------------------------------------------- /bin/alarm: -------------------------------------------------------------------------------- 1 | echo $@ | ssh robopop "cat > alarm.time" 2 | -------------------------------------------------------------------------------- /bin/android-studio: -------------------------------------------------------------------------------- 1 | /home/olli/lib/android-studio/bin/studio.sh -------------------------------------------------------------------------------- /bin/ardour: -------------------------------------------------------------------------------- 1 | ardour7 2 | -------------------------------------------------------------------------------- /bin/bar-notifyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/bar-notifyd -------------------------------------------------------------------------------- /bin/bedtime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/bedtime -------------------------------------------------------------------------------- /bin/cache-xrandr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/cache-xrandr -------------------------------------------------------------------------------- /bin/caps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/caps -------------------------------------------------------------------------------- /bin/change-wallpaper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/change-wallpaper -------------------------------------------------------------------------------- /bin/chrome-app: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/chrome-app -------------------------------------------------------------------------------- /bin/clip-pass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/clip-pass -------------------------------------------------------------------------------- /bin/compton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/compton -------------------------------------------------------------------------------- /bin/compton-init: -------------------------------------------------------------------------------- 1 | compton --shadow-exclude '!focused' 2 | -------------------------------------------------------------------------------- /bin/copy-pass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/copy-pass -------------------------------------------------------------------------------- /bin/custom-keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/custom-keys -------------------------------------------------------------------------------- /bin/dattr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/dattr -------------------------------------------------------------------------------- /bin/decrypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/decrypt -------------------------------------------------------------------------------- /bin/def-session: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/def-session -------------------------------------------------------------------------------- /bin/dzen-notify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/dzen-notify -------------------------------------------------------------------------------- /bin/encrypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/encrypt -------------------------------------------------------------------------------- /bin/ensure-vpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/ensure-vpn -------------------------------------------------------------------------------- /bin/feh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/feh -------------------------------------------------------------------------------- /bin/fetch-jolla-pics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/fetch-jolla-pics -------------------------------------------------------------------------------- /bin/ffox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/ffox -------------------------------------------------------------------------------- /bin/flobotti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/flobotti -------------------------------------------------------------------------------- /bin/fp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/fp -------------------------------------------------------------------------------- /bin/gdq: -------------------------------------------------------------------------------- 1 | twitch gamesdonequick 2 | -------------------------------------------------------------------------------- /bin/get-pass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/get-pass -------------------------------------------------------------------------------- /bin/get-pass-env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/get-pass-env -------------------------------------------------------------------------------- /bin/home-lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/home-lock -------------------------------------------------------------------------------- /bin/hy-vpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/hy-vpn -------------------------------------------------------------------------------- /bin/idea: -------------------------------------------------------------------------------- 1 | export JAVA_HOME=/usr/lib/jvm/java-8-jdk 2 | intellij-idea-ultimate-edition 3 | -------------------------------------------------------------------------------- /bin/img.sh: -------------------------------------------------------------------------------- 1 | /home/olli/lib/rtv/img.sh -------------------------------------------------------------------------------- /bin/invaders: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/invaders -------------------------------------------------------------------------------- /bin/irk: -------------------------------------------------------------------------------- 1 | urxvtc -e sh -c 'tmux new-session "ssh -t robopop ./irk"' 2 | -------------------------------------------------------------------------------- /bin/irssi-notify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/irssi-notify -------------------------------------------------------------------------------- /bin/jolla-timer: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | sleep $@ 3 | jolla_alarm 4 | -------------------------------------------------------------------------------- /bin/js-session: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/js-session -------------------------------------------------------------------------------- /bin/kmap-query: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/kmap-query -------------------------------------------------------------------------------- /bin/kotatsu-toggle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/kotatsu-toggle -------------------------------------------------------------------------------- /bin/laji-form: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/laji-form -------------------------------------------------------------------------------- /bin/laji-map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/laji-map -------------------------------------------------------------------------------- /bin/launcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/launcher -------------------------------------------------------------------------------- /bin/lighthouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/lighthouse -------------------------------------------------------------------------------- /bin/lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/lock -------------------------------------------------------------------------------- /bin/lower-vol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/lower-vol -------------------------------------------------------------------------------- /bin/m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/m -------------------------------------------------------------------------------- /bin/museo-vpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/museo-vpn -------------------------------------------------------------------------------- /bin/muttatt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/muttatt -------------------------------------------------------------------------------- /bin/nethack-online: -------------------------------------------------------------------------------- 1 | telnet -l baffer:7pm8urhu nethack.alt.org 2 | -------------------------------------------------------------------------------- /bin/nethack-online.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/nethack-online.gpg -------------------------------------------------------------------------------- /bin/news: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/news -------------------------------------------------------------------------------- /bin/notify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/notify -------------------------------------------------------------------------------- /bin/notify-error: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/notify-error -------------------------------------------------------------------------------- /bin/notify-focused-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/notify-focused-desktop -------------------------------------------------------------------------------- /bin/notify-info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/notify-info -------------------------------------------------------------------------------- /bin/notify-no-icon: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | notify "$@" 3 | -------------------------------------------------------------------------------- /bin/notify-run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/notify-run -------------------------------------------------------------------------------- /bin/notify-success: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/notify-success -------------------------------------------------------------------------------- /bin/notifyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/notifyd -------------------------------------------------------------------------------- /bin/pass-init-fifos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/pass-init-fifos -------------------------------------------------------------------------------- /bin/paste-pass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/paste-pass -------------------------------------------------------------------------------- /bin/paste-user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/paste-user -------------------------------------------------------------------------------- /bin/paste-user-pass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/paste-user-pass -------------------------------------------------------------------------------- /bin/paste-user-then-pass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/paste-user-then-pass -------------------------------------------------------------------------------- /bin/peerflix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/peerflix -------------------------------------------------------------------------------- /bin/photosync: -------------------------------------------------------------------------------- 1 | /home/olli/lib/photosync-0.6/bin/photosync -------------------------------------------------------------------------------- /bin/pia-dialog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/pia-dialog -------------------------------------------------------------------------------- /bin/pia-vpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/pia-vpn -------------------------------------------------------------------------------- /bin/pimio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/pimio -------------------------------------------------------------------------------- /bin/pimio-export: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/pimio-export -------------------------------------------------------------------------------- /bin/pimio-linker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/pimio-linker -------------------------------------------------------------------------------- /bin/popcorn-time: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ensure-vpn && popcorn-time '$@' || notify "HELP! VPN EI OO PÄÄLLÄ :(" 3 | -------------------------------------------------------------------------------- /bin/prepend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/prepend -------------------------------------------------------------------------------- /bin/quake-terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/quake-terminal -------------------------------------------------------------------------------- /bin/query-mute: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/query-mute -------------------------------------------------------------------------------- /bin/query-primary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/query-primary -------------------------------------------------------------------------------- /bin/query-vol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/query-vol -------------------------------------------------------------------------------- /bin/qutebrowser: -------------------------------------------------------------------------------- 1 | /usr/bin/qutebrowser --backend webengine $@ 2 | -------------------------------------------------------------------------------- /bin/raise-vol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/raise-vol -------------------------------------------------------------------------------- /bin/restart-bar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/restart-bar -------------------------------------------------------------------------------- /bin/restart-vpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/restart-vpn -------------------------------------------------------------------------------- /bin/robo-dashboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/robo-dashboard -------------------------------------------------------------------------------- /bin/run-once: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #Alternative 3 | pgrep $@ > /dev/null || ($@ &) 4 | -------------------------------------------------------------------------------- /bin/screenshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/screenshot -------------------------------------------------------------------------------- /bin/scropen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/scropen -------------------------------------------------------------------------------- /bin/search-pass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/search-pass -------------------------------------------------------------------------------- /bin/separate-kotatsu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/separate-kotatsu -------------------------------------------------------------------------------- /bin/shutdown-now: -------------------------------------------------------------------------------- 1 | sudo shutdown -h now 2 | -------------------------------------------------------------------------------- /bin/slack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/slack -------------------------------------------------------------------------------- /bin/start-jack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/start-jack -------------------------------------------------------------------------------- /bin/steam-launcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/steam-launcher -------------------------------------------------------------------------------- /bin/stop-alarm: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ssh robopop 'rm alarm.lock' 4 | -------------------------------------------------------------------------------- /bin/sulka: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/sulka -------------------------------------------------------------------------------- /bin/sxiv-rifle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/sxiv-rifle -------------------------------------------------------------------------------- /bin/tinyurl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/tinyurl -------------------------------------------------------------------------------- /bin/toggle-cairo-dock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/toggle-cairo-dock -------------------------------------------------------------------------------- /bin/toggle-kmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/toggle-kmap -------------------------------------------------------------------------------- /bin/toggle-mute: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/toggle-mute -------------------------------------------------------------------------------- /bin/toggle-opacity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/toggle-opacity -------------------------------------------------------------------------------- /bin/toggle-rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/toggle-rs -------------------------------------------------------------------------------- /bin/toggle-screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/toggle-screen -------------------------------------------------------------------------------- /bin/toggle-trayer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/toggle-trayer -------------------------------------------------------------------------------- /bin/toggle-vpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/toggle-vpn -------------------------------------------------------------------------------- /bin/tomcat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/tomcat -------------------------------------------------------------------------------- /bin/torrench: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/torrench -------------------------------------------------------------------------------- /bin/torrent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/torrent -------------------------------------------------------------------------------- /bin/twitch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/twitch -------------------------------------------------------------------------------- /bin/update-monitors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/update-monitors -------------------------------------------------------------------------------- /bin/update-wallpaper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/update-wallpaper -------------------------------------------------------------------------------- /bin/vpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/vpn -------------------------------------------------------------------------------- /bin/wait-for: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | while true; do 3 | if [[ -z $(pidof $1) ]]; then 4 | break 5 | fi 6 | done 7 | -------------------------------------------------------------------------------- /bin/wbstrm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/wbstrm -------------------------------------------------------------------------------- /bin/whatsapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/whatsapp -------------------------------------------------------------------------------- /bin/wol: -------------------------------------------------------------------------------- 1 | ssh robopop 'bin/wol' 2 | -------------------------------------------------------------------------------- /bin/work-session: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/work-session -------------------------------------------------------------------------------- /bin/work-vpn: -------------------------------------------------------------------------------- 1 | /home/olli/bin/hy-vpn -------------------------------------------------------------------------------- /bin/workspace-terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/workspace-terminal -------------------------------------------------------------------------------- /bin/xbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/xbox -------------------------------------------------------------------------------- /bin/xwobflock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/xwobflock -------------------------------------------------------------------------------- /bin/zoom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bin/zoom -------------------------------------------------------------------------------- /bspwmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/bspwmrc -------------------------------------------------------------------------------- /cairo-dock/.cairo-dock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/.cairo-dock -------------------------------------------------------------------------------- /cairo-dock/.cairo-dock-need-save: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /cairo-dock/.help: -------------------------------------------------------------------------------- 1 | [Launch] 2 | test composite=true 3 | 4 | [Last Tip] 5 | group=0 6 | key=2 7 | -------------------------------------------------------------------------------- /cairo-dock/current_theme/cairo-dock-simple.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/cairo-dock-simple.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/cairo-dock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/cairo-dock.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/icons/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/icons/folder.svg -------------------------------------------------------------------------------- /cairo-dock/current_theme/images/active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/images/active.png -------------------------------------------------------------------------------- /cairo-dock/current_theme/images/bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/images/bg.svg -------------------------------------------------------------------------------- /cairo-dock/current_theme/images/indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/images/indicator.png -------------------------------------------------------------------------------- /cairo-dock/current_theme/launchers/01chromium.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/launchers/01chromium.desktop -------------------------------------------------------------------------------- /cairo-dock/current_theme/launchers/01container.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/launchers/01container.desktop -------------------------------------------------------------------------------- /cairo-dock/current_theme/launchers/01launcher.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/launchers/01launcher.desktop -------------------------------------------------------------------------------- /cairo-dock/current_theme/launchers/01steam.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/launchers/01steam.desktop -------------------------------------------------------------------------------- /cairo-dock/current_theme/launchers/02container.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/launchers/02container.desktop -------------------------------------------------------------------------------- /cairo-dock/current_theme/launchers/02launcher.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/launchers/02launcher.desktop -------------------------------------------------------------------------------- /cairo-dock/current_theme/launchers/02separator.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/launchers/02separator.desktop -------------------------------------------------------------------------------- /cairo-dock/current_theme/launchers/03container.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/launchers/03container.desktop -------------------------------------------------------------------------------- /cairo-dock/current_theme/launchers/03launcher.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/launchers/03launcher.desktop -------------------------------------------------------------------------------- /cairo-dock/current_theme/launchers/04container.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/launchers/04container.desktop -------------------------------------------------------------------------------- /cairo-dock/current_theme/launchers/04launcher.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/launchers/04launcher.desktop -------------------------------------------------------------------------------- /cairo-dock/current_theme/launchers/05launcher.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/launchers/05launcher.desktop -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/Clipper/Clipper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/Clipper/Clipper.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/Dbus/Dbus.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/Dbus/Dbus.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/GMenu/GMenu.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/GMenu/GMenu.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/Help/Help.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/Help/Help.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/dnd2share/dnd2share.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/dnd2share/dnd2share.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/icon-effect/icon-effect.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/icon-effect/icon-effect.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/illusion/illusion.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/illusion/illusion.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/logout/logout.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/logout/logout.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/musicPlayer/musicPlayer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/musicPlayer/musicPlayer.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/rendering/rendering.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/rendering/rendering.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/shortcuts/shortcuts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/shortcuts/shortcuts.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/showDesktop/showDesktop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/showDesktop/showDesktop.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/stack/stack.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/stack/stack.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/plug-ins/switcher/switcher.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/plug-ins/switcher/switcher.conf -------------------------------------------------------------------------------- /cairo-dock/current_theme/preview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/preview -------------------------------------------------------------------------------- /cairo-dock/current_theme/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/cairo-dock/current_theme/readme -------------------------------------------------------------------------------- /cairo-dock/third-party/locale/last-modif: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /compton.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/compton.conf -------------------------------------------------------------------------------- /compton2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/compton2.conf -------------------------------------------------------------------------------- /compton3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/compton3.conf -------------------------------------------------------------------------------- /decrypt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/decrypt.sh -------------------------------------------------------------------------------- /dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/dunstrc -------------------------------------------------------------------------------- /fi_custom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/fi_custom -------------------------------------------------------------------------------- /gnome-terminal/%gconf.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gnome-terminal/global/%gconf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/gnome-terminal/global/%gconf.xml -------------------------------------------------------------------------------- /gnome-terminal/profiles/%gconf.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gnome-terminal/profiles/Default/%gconf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/gnome-terminal/profiles/Default/%gconf.xml -------------------------------------------------------------------------------- /gnome-terminal/profiles/Profile0/%gconf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/gnome-terminal/profiles/Profile0/%gconf.xml -------------------------------------------------------------------------------- /gpg-agent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/gpg-agent.conf -------------------------------------------------------------------------------- /kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/kitty.conf -------------------------------------------------------------------------------- /lib/lighthouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/lib/lighthouse.c -------------------------------------------------------------------------------- /lib/steam_custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/lib/steam_custom.py -------------------------------------------------------------------------------- /lib/steam_snes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/lib/steam_snes.py -------------------------------------------------------------------------------- /lighthouse/add_to_cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/lighthouse/add_to_cache.py -------------------------------------------------------------------------------- /lighthouse/cache_tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/lighthouse/cache_tree.py -------------------------------------------------------------------------------- /lighthouse/cmd: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | while read L; do 4 | echo "{look! $L|$L}" 5 | done 6 | -------------------------------------------------------------------------------- /lighthouse/cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/lighthouse/cmd.py -------------------------------------------------------------------------------- /lighthouse/google.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/lighthouse/google.py -------------------------------------------------------------------------------- /lighthouse/lighthouserc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/lighthouse/lighthouserc -------------------------------------------------------------------------------- /lighthouse/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/lighthouse/search.png -------------------------------------------------------------------------------- /link.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/link.sh -------------------------------------------------------------------------------- /load-bar-env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/load-bar-env.sh -------------------------------------------------------------------------------- /mimeapps.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/mimeapps.list -------------------------------------------------------------------------------- /packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/packages -------------------------------------------------------------------------------- /qute_userscripts/download_open_rm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/qute_userscripts/download_open_rm -------------------------------------------------------------------------------- /qute_userscripts/pass_fill: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/qute_userscripts/pass_fill -------------------------------------------------------------------------------- /qute_userscripts/password_fill: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/qute_userscripts/password_fill -------------------------------------------------------------------------------- /qute_userscripts/testi: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | echo $QUTE_URL > ~/test.txt 3 | -------------------------------------------------------------------------------- /qute_userscripts/view_in_mpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/qute_userscripts/view_in_mpv -------------------------------------------------------------------------------- /qutebrowser/autoconfig.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/qutebrowser/autoconfig.yml -------------------------------------------------------------------------------- /qutebrowser/keys.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/qutebrowser/keys.conf -------------------------------------------------------------------------------- /qutebrowser/qsettings/qutebrowser/qutebrowser.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/qutebrowser/qsettings/qutebrowser/qutebrowser.conf -------------------------------------------------------------------------------- /qutebrowser/qutebrowser.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/qutebrowser/qutebrowser.conf -------------------------------------------------------------------------------- /ranger_rc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/ranger_rc.conf -------------------------------------------------------------------------------- /ranger_rifle.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/ranger_rifle.conf -------------------------------------------------------------------------------- /rc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/rc.lua -------------------------------------------------------------------------------- /redshift.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/redshift.conf -------------------------------------------------------------------------------- /rofi/bedtime.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/rofi/bedtime.sh -------------------------------------------------------------------------------- /rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/rofi/config.rasi -------------------------------------------------------------------------------- /rofi/pass.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/rofi/pass.sh -------------------------------------------------------------------------------- /rofi/rofi-file-browser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/rofi/rofi-file-browser.sh -------------------------------------------------------------------------------- /rofi/steam.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/rofi/steam.sh -------------------------------------------------------------------------------- /rofi/theme.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/rofi/theme.rasi -------------------------------------------------------------------------------- /rofi/vpn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/rofi/vpn.sh -------------------------------------------------------------------------------- /scripts/asd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/asd.sh -------------------------------------------------------------------------------- /scripts/bspwm/add_external_rule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/add_external_rule -------------------------------------------------------------------------------- /scripts/bspwm/bspwmpython/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/bspwm/bspwmpython/querytree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/bspwmpython/querytree.py -------------------------------------------------------------------------------- /scripts/bspwm/change_desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/change_desktop -------------------------------------------------------------------------------- /scripts/bspwm/desktop_wall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/desktop_wall -------------------------------------------------------------------------------- /scripts/bspwm/expander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/expander -------------------------------------------------------------------------------- /scripts/bspwm/floating_expander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/floating_expander -------------------------------------------------------------------------------- /scripts/bspwm/gaps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/gaps -------------------------------------------------------------------------------- /scripts/bspwm/get_focused: -------------------------------------------------------------------------------- 1 | #/bin/bash 2 | bspc query -T -d | jq '.name' | sed -r 's/("|")//g' 3 | -------------------------------------------------------------------------------- /scripts/bspwm/get_nearest_edge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/get_nearest_edge -------------------------------------------------------------------------------- /scripts/bspwm/multiple_external_rules: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | for f in /dev/shm/bspwm_external_rules/*; do 3 | $f $@ 4 | done 5 | -------------------------------------------------------------------------------- /scripts/bspwm/on_desktop_change: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/on_desktop_change -------------------------------------------------------------------------------- /scripts/bspwm/padding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/padding -------------------------------------------------------------------------------- /scripts/bspwm/presel_or_move_floating: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/presel_or_move_floating -------------------------------------------------------------------------------- /scripts/bspwm/remove_external_rule: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | rm "$EXT_DIR"/"$(basename $1)" 3 | -------------------------------------------------------------------------------- /scripts/bspwm/resizer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/resizer -------------------------------------------------------------------------------- /scripts/bspwm/rotate_split: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/rotate_split -------------------------------------------------------------------------------- /scripts/bspwm/state_toggle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/bspwm/state_toggle -------------------------------------------------------------------------------- /scripts/compton-convgen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/compton-convgen -------------------------------------------------------------------------------- /scripts/jack/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/jack/start.sh -------------------------------------------------------------------------------- /scripts/main-colours.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/main-colours.py -------------------------------------------------------------------------------- /scripts/mutt/hook.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/mutt/hook.sh -------------------------------------------------------------------------------- /scripts/mutt/muttattach.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/mutt/muttattach.sh -------------------------------------------------------------------------------- /scripts/quakify/external_rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/quakify/external_rules -------------------------------------------------------------------------------- /scripts/quakify/get_end_pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/quakify/get_end_pos -------------------------------------------------------------------------------- /scripts/quakify/get_name: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/quakify/get_name -------------------------------------------------------------------------------- /scripts/quakify/quakify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/quakify/quakify -------------------------------------------------------------------------------- /scripts/quakify/spawn_quakified: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/quakify/spawn_quakified -------------------------------------------------------------------------------- /scripts/quakify/validate_win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/quakify/validate_win -------------------------------------------------------------------------------- /scripts/scales: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/scales -------------------------------------------------------------------------------- /scripts/screen-daemon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/screen-daemon.sh -------------------------------------------------------------------------------- /scripts/screen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/screen.sh -------------------------------------------------------------------------------- /scripts/screen_log.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/screen_log.out -------------------------------------------------------------------------------- /scripts/screen_pidfile: -------------------------------------------------------------------------------- 1 | 6225 2 | -------------------------------------------------------------------------------- /scripts/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/scripts/test.py -------------------------------------------------------------------------------- /sxhkdrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/sxhkdrc -------------------------------------------------------------------------------- /sxiv/exec/image-info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/sxiv/exec/image-info -------------------------------------------------------------------------------- /sxiv/exec/key-handler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/sxiv/exec/key-handler -------------------------------------------------------------------------------- /symlinks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/symlinks -------------------------------------------------------------------------------- /sync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/sync.sh -------------------------------------------------------------------------------- /theme.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/theme.lua -------------------------------------------------------------------------------- /tilda.config_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/tilda.config_0 -------------------------------------------------------------------------------- /us_custom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/us_custom -------------------------------------------------------------------------------- /xdg-applications/vim.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olzraiti/dotfiles/HEAD/xdg-applications/vim.desktop --------------------------------------------------------------------------------