├── .aether-corevar ├── .config ├── GIMP │ └── 2.10 │ │ ├── action-history │ │ ├── colorrc │ │ ├── contextrc │ │ ├── controllerrc │ │ ├── devicerc │ │ ├── dockrc │ │ ├── filters │ │ ├── GimpBrightnessContrastConfig.settings │ │ ├── GimpColorBalanceConfig.settings │ │ ├── GimpCurvesConfig.settings │ │ ├── GimpGegl-gegl-c2g-config.settings │ │ ├── GimpGegl-gegl-color-temperature-config.settings │ │ ├── GimpGegl-gegl-dropshadow-config.settings │ │ ├── GimpGegl-gegl-exposure-config.settings │ │ ├── GimpGegl-gegl-focus-blur-config.settings │ │ ├── GimpGegl-gegl-gaussian-blur-config.settings │ │ ├── GimpGegl-gegl-high-pass-config.settings │ │ ├── GimpGegl-gegl-hue-chroma-config.settings │ │ ├── GimpGegl-gegl-lens-blur-config.settings │ │ ├── GimpGegl-gegl-lens-flare-config.settings │ │ ├── GimpGegl-gegl-long-shadow-config.settings │ │ ├── GimpGegl-gegl-motion-blur-zoom-config.settings │ │ ├── GimpGegl-gegl-noise-reduction-config.settings │ │ ├── GimpGegl-gegl-noise-slur-config.settings │ │ ├── GimpGegl-gegl-noise-spread-config.settings │ │ ├── GimpGegl-gegl-saturation-config.settings │ │ ├── GimpGegl-gegl-shadows-highlights-config.settings │ │ ├── GimpGegl-gegl-softglow-config.settings │ │ ├── GimpGegl-gegl-unsharp-mask-config.settings │ │ ├── GimpGegl-gegl-vignette-config.settings │ │ ├── GimpGegl-gimp-colorize-config.settings │ │ ├── GimpGegl-gimp-desaturate-config.settings │ │ ├── GimpGegl-gimp-posterize-config.settings │ │ ├── GimpGegl-gimp-threshold-config.settings │ │ ├── GimpHueSaturationConfig.settings │ │ └── GimpLevelsConfig.settings │ │ ├── gimprc │ │ ├── gtkrc │ │ ├── internal-data │ │ └── custom.ggr │ │ ├── menurc │ │ ├── parasiterc │ │ ├── pluginrc │ │ ├── profilerc │ │ ├── sessionrc │ │ ├── splashes │ │ └── splash.jpg │ │ ├── tags.xml │ │ ├── templaterc │ │ ├── themerc │ │ ├── tool-options │ │ ├── gimp-airbrush-tool │ │ ├── gimp-align-tool │ │ ├── gimp-blend-tool │ │ ├── gimp-brightness-contrast-tool │ │ ├── gimp-bucket-fill-tool │ │ ├── gimp-by-color-select-tool │ │ ├── gimp-cage-tool │ │ ├── gimp-clone-tool │ │ ├── gimp-color-balance-tool │ │ ├── gimp-color-picker-tool │ │ ├── gimp-colorize-tool │ │ ├── gimp-convolve-tool │ │ ├── gimp-crop-tool │ │ ├── gimp-curves-tool │ │ ├── gimp-desaturate-tool │ │ ├── gimp-dodge-burn-tool │ │ ├── gimp-ellipse-select-tool │ │ ├── gimp-eraser-tool │ │ ├── gimp-flip-tool │ │ ├── gimp-foreground-select-tool │ │ ├── gimp-free-select-tool │ │ ├── gimp-fuzzy-select-tool │ │ ├── gimp-gegl-tool │ │ ├── gimp-gradient-tool │ │ ├── gimp-handle-transform-tool │ │ ├── gimp-heal-tool │ │ ├── gimp-hue-saturation-tool │ │ ├── gimp-ink-tool │ │ ├── gimp-iscissors-tool │ │ ├── gimp-levels-tool │ │ ├── gimp-measure-tool │ │ ├── gimp-move-tool │ │ ├── gimp-mypaint-brush-tool │ │ ├── gimp-offset-tool │ │ ├── gimp-operation-tool │ │ ├── gimp-paintbrush-tool │ │ ├── gimp-pencil-tool │ │ ├── gimp-perspective-clone-tool │ │ ├── gimp-perspective-tool │ │ ├── gimp-posterize-tool │ │ ├── gimp-rect-select-tool │ │ ├── gimp-rotate-tool │ │ ├── gimp-scale-tool │ │ ├── gimp-shear-tool │ │ ├── gimp-smudge-tool │ │ ├── gimp-text-tool │ │ ├── gimp-threshold-tool │ │ ├── gimp-transform-3d-tool │ │ ├── gimp-unified-transform-tool │ │ ├── gimp-vector-tool │ │ ├── gimp-warp-tool │ │ └── gimp-zoom-tool │ │ ├── toolrc │ │ └── unitrc ├── aether │ ├── change │ ├── change-mode │ ├── kill-ui │ ├── scripts │ │ ├── app-launcher │ │ ├── brightness-current │ │ ├── brightness-startup │ │ ├── change-resolution │ │ ├── change-wallpaper │ │ └── wallpaper │ ├── startup │ └── theme │ │ ├── aether-dark │ │ ├── .Xresources │ │ ├── .xsettingsd │ │ └── aether-dark-theme │ │ └── aether-light │ │ ├── .Xresources │ │ ├── .xsettingsd │ │ └── aether-light-theme ├── cava │ └── config ├── dunst │ ├── dunstrc-dark-left │ ├── dunstrc-dark-right │ ├── dunstrc-left │ └── dunstrc-right ├── geany │ ├── colorschemes │ │ └── custom.conf │ ├── filedefs │ │ └── filetypes.README │ ├── geany.conf │ ├── keybindings.conf │ ├── plugins │ │ ├── autoclose │ │ │ └── autoclose.conf │ │ ├── codenav │ │ │ └── codenav.conf │ │ ├── overview │ │ │ └── prefs.conf │ │ └── pretty-printer │ │ │ └── prefs.conf │ ├── templates │ │ └── templates.README │ └── ui_toolbar.xml ├── gtk-3.0 │ ├── bookmarks │ ├── gtk.css │ └── settings.ini ├── mpv │ └── mpv.conf ├── neofetch │ ├── arch.png │ ├── ark-light.png │ ├── artix.png │ ├── config.conf │ ├── gentoo.png │ ├── iruha.png │ ├── ob.png │ ├── p3.png │ └── timoria.png ├── networkmanager-dmenu │ └── config.ini ├── openbox │ ├── autostart │ ├── environment │ ├── menu.xml │ └── rc.xml ├── parcellite │ └── parcelliterc ├── picom.conf ├── qt5ct │ └── qt5ct.conf ├── ranger │ ├── commands.py │ ├── commands_full.py │ ├── plugins │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-38.opt-1.pyc │ │ │ ├── __init__.cpython-39.opt-1.pyc │ │ │ ├── devicons.cpython-38.opt-1.pyc │ │ │ ├── devicons.cpython-39.opt-1.pyc │ │ │ ├── devicons_linemode.cpython-38.opt-1.pyc │ │ │ └── devicons_linemode.cpython-39.opt-1.pyc │ │ ├── devicons.py │ │ └── devicons_linemode.py │ ├── rc.conf │ ├── rifle.conf │ └── scope.sh ├── rofi │ ├── assets │ │ ├── dark │ │ │ ├── launcher-header.png │ │ │ └── network-header.png │ │ └── light │ │ │ ├── launcher-header.png │ │ │ └── network-header.png │ ├── config.rasi │ ├── scripts │ │ ├── appsmenu.sh │ │ ├── powermenu.sh │ │ ├── promptmenu.sh │ │ ├── runcommand.sh │ │ └── screenshot.sh │ └── themes │ │ ├── appsmenu.rasi │ │ ├── networkmenu.rasi │ │ ├── powermenu.rasi │ │ ├── promptmenu.rasi │ │ ├── runcommand.rasi │ │ ├── screenshotsmenu.rasi │ │ └── shared │ │ ├── colorschemes │ │ ├── color-dark.rasi │ │ └── color-light.rasi │ │ └── settings.rasi ├── tint2 │ ├── aether-i3-dark-bot.tint2rc │ ├── aether-i3-dark.tint2rc │ ├── aether-i3-light-bot.tint2rc │ ├── aether-i3-light.tint2rc │ └── executor │ │ ├── mpd │ │ ├── network │ │ └── volume └── viewnior │ ├── accel_map │ └── viewnior.conf ├── .fonts ├── Cantarell │ ├── Cantarell-Bold.otf │ ├── Cantarell-ExtraBold.otf │ ├── Cantarell-Light.otf │ ├── Cantarell-Regular.otf │ ├── Cantarell-Thin.otf │ └── Cantarell-VF.otf ├── Comfortaa │ ├── Comfortaa-Bold.ttf │ └── Comfortaa-Regular.ttf ├── Feather.ttf ├── JetBrains Mono Medium Medium Nerd Font Complete Mono.ttf ├── M+ 1mn Bold.ttf ├── M+ 1mn Nerd Font Complete Mono.ttf ├── M+ 1mn Nerd Font Complete.ttf ├── M+ 1mn Regular.ttf ├── Material.ttf ├── Noto Sans JP │ ├── NotoSansJP-Black.otf │ └── NotoSansJP-Bold.otf └── Rubik │ ├── Rubik-Black.ttf │ ├── Rubik-BlackItalic.ttf │ ├── Rubik-Bold.ttf │ ├── Rubik-BoldItalic.ttf │ ├── Rubik-ExtraBold.ttf │ ├── Rubik-ExtraBoldItalic.ttf │ ├── Rubik-Italic.ttf │ ├── Rubik-Light.ttf │ ├── Rubik-LightItalic.ttf │ ├── Rubik-Medium.ttf │ ├── Rubik-MediumItalic.ttf │ ├── Rubik-Regular.ttf │ ├── Rubik-SemiBold.ttf │ └── Rubik-SemiBoldItalic.ttf ├── .github └── ISSUE_TEMPLATE │ └── bug_report.md ├── .gtkrc-2.0 ├── .icons ├── aether │ ├── dark │ │ ├── brightness-full.png │ │ ├── brightness-high.png │ │ ├── brightness-low.png │ │ ├── brightness-medium.png │ │ ├── brightness-off.png │ │ ├── info.png │ │ ├── media-next.png │ │ ├── media-playpause.png │ │ ├── media-previous.png │ │ ├── shot.png │ │ ├── small │ │ │ ├── accessories-menu.png │ │ │ ├── changetheme-menu.png │ │ │ ├── changewp.png │ │ │ ├── editors-menu.png │ │ │ ├── filemanager-menu.png │ │ │ ├── internet-menu.png │ │ │ ├── logout.png │ │ │ ├── scripts-menu.png │ │ │ ├── system-menu.png │ │ │ └── terminal-menu.png │ │ ├── theme.png │ │ ├── volume-high.png │ │ ├── volume-low.png │ │ ├── volume-medium.png │ │ ├── volume-muted.png │ │ └── wallpaper.png │ └── light │ │ ├── brightness-full.png │ │ ├── brightness-high.png │ │ ├── brightness-low.png │ │ ├── brightness-medium.png │ │ ├── brightness-off.png │ │ ├── info.png │ │ ├── media-next.png │ │ ├── media-playpause.png │ │ ├── media-previous.png │ │ ├── shot.png │ │ ├── small │ │ ├── accessories-menu.png │ │ ├── changetheme-menu.png │ │ ├── changewp.png │ │ ├── editors-menu.png │ │ ├── filemanager-menu.png │ │ ├── internet-menu.png │ │ ├── logout.png │ │ ├── scripts-menu.png │ │ ├── system-menu.png │ │ └── terminal-menu.png │ │ ├── theme.png │ │ ├── volume-high.png │ │ ├── volume-low.png │ │ ├── volume-medium.png │ │ ├── volume-muted.png │ │ └── wallpaper.png ├── oomox-aesthetic-dark.tar.xz └── oomox-aesthetic-light.tar.xz ├── .local └── share │ └── psuinfo │ ├── cpu.svg │ ├── mem.svg │ ├── temp.svg │ ├── xfer-b.svg │ ├── xfer-d.svg │ ├── xfer-u.svg │ └── xfer.svg ├── .nanorc ├── .oh-my-zsh └── custom │ └── themes │ └── aether.zsh-theme ├── .scripts ├── i3-notify ├── notify │ ├── change-brightness │ ├── change-volume │ ├── notify-send.sh │ └── short-notify ├── shot-now ├── shot-seldraw └── shot-timer ├── .themes ├── ZorinBlue │ ├── gnome-shell │ │ ├── assets │ │ │ ├── activities-active.svg │ │ │ ├── activities.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── calendar-today.svg │ │ │ ├── checkbox-active.svg │ │ │ ├── checkbox-focused.svg │ │ │ ├── checkbox-off-active.svg │ │ │ ├── checkbox-off-focused.svg │ │ │ ├── checkbox-off.svg │ │ │ ├── checkbox.svg │ │ │ ├── close-window-active.svg │ │ │ ├── close-window-hover.svg │ │ │ ├── close-window.svg │ │ │ ├── corner-ripple-ltr.svg │ │ │ ├── corner-ripple-rtl.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── key-enter.svg │ │ │ ├── key-hide.svg │ │ │ ├── key-layout.svg │ │ │ ├── key-shift-latched-uppercase.svg │ │ │ ├── key-shift-uppercase.svg │ │ │ ├── key-shift.svg │ │ │ ├── message-indicator-symbolic.svg │ │ │ ├── noise-texture.svg │ │ │ ├── page-indicator-active.svg │ │ │ ├── page-indicator-checked.svg │ │ │ ├── page-indicator-hover.svg │ │ │ ├── page-indicator-inactive.svg │ │ │ ├── process-working.svg │ │ │ ├── toggle-off.svg │ │ │ └── toggle-on.svg │ │ ├── gnome-shell.css │ │ └── pad-osd.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-border-focus-rtl.png │ │ │ ├── combo-entry-border-focus.png │ │ │ ├── combo-entry-border-rtl.png │ │ │ ├── combo-entry-border.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-active-bg.png │ │ │ ├── entry-active-notebook.png │ │ │ ├── entry-active-toolbar.png │ │ │ ├── entry-background-disabled.png │ │ │ ├── entry-background.png │ │ │ ├── entry-bg.png │ │ │ ├── entry-border-active-bg.png │ │ │ ├── entry-border-bg.png │ │ │ ├── entry-disabled-bg.png │ │ │ ├── entry-disabled-notebook.png │ │ │ ├── entry-disabled-toolbar.png │ │ │ ├── entry-notebook.png │ │ │ ├── entry-toolbar.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-selected.png │ │ │ ├── menu-checkbox-checked.png │ │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ │ ├── menu-checkbox-unchecked-selected.png │ │ │ ├── menu-checkbox-unchecked.png │ │ │ ├── menu-radio-checked-insensitive.png │ │ │ ├── menu-radio-checked-selected.png │ │ │ ├── menu-radio-checked.png │ │ │ ├── menu-radio-unchecked-insensitive.png │ │ │ ├── menu-radio-unchecked-selected.png │ │ │ ├── menu-radio-unchecked.png │ │ │ ├── menubar.png │ │ │ ├── menubar_button.png │ │ │ ├── menuitem.png │ │ │ ├── minus.png │ │ │ ├── notebook-gap-horiz.png │ │ │ ├── notebook-gap-vert.png │ │ │ ├── notebook.png │ │ │ ├── null.png │ │ │ ├── pathbar_button_active.png │ │ │ ├── pathbar_button_prelight.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.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.rc │ │ ├── panel.rc │ │ └── xfce-notify.rc │ ├── gtk-3.0 │ │ ├── assets │ │ │ ├── bullet-symbolic.svg │ │ │ ├── bullet-symbolic.symbolic.png │ │ │ ├── check-symbolic.svg │ │ │ ├── check-symbolic.symbolic.png │ │ │ ├── dash-symbolic.svg │ │ │ ├── dash-symbolic.symbolic.png │ │ │ ├── slider-horz-scale-has-marks-above-symbolic.svg │ │ │ ├── slider-horz-scale-has-marks-above-symbolic.symbolic.png │ │ │ ├── slider-horz-scale-has-marks-below-symbolic.svg │ │ │ ├── slider-horz-scale-has-marks-below-symbolic.symbolic.png │ │ │ ├── slider-vert-scale-has-marks-above-symbolic.svg │ │ │ ├── slider-vert-scale-has-marks-above-symbolic.symbolic.png │ │ │ ├── slider-vert-scale-has-marks-below-symbolic.svg │ │ │ ├── slider-vert-scale-has-marks-below-symbolic.symbolic.png │ │ │ ├── text-select-end-symbolic.svg │ │ │ ├── text-select-end-symbolic.symbolic.png │ │ │ ├── text-select-start-symbolic.svg │ │ │ └── text-select-start-symbolic.symbolic.png │ │ ├── custom.css │ │ └── gtk.css │ ├── gtk-assets │ │ ├── thunar-sidebar.png │ │ ├── thunar-sidebar.png.bak │ │ └── thunar-sidebars.png │ ├── index.theme │ ├── openbox-3 │ │ ├── close.xbm │ │ ├── close_pressed.xbm │ │ ├── desk.xbm │ │ ├── desk_toggled.xbm │ │ ├── iconify.xbm │ │ ├── iconify_pressed.xbm │ │ ├── max.xbm │ │ ├── max_pressed.xbm │ │ ├── max_toggled.xbm │ │ ├── shade.xbm │ │ ├── shade_pressed.xbm │ │ └── themerc │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-active.xpm │ │ ├── bottom-inactive.png │ │ ├── bottom-inactive.xpm │ │ ├── bottom-left-active.png │ │ ├── bottom-left-active.xpm │ │ ├── bottom-left-inactive.png │ │ ├── bottom-left-inactive.xpm │ │ ├── bottom-right-active.png │ │ ├── bottom-right-active.xpm │ │ ├── bottom-right-inactive.png │ │ ├── bottom-right-inactive.xpm │ │ ├── close-active.png │ │ ├── close-active.xpm │ │ ├── close-inactive.png │ │ ├── close-inactive.xpm │ │ ├── close-prelight.png │ │ ├── close-prelight.xpm │ │ ├── close-pressed.png │ │ ├── close-pressed.xpm │ │ ├── hide-active.png │ │ ├── hide-active.xpm │ │ ├── hide-inactive.png │ │ ├── hide-inactive.xpm │ │ ├── hide-prelight.png │ │ ├── hide-prelight.xpm │ │ ├── hide-pressed.png │ │ ├── hide-pressed.xpm │ │ ├── left-active.png │ │ ├── left-active.xpm │ │ ├── left-inactive.png │ │ ├── left-inactive.xpm │ │ ├── maximize-active.png │ │ ├── maximize-active.xpm │ │ ├── maximize-inactive.png │ │ ├── maximize-inactive.xpm │ │ ├── maximize-prelight.png │ │ ├── maximize-prelight.xpm │ │ ├── maximize-pressed.png │ │ ├── maximize-pressed.xpm │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-active.xpm │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-inactive.xpm │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-prelight.xpm │ │ ├── maximize-toggled-pressed.png │ │ ├── maximize-toggled-pressed.xpm │ │ ├── menu-active.png │ │ ├── menu-active.xpm │ │ ├── menu-inactive.png │ │ ├── menu-inactive.xpm │ │ ├── menu-prelight.png │ │ ├── menu-prelight.xpm │ │ ├── menu-pressed.png │ │ ├── menu-pressed.xpm │ │ ├── right-active.png │ │ ├── right-active.xpm │ │ ├── right-inactive.png │ │ ├── right-inactive.xpm │ │ ├── shade-active.png │ │ ├── shade-active.xpm │ │ ├── shade-inactive.png │ │ ├── shade-inactive.xpm │ │ ├── shade-prelight.png │ │ ├── shade-prelight.xpm │ │ ├── shade-pressed.png │ │ ├── shade-pressed.xpm │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-active.xpm │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-inactive.xpm │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-prelight.xpm │ │ ├── shade-toggled-pressed.png │ │ ├── shade-toggled-pressed.xpm │ │ ├── stick-active.png │ │ ├── stick-active.xpm │ │ ├── stick-inactive.png │ │ ├── stick-inactive.xpm │ │ ├── stick-prelight.png │ │ ├── stick-prelight.xpm │ │ ├── stick-pressed.png │ │ ├── stick-pressed.xpm │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-active.xpm │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-inactive.xpm │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-prelight.xpm │ │ ├── stick-toggled-pressed.png │ │ ├── stick-toggled-pressed.xpm │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-active.xpm │ │ ├── title-1-inactive.png │ │ ├── title-1-inactive.xpm │ │ ├── title-2-active.png │ │ ├── title-2-active.xpm │ │ ├── title-2-inactive.png │ │ ├── title-2-inactive.xpm │ │ ├── title-3-active.png │ │ ├── title-3-active.xpm │ │ ├── title-3-inactive.png │ │ ├── title-3-inactive.xpm │ │ ├── title-4-active.png │ │ ├── title-4-active.xpm │ │ ├── title-4-inactive.png │ │ ├── title-4-inactive.xpm │ │ ├── title-5-active.png │ │ ├── title-5-active.xpm │ │ ├── title-5-inactive.png │ │ ├── title-5-inactive.xpm │ │ ├── top-left-active.png │ │ ├── top-left-active.xpm │ │ ├── top-left-inactive.png │ │ ├── top-left-inactive.xpm │ │ ├── top-right-active.png │ │ ├── top-right-active.xpm │ │ ├── top-right-inactive.png │ │ └── top-right-inactive.xpm └── ZorinGrey │ ├── gnome-shell │ ├── assets │ │ ├── activities-active.svg │ │ ├── activities.svg │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right.svg │ │ ├── calendar-today.svg │ │ ├── checkbox-active.svg │ │ ├── checkbox-focused.svg │ │ ├── checkbox-off-active.svg │ │ ├── checkbox-off-focused.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── close-window-active.svg │ │ ├── close-window-hover.svg │ │ ├── close-window.svg │ │ ├── corner-ripple-ltr.svg │ │ ├── corner-ripple-rtl.svg │ │ ├── dash-placeholder.svg │ │ ├── key-enter.svg │ │ ├── key-hide.svg │ │ ├── key-layout.svg │ │ ├── key-shift-latched-uppercase.svg │ │ ├── key-shift-uppercase.svg │ │ ├── key-shift.svg │ │ ├── message-indicator-symbolic.svg │ │ ├── noise-texture.svg │ │ ├── page-indicator-active.svg │ │ ├── page-indicator-checked.svg │ │ ├── page-indicator-hover.svg │ │ ├── page-indicator-inactive.svg │ │ ├── process-working.svg │ │ ├── toggle-off.svg │ │ └── toggle-on.svg │ ├── gnome-shell.css │ └── pad-osd.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-border-focus-rtl.png │ │ ├── combo-entry-border-focus.png │ │ ├── combo-entry-border-rtl.png │ │ ├── combo-entry-border.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-active-bg.png │ │ ├── entry-active-notebook.png │ │ ├── entry-active-toolbar.png │ │ ├── entry-background-disabled.png │ │ ├── entry-background.png │ │ ├── entry-bg.png │ │ ├── entry-border-active-bg.png │ │ ├── entry-border-bg.png │ │ ├── entry-disabled-bg.png │ │ ├── entry-disabled-notebook.png │ │ ├── entry-disabled-toolbar.png │ │ ├── entry-notebook.png │ │ ├── entry-toolbar.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-selected.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked-selected.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked-selected.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked-selected.png │ │ ├── menu-radio-unchecked.png │ │ ├── menubar.png │ │ ├── menubar_button.png │ │ ├── menuitem.png │ │ ├── minus.png │ │ ├── notebook-gap-horiz.png │ │ ├── notebook-gap-vert.png │ │ ├── notebook.png │ │ ├── null.png │ │ ├── pathbar_button_active.png │ │ ├── pathbar_button_prelight.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.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.rc │ ├── panel.rc │ └── xfce-notify.rc │ ├── gtk-3.0 │ ├── assets │ │ ├── bullet-symbolic.svg │ │ ├── bullet-symbolic.symbolic.png │ │ ├── check-symbolic.svg │ │ ├── check-symbolic.symbolic.png │ │ ├── dash-symbolic.svg │ │ ├── dash-symbolic.symbolic.png │ │ ├── slider-horz-scale-has-marks-above-symbolic.svg │ │ ├── slider-horz-scale-has-marks-above-symbolic.symbolic.png │ │ ├── slider-horz-scale-has-marks-below-symbolic.svg │ │ ├── slider-horz-scale-has-marks-below-symbolic.symbolic.png │ │ ├── slider-vert-scale-has-marks-above-symbolic.svg │ │ ├── slider-vert-scale-has-marks-above-symbolic.symbolic.png │ │ ├── slider-vert-scale-has-marks-below-symbolic.svg │ │ ├── slider-vert-scale-has-marks-below-symbolic.symbolic.png │ │ ├── text-select-end-symbolic.svg │ │ ├── text-select-end-symbolic.symbolic.png │ │ ├── text-select-start-symbolic.svg │ │ └── text-select-start-symbolic.symbolic.png │ ├── custom.css │ └── gtk.css │ ├── gtk-assets │ ├── thunar-sidebar.png │ ├── thunar-sidebar.png.bak │ └── thunar-sidebar.png.bak2 │ ├── index.theme │ ├── openbox-3 │ ├── close.xbm │ ├── close_pressed.xbm │ ├── desk.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── iconify_pressed.xbm │ ├── max.xbm │ ├── max_pressed.xbm │ ├── max_toggled.xbm │ ├── shade.xbm │ ├── shade_pressed.xbm │ └── themerc │ └── xfwm4 │ ├── bottom-active.png │ ├── bottom-active.xpm │ ├── bottom-inactive.png │ ├── bottom-inactive.xpm │ ├── bottom-left-active.png │ ├── bottom-left-active.xpm │ ├── bottom-left-inactive.png │ ├── bottom-left-inactive.xpm │ ├── bottom-right-active.png │ ├── bottom-right-active.xpm │ ├── bottom-right-inactive.png │ ├── bottom-right-inactive.xpm │ ├── close-active.png │ ├── close-active.xpm │ ├── close-inactive.png │ ├── close-inactive.xpm │ ├── close-prelight.png │ ├── close-prelight.xpm │ ├── close-pressed.png │ ├── close-pressed.xpm │ ├── hide-active.png │ ├── hide-active.xpm │ ├── hide-inactive.png │ ├── hide-inactive.xpm │ ├── hide-prelight.png │ ├── hide-prelight.xpm │ ├── hide-pressed.png │ ├── hide-pressed.xpm │ ├── left-active.png │ ├── left-active.xpm │ ├── left-inactive.png │ ├── left-inactive.xpm │ ├── maximize-active.png │ ├── maximize-active.xpm │ ├── maximize-inactive.png │ ├── maximize-inactive.xpm │ ├── maximize-prelight.png │ ├── maximize-prelight.xpm │ ├── maximize-pressed.png │ ├── maximize-pressed.xpm │ ├── maximize-toggled-active.png │ ├── maximize-toggled-active.xpm │ ├── maximize-toggled-inactive.png │ ├── maximize-toggled-inactive.xpm │ ├── maximize-toggled-prelight.png │ ├── maximize-toggled-prelight.xpm │ ├── maximize-toggled-pressed.png │ ├── maximize-toggled-pressed.xpm │ ├── menu-active.png │ ├── menu-active.xpm │ ├── menu-inactive.png │ ├── menu-inactive.xpm │ ├── menu-prelight.png │ ├── menu-prelight.xpm │ ├── menu-pressed.png │ ├── menu-pressed.xpm │ ├── right-active.png │ ├── right-active.xpm │ ├── right-inactive.png │ ├── right-inactive.xpm │ ├── shade-active.png │ ├── shade-active.xpm │ ├── shade-inactive.png │ ├── shade-inactive.xpm │ ├── shade-prelight.png │ ├── shade-prelight.xpm │ ├── shade-pressed.png │ ├── shade-pressed.xpm │ ├── shade-toggled-active.png │ ├── shade-toggled-active.xpm │ ├── shade-toggled-inactive.png │ ├── shade-toggled-inactive.xpm │ ├── shade-toggled-prelight.png │ ├── shade-toggled-prelight.xpm │ ├── shade-toggled-pressed.png │ ├── shade-toggled-pressed.xpm │ ├── stick-active.png │ ├── stick-active.xpm │ ├── stick-inactive.png │ ├── stick-inactive.xpm │ ├── stick-prelight.png │ ├── stick-prelight.xpm │ ├── stick-pressed.png │ ├── stick-pressed.xpm │ ├── stick-toggled-active.png │ ├── stick-toggled-active.xpm │ ├── stick-toggled-inactive.png │ ├── stick-toggled-inactive.xpm │ ├── stick-toggled-prelight.png │ ├── stick-toggled-prelight.xpm │ ├── stick-toggled-pressed.png │ ├── stick-toggled-pressed.xpm │ ├── themerc │ ├── title-1-active.png │ ├── title-1-active.xpm │ ├── title-1-inactive.png │ ├── title-1-inactive.xpm │ ├── title-2-active.png │ ├── title-2-active.xpm │ ├── title-2-inactive.png │ ├── title-2-inactive.xpm │ ├── title-3-active.png │ ├── title-3-active.xpm │ ├── title-3-inactive.png │ ├── title-3-inactive.xpm │ ├── title-4-active.png │ ├── title-4-active.xpm │ ├── title-4-inactive.png │ ├── title-4-inactive.xpm │ ├── title-5-active.png │ ├── title-5-active.xpm │ ├── title-5-inactive.png │ ├── title-5-inactive.xpm │ ├── top-left-active.png │ ├── top-left-active.xpm │ ├── top-left-inactive.png │ ├── top-left-inactive.xpm │ ├── top-right-active.png │ ├── top-right-active.xpm │ ├── top-right-inactive.png │ └── top-right-inactive.xpm ├── .urxvt └── ext │ ├── clipboard │ ├── keyboard-select │ ├── tabbedex │ └── url-select ├── .wallpaper ├── aether-dark.png └── aether-light.png ├── .zshrc ├── LICENSE ├── Other ├── colorscheme.png ├── greetings.png └── preview.png └── README.md /.aether-corevar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.aether-corevar -------------------------------------------------------------------------------- /.config/GIMP/2.10/action-history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/action-history -------------------------------------------------------------------------------- /.config/GIMP/2.10/colorrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/colorrc -------------------------------------------------------------------------------- /.config/GIMP/2.10/contextrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/contextrc -------------------------------------------------------------------------------- /.config/GIMP/2.10/controllerrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/controllerrc -------------------------------------------------------------------------------- /.config/GIMP/2.10/devicerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/devicerc -------------------------------------------------------------------------------- /.config/GIMP/2.10/dockrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/dockrc -------------------------------------------------------------------------------- /.config/GIMP/2.10/filters/GimpColorBalanceConfig.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/filters/GimpColorBalanceConfig.settings -------------------------------------------------------------------------------- /.config/GIMP/2.10/filters/GimpCurvesConfig.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/filters/GimpCurvesConfig.settings -------------------------------------------------------------------------------- /.config/GIMP/2.10/filters/GimpGegl-gegl-c2g-config.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/filters/GimpGegl-gegl-c2g-config.settings -------------------------------------------------------------------------------- /.config/GIMP/2.10/filters/GimpHueSaturationConfig.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/filters/GimpHueSaturationConfig.settings -------------------------------------------------------------------------------- /.config/GIMP/2.10/filters/GimpLevelsConfig.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/filters/GimpLevelsConfig.settings -------------------------------------------------------------------------------- /.config/GIMP/2.10/gimprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/gimprc -------------------------------------------------------------------------------- /.config/GIMP/2.10/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/gtkrc -------------------------------------------------------------------------------- /.config/GIMP/2.10/internal-data/custom.ggr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/internal-data/custom.ggr -------------------------------------------------------------------------------- /.config/GIMP/2.10/menurc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/menurc -------------------------------------------------------------------------------- /.config/GIMP/2.10/parasiterc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/parasiterc -------------------------------------------------------------------------------- /.config/GIMP/2.10/pluginrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/pluginrc -------------------------------------------------------------------------------- /.config/GIMP/2.10/profilerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/profilerc -------------------------------------------------------------------------------- /.config/GIMP/2.10/sessionrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/sessionrc -------------------------------------------------------------------------------- /.config/GIMP/2.10/splashes/splash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/splashes/splash.jpg -------------------------------------------------------------------------------- /.config/GIMP/2.10/tags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tags.xml -------------------------------------------------------------------------------- /.config/GIMP/2.10/templaterc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/templaterc -------------------------------------------------------------------------------- /.config/GIMP/2.10/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/themerc -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-airbrush-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-airbrush-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-align-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-align-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-blend-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-blend-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-bucket-fill-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-bucket-fill-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-by-color-select-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-by-color-select-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-cage-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-cage-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-clone-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-clone-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-color-balance-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-color-balance-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-color-picker-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-color-picker-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-colorize-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-colorize-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-convolve-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-convolve-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-crop-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-crop-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-curves-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-curves-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-desaturate-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-desaturate-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-dodge-burn-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-dodge-burn-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-ellipse-select-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-ellipse-select-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-eraser-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-eraser-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-flip-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-flip-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-foreground-select-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-foreground-select-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-free-select-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-free-select-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-fuzzy-select-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-fuzzy-select-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-gegl-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-gegl-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-gradient-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-gradient-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-handle-transform-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-handle-transform-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-heal-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-heal-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-hue-saturation-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-hue-saturation-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-ink-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-ink-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-iscissors-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-iscissors-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-levels-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-levels-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-measure-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-measure-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-move-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-move-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-mypaint-brush-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-mypaint-brush-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-offset-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-offset-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-operation-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-operation-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-paintbrush-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-paintbrush-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-pencil-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-pencil-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-perspective-clone-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-perspective-clone-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-perspective-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-perspective-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-posterize-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-posterize-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-rect-select-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-rect-select-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-rotate-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-rotate-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-scale-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-scale-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-shear-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-shear-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-smudge-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-smudge-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-text-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-text-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-threshold-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-threshold-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-transform-3d-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-transform-3d-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-unified-transform-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-unified-transform-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-vector-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-vector-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-warp-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-warp-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/tool-options/gimp-zoom-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/tool-options/gimp-zoom-tool -------------------------------------------------------------------------------- /.config/GIMP/2.10/toolrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/toolrc -------------------------------------------------------------------------------- /.config/GIMP/2.10/unitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/GIMP/2.10/unitrc -------------------------------------------------------------------------------- /.config/aether/change: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/change -------------------------------------------------------------------------------- /.config/aether/change-mode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/change-mode -------------------------------------------------------------------------------- /.config/aether/kill-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/kill-ui -------------------------------------------------------------------------------- /.config/aether/scripts/app-launcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/scripts/app-launcher -------------------------------------------------------------------------------- /.config/aether/scripts/brightness-current: -------------------------------------------------------------------------------- 1 | 76 2 | -------------------------------------------------------------------------------- /.config/aether/scripts/brightness-startup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/scripts/brightness-startup -------------------------------------------------------------------------------- /.config/aether/scripts/change-resolution: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/scripts/change-resolution -------------------------------------------------------------------------------- /.config/aether/scripts/change-wallpaper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/scripts/change-wallpaper -------------------------------------------------------------------------------- /.config/aether/scripts/wallpaper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/scripts/wallpaper -------------------------------------------------------------------------------- /.config/aether/startup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/startup -------------------------------------------------------------------------------- /.config/aether/theme/aether-dark/.Xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/theme/aether-dark/.Xresources -------------------------------------------------------------------------------- /.config/aether/theme/aether-dark/.xsettingsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/theme/aether-dark/.xsettingsd -------------------------------------------------------------------------------- /.config/aether/theme/aether-dark/aether-dark-theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/theme/aether-dark/aether-dark-theme -------------------------------------------------------------------------------- /.config/aether/theme/aether-light/.Xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/theme/aether-light/.Xresources -------------------------------------------------------------------------------- /.config/aether/theme/aether-light/.xsettingsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/theme/aether-light/.xsettingsd -------------------------------------------------------------------------------- /.config/aether/theme/aether-light/aether-light-theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/aether/theme/aether-light/aether-light-theme -------------------------------------------------------------------------------- /.config/cava/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/cava/config -------------------------------------------------------------------------------- /.config/dunst/dunstrc-dark-left: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/dunst/dunstrc-dark-left -------------------------------------------------------------------------------- /.config/dunst/dunstrc-dark-right: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/dunst/dunstrc-dark-right -------------------------------------------------------------------------------- /.config/dunst/dunstrc-left: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/dunst/dunstrc-left -------------------------------------------------------------------------------- /.config/dunst/dunstrc-right: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/dunst/dunstrc-right -------------------------------------------------------------------------------- /.config/geany/colorschemes/custom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/geany/colorschemes/custom.conf -------------------------------------------------------------------------------- /.config/geany/filedefs/filetypes.README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/geany/filedefs/filetypes.README -------------------------------------------------------------------------------- /.config/geany/geany.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/geany/geany.conf -------------------------------------------------------------------------------- /.config/geany/keybindings.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/geany/keybindings.conf -------------------------------------------------------------------------------- /.config/geany/plugins/autoclose/autoclose.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/geany/plugins/autoclose/autoclose.conf -------------------------------------------------------------------------------- /.config/geany/plugins/codenav/codenav.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/geany/plugins/codenav/codenav.conf -------------------------------------------------------------------------------- /.config/geany/plugins/overview/prefs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/geany/plugins/overview/prefs.conf -------------------------------------------------------------------------------- /.config/geany/plugins/pretty-printer/prefs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/geany/plugins/pretty-printer/prefs.conf -------------------------------------------------------------------------------- /.config/geany/templates/templates.README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/geany/templates/templates.README -------------------------------------------------------------------------------- /.config/geany/ui_toolbar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/geany/ui_toolbar.xml -------------------------------------------------------------------------------- /.config/gtk-3.0/bookmarks: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.config/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.config/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/gtk-3.0/settings.ini -------------------------------------------------------------------------------- /.config/mpv/mpv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/mpv/mpv.conf -------------------------------------------------------------------------------- /.config/neofetch/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/neofetch/arch.png -------------------------------------------------------------------------------- /.config/neofetch/ark-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/neofetch/ark-light.png -------------------------------------------------------------------------------- /.config/neofetch/artix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/neofetch/artix.png -------------------------------------------------------------------------------- /.config/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/neofetch/config.conf -------------------------------------------------------------------------------- /.config/neofetch/gentoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/neofetch/gentoo.png -------------------------------------------------------------------------------- /.config/neofetch/iruha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/neofetch/iruha.png -------------------------------------------------------------------------------- /.config/neofetch/ob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/neofetch/ob.png -------------------------------------------------------------------------------- /.config/neofetch/p3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/neofetch/p3.png -------------------------------------------------------------------------------- /.config/neofetch/timoria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/neofetch/timoria.png -------------------------------------------------------------------------------- /.config/networkmanager-dmenu/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/networkmanager-dmenu/config.ini -------------------------------------------------------------------------------- /.config/openbox/autostart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/openbox/autostart -------------------------------------------------------------------------------- /.config/openbox/environment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/openbox/environment -------------------------------------------------------------------------------- /.config/openbox/menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/openbox/menu.xml -------------------------------------------------------------------------------- /.config/openbox/rc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/openbox/rc.xml -------------------------------------------------------------------------------- /.config/parcellite/parcelliterc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/parcellite/parcelliterc -------------------------------------------------------------------------------- /.config/picom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/picom.conf -------------------------------------------------------------------------------- /.config/qt5ct/qt5ct.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/qt5ct/qt5ct.conf -------------------------------------------------------------------------------- /.config/ranger/commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/ranger/commands.py -------------------------------------------------------------------------------- /.config/ranger/commands_full.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/ranger/commands_full.py -------------------------------------------------------------------------------- /.config/ranger/plugins/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/ranger/plugins/devicons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/ranger/plugins/devicons.py -------------------------------------------------------------------------------- /.config/ranger/plugins/devicons_linemode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/ranger/plugins/devicons_linemode.py -------------------------------------------------------------------------------- /.config/ranger/rc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/ranger/rc.conf -------------------------------------------------------------------------------- /.config/ranger/rifle.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/ranger/rifle.conf -------------------------------------------------------------------------------- /.config/ranger/scope.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/ranger/scope.sh -------------------------------------------------------------------------------- /.config/rofi/assets/dark/launcher-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/assets/dark/launcher-header.png -------------------------------------------------------------------------------- /.config/rofi/assets/dark/network-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/assets/dark/network-header.png -------------------------------------------------------------------------------- /.config/rofi/assets/light/launcher-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/assets/light/launcher-header.png -------------------------------------------------------------------------------- /.config/rofi/assets/light/network-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/assets/light/network-header.png -------------------------------------------------------------------------------- /.config/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/config.rasi -------------------------------------------------------------------------------- /.config/rofi/scripts/appsmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/scripts/appsmenu.sh -------------------------------------------------------------------------------- /.config/rofi/scripts/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/scripts/powermenu.sh -------------------------------------------------------------------------------- /.config/rofi/scripts/promptmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/scripts/promptmenu.sh -------------------------------------------------------------------------------- /.config/rofi/scripts/runcommand.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/scripts/runcommand.sh -------------------------------------------------------------------------------- /.config/rofi/scripts/screenshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/scripts/screenshot.sh -------------------------------------------------------------------------------- /.config/rofi/themes/appsmenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/themes/appsmenu.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/networkmenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/themes/networkmenu.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/powermenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/themes/powermenu.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/promptmenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/themes/promptmenu.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/runcommand.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/themes/runcommand.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/screenshotsmenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/themes/screenshotsmenu.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/shared/colorschemes/color-dark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/themes/shared/colorschemes/color-dark.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/shared/colorschemes/color-light.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/themes/shared/colorschemes/color-light.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/shared/settings.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/rofi/themes/shared/settings.rasi -------------------------------------------------------------------------------- /.config/tint2/aether-i3-dark-bot.tint2rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/tint2/aether-i3-dark-bot.tint2rc -------------------------------------------------------------------------------- /.config/tint2/aether-i3-dark.tint2rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/tint2/aether-i3-dark.tint2rc -------------------------------------------------------------------------------- /.config/tint2/aether-i3-light-bot.tint2rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/tint2/aether-i3-light-bot.tint2rc -------------------------------------------------------------------------------- /.config/tint2/aether-i3-light.tint2rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/tint2/aether-i3-light.tint2rc -------------------------------------------------------------------------------- /.config/tint2/executor/mpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/tint2/executor/mpd -------------------------------------------------------------------------------- /.config/tint2/executor/network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/tint2/executor/network -------------------------------------------------------------------------------- /.config/tint2/executor/volume: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/tint2/executor/volume -------------------------------------------------------------------------------- /.config/viewnior/accel_map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/viewnior/accel_map -------------------------------------------------------------------------------- /.config/viewnior/viewnior.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.config/viewnior/viewnior.conf -------------------------------------------------------------------------------- /.fonts/Cantarell/Cantarell-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Cantarell/Cantarell-Bold.otf -------------------------------------------------------------------------------- /.fonts/Cantarell/Cantarell-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Cantarell/Cantarell-ExtraBold.otf -------------------------------------------------------------------------------- /.fonts/Cantarell/Cantarell-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Cantarell/Cantarell-Light.otf -------------------------------------------------------------------------------- /.fonts/Cantarell/Cantarell-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Cantarell/Cantarell-Regular.otf -------------------------------------------------------------------------------- /.fonts/Cantarell/Cantarell-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Cantarell/Cantarell-Thin.otf -------------------------------------------------------------------------------- /.fonts/Cantarell/Cantarell-VF.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Cantarell/Cantarell-VF.otf -------------------------------------------------------------------------------- /.fonts/Comfortaa/Comfortaa-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Comfortaa/Comfortaa-Bold.ttf -------------------------------------------------------------------------------- /.fonts/Comfortaa/Comfortaa-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Comfortaa/Comfortaa-Regular.ttf -------------------------------------------------------------------------------- /.fonts/Feather.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Feather.ttf -------------------------------------------------------------------------------- /.fonts/M+ 1mn Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/M+ 1mn Bold.ttf -------------------------------------------------------------------------------- /.fonts/M+ 1mn Nerd Font Complete Mono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/M+ 1mn Nerd Font Complete Mono.ttf -------------------------------------------------------------------------------- /.fonts/M+ 1mn Nerd Font Complete.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/M+ 1mn Nerd Font Complete.ttf -------------------------------------------------------------------------------- /.fonts/M+ 1mn Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/M+ 1mn Regular.ttf -------------------------------------------------------------------------------- /.fonts/Material.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Material.ttf -------------------------------------------------------------------------------- /.fonts/Noto Sans JP/NotoSansJP-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Noto Sans JP/NotoSansJP-Black.otf -------------------------------------------------------------------------------- /.fonts/Noto Sans JP/NotoSansJP-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Noto Sans JP/NotoSansJP-Bold.otf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-Black.ttf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-BlackItalic.ttf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-Bold.ttf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-BoldItalic.ttf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-ExtraBold.ttf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-Italic.ttf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-Light.ttf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-LightItalic.ttf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-Medium.ttf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-MediumItalic.ttf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-Regular.ttf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-SemiBold.ttf -------------------------------------------------------------------------------- /.fonts/Rubik/Rubik-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.fonts/Rubik/Rubik-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.gtkrc-2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.gtkrc-2.0 -------------------------------------------------------------------------------- /.icons/aether/dark/brightness-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/brightness-full.png -------------------------------------------------------------------------------- /.icons/aether/dark/brightness-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/brightness-high.png -------------------------------------------------------------------------------- /.icons/aether/dark/brightness-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/brightness-low.png -------------------------------------------------------------------------------- /.icons/aether/dark/brightness-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/brightness-medium.png -------------------------------------------------------------------------------- /.icons/aether/dark/brightness-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/brightness-off.png -------------------------------------------------------------------------------- /.icons/aether/dark/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/info.png -------------------------------------------------------------------------------- /.icons/aether/dark/media-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/media-next.png -------------------------------------------------------------------------------- /.icons/aether/dark/media-playpause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/media-playpause.png -------------------------------------------------------------------------------- /.icons/aether/dark/media-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/media-previous.png -------------------------------------------------------------------------------- /.icons/aether/dark/shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/shot.png -------------------------------------------------------------------------------- /.icons/aether/dark/small/accessories-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/small/accessories-menu.png -------------------------------------------------------------------------------- /.icons/aether/dark/small/changetheme-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/small/changetheme-menu.png -------------------------------------------------------------------------------- /.icons/aether/dark/small/changewp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/small/changewp.png -------------------------------------------------------------------------------- /.icons/aether/dark/small/editors-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/small/editors-menu.png -------------------------------------------------------------------------------- /.icons/aether/dark/small/filemanager-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/small/filemanager-menu.png -------------------------------------------------------------------------------- /.icons/aether/dark/small/internet-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/small/internet-menu.png -------------------------------------------------------------------------------- /.icons/aether/dark/small/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/small/logout.png -------------------------------------------------------------------------------- /.icons/aether/dark/small/scripts-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/small/scripts-menu.png -------------------------------------------------------------------------------- /.icons/aether/dark/small/system-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/small/system-menu.png -------------------------------------------------------------------------------- /.icons/aether/dark/small/terminal-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/small/terminal-menu.png -------------------------------------------------------------------------------- /.icons/aether/dark/theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/theme.png -------------------------------------------------------------------------------- /.icons/aether/dark/volume-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/volume-high.png -------------------------------------------------------------------------------- /.icons/aether/dark/volume-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/volume-low.png -------------------------------------------------------------------------------- /.icons/aether/dark/volume-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/volume-medium.png -------------------------------------------------------------------------------- /.icons/aether/dark/volume-muted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/volume-muted.png -------------------------------------------------------------------------------- /.icons/aether/dark/wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/dark/wallpaper.png -------------------------------------------------------------------------------- /.icons/aether/light/brightness-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/brightness-full.png -------------------------------------------------------------------------------- /.icons/aether/light/brightness-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/brightness-high.png -------------------------------------------------------------------------------- /.icons/aether/light/brightness-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/brightness-low.png -------------------------------------------------------------------------------- /.icons/aether/light/brightness-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/brightness-medium.png -------------------------------------------------------------------------------- /.icons/aether/light/brightness-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/brightness-off.png -------------------------------------------------------------------------------- /.icons/aether/light/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/info.png -------------------------------------------------------------------------------- /.icons/aether/light/media-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/media-next.png -------------------------------------------------------------------------------- /.icons/aether/light/media-playpause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/media-playpause.png -------------------------------------------------------------------------------- /.icons/aether/light/media-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/media-previous.png -------------------------------------------------------------------------------- /.icons/aether/light/shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/shot.png -------------------------------------------------------------------------------- /.icons/aether/light/small/accessories-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/small/accessories-menu.png -------------------------------------------------------------------------------- /.icons/aether/light/small/changetheme-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/small/changetheme-menu.png -------------------------------------------------------------------------------- /.icons/aether/light/small/changewp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/small/changewp.png -------------------------------------------------------------------------------- /.icons/aether/light/small/editors-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/small/editors-menu.png -------------------------------------------------------------------------------- /.icons/aether/light/small/filemanager-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/small/filemanager-menu.png -------------------------------------------------------------------------------- /.icons/aether/light/small/internet-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/small/internet-menu.png -------------------------------------------------------------------------------- /.icons/aether/light/small/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/small/logout.png -------------------------------------------------------------------------------- /.icons/aether/light/small/scripts-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/small/scripts-menu.png -------------------------------------------------------------------------------- /.icons/aether/light/small/system-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/small/system-menu.png -------------------------------------------------------------------------------- /.icons/aether/light/small/terminal-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/small/terminal-menu.png -------------------------------------------------------------------------------- /.icons/aether/light/theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/theme.png -------------------------------------------------------------------------------- /.icons/aether/light/volume-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/volume-high.png -------------------------------------------------------------------------------- /.icons/aether/light/volume-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/volume-low.png -------------------------------------------------------------------------------- /.icons/aether/light/volume-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/volume-medium.png -------------------------------------------------------------------------------- /.icons/aether/light/volume-muted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/volume-muted.png -------------------------------------------------------------------------------- /.icons/aether/light/wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/aether/light/wallpaper.png -------------------------------------------------------------------------------- /.icons/oomox-aesthetic-dark.tar.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/oomox-aesthetic-dark.tar.xz -------------------------------------------------------------------------------- /.icons/oomox-aesthetic-light.tar.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.icons/oomox-aesthetic-light.tar.xz -------------------------------------------------------------------------------- /.local/share/psuinfo/cpu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.local/share/psuinfo/mem.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.local/share/psuinfo/temp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.local/share/psuinfo/xfer-b.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.local/share/psuinfo/xfer-d.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.local/share/psuinfo/xfer-u.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.local/share/psuinfo/xfer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.nanorc -------------------------------------------------------------------------------- /.oh-my-zsh/custom/themes/aether.zsh-theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.oh-my-zsh/custom/themes/aether.zsh-theme -------------------------------------------------------------------------------- /.scripts/i3-notify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.scripts/i3-notify -------------------------------------------------------------------------------- /.scripts/notify/change-brightness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.scripts/notify/change-brightness -------------------------------------------------------------------------------- /.scripts/notify/change-volume: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.scripts/notify/change-volume -------------------------------------------------------------------------------- /.scripts/notify/notify-send.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.scripts/notify/notify-send.sh -------------------------------------------------------------------------------- /.scripts/notify/short-notify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.scripts/notify/short-notify -------------------------------------------------------------------------------- /.scripts/shot-now: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.scripts/shot-now -------------------------------------------------------------------------------- /.scripts/shot-seldraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.scripts/shot-seldraw -------------------------------------------------------------------------------- /.scripts/shot-timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.scripts/shot-timer -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/activities-active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/activities-active.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/activities.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/activities.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/calendar-today.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/calendar-today.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/checkbox-active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/checkbox-active.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/checkbox-focused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/checkbox-focused.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/checkbox-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/checkbox-off.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/checkbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/checkbox.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/close-window-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/close-window-hover.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/close-window.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/close-window.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/corner-ripple-ltr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/corner-ripple-ltr.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/corner-ripple-rtl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/corner-ripple-rtl.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/dash-placeholder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/dash-placeholder.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/key-enter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/key-enter.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/key-hide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/key-hide.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/key-layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/key-layout.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/key-shift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/key-shift.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/noise-texture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/noise-texture.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/process-working.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/process-working.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/toggle-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/toggle-off.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/assets/toggle-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/assets/toggle-on.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/gnome-shell.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/gnome-shell.css -------------------------------------------------------------------------------- /.themes/ZorinBlue/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gnome-shell/pad-osd.css -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-down-insens.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-down-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-down-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-down-small.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-left-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-left-insens.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-left-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-left-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-right-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-right-insens.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-right-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-right.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-up-insens.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-up-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-up-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-up-small-insens.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-up-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-up-small.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/button-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/button-hover.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/button-insensitive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/combo-entry-border-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/combo-entry-border-rtl.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/combo-entry-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/combo-entry-border.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/combo-entry-button-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/combo-entry-button-rtl.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/combo-entry-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/combo-entry-button.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/combo-entry-focus-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/combo-entry-focus-rtl.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/combo-entry-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/combo-entry-focus.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/combo-entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/combo-entry-notebook.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/combo-entry-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/combo-entry-rtl.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/combo-entry.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/down-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/down-background-rtl.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/down-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/down-background.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/entry-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/entry-active-bg.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/entry-active-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/entry-active-notebook.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/entry-active-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/entry-active-toolbar.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/entry-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/entry-background.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/entry-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/entry-bg.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/entry-border-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/entry-border-active-bg.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/entry-border-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/entry-border-bg.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/entry-disabled-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/entry-disabled-bg.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/entry-disabled-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/entry-disabled-toolbar.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/entry-notebook.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/entry-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/entry-toolbar.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/frame-gap-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/frame-gap-end.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/frame-gap-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/frame-gap-start.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/inline-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/inline-toolbar.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/menu-arrow-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/menu-arrow-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/menu-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/menu-checkbox-checked.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/menu-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/menu-radio-checked.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/menu-radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/menu-radio-unchecked.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/menubar_button.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/notebook-gap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/notebook-gap-horiz.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/notebook-gap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/notebook-gap-vert.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/pathbar_button_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/pathbar_button_active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/progressbar.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/progressbar_v.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/radio-checked.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/slider-horiz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/slider-horiz-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/slider-horiz-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/slider-horiz-insens.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/slider-horiz-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/slider-horiz-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/slider-horiz.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/slider-insensitive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/slider-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/slider-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/slider-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/slider-vert-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/slider-vert-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/slider-vert-insens.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/slider-vert-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/slider-vert-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/slider-vert.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/tab-bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/tab-bottom-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/tab-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/tab-left-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/tab-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/tab-right-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/tab-top-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/tree_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/tree_header.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/trough-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/trough-horizontal.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/trough-progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/trough-progressbar.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/trough-progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/trough-progressbar_v.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/trough-scrollbar-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/trough-scrollbar-horiz.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/trough-scrollbar-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/trough-scrollbar-vert.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/trough-vertical-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/trough-vertical-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/trough-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/trough-vertical.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/up-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/up-background-disable.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/up-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/up-background-rtl.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/assets/up-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/assets/up-background.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/main.rc -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/menubar-toolbar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/menubar-toolbar.rc -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-2.0/xfce-notify.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-2.0/xfce-notify.rc -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-3.0/assets/bullet-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-3.0/assets/bullet-symbolic.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-3.0/assets/check-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-3.0/assets/check-symbolic.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-3.0/assets/dash-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-3.0/assets/dash-symbolic.svg -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-3.0/assets/dash-symbolic.symbolic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-3.0/assets/dash-symbolic.symbolic.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-3.0/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-3.0/custom.css -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-assets/thunar-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-assets/thunar-sidebar.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-assets/thunar-sidebar.png.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-assets/thunar-sidebar.png.bak -------------------------------------------------------------------------------- /.themes/ZorinBlue/gtk-assets/thunar-sidebars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/gtk-assets/thunar-sidebars.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/index.theme -------------------------------------------------------------------------------- /.themes/ZorinBlue/openbox-3/close.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/openbox-3/close.xbm -------------------------------------------------------------------------------- /.themes/ZorinBlue/openbox-3/close_pressed.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/openbox-3/close_pressed.xbm -------------------------------------------------------------------------------- /.themes/ZorinBlue/openbox-3/desk.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/openbox-3/desk.xbm -------------------------------------------------------------------------------- /.themes/ZorinBlue/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/openbox-3/desk_toggled.xbm -------------------------------------------------------------------------------- /.themes/ZorinBlue/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/openbox-3/iconify.xbm -------------------------------------------------------------------------------- /.themes/ZorinBlue/openbox-3/iconify_pressed.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/openbox-3/iconify_pressed.xbm -------------------------------------------------------------------------------- /.themes/ZorinBlue/openbox-3/max.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/openbox-3/max.xbm -------------------------------------------------------------------------------- /.themes/ZorinBlue/openbox-3/max_pressed.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/openbox-3/max_pressed.xbm -------------------------------------------------------------------------------- /.themes/ZorinBlue/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/openbox-3/max_toggled.xbm -------------------------------------------------------------------------------- /.themes/ZorinBlue/openbox-3/shade.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/openbox-3/shade.xbm -------------------------------------------------------------------------------- /.themes/ZorinBlue/openbox-3/shade_pressed.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/openbox-3/shade_pressed.xbm -------------------------------------------------------------------------------- /.themes/ZorinBlue/openbox-3/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/openbox-3/themerc -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/bottom-left-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/bottom-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/bottom-left-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/bottom-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/bottom-left-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/bottom-left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/bottom-left-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/bottom-right-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/bottom-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/bottom-right-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/bottom-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/bottom-right-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/bottom-right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/bottom-right-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/close-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/close-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/close-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/hide-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/hide-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/hide-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/left-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/maximize-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/maximize-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/maximize-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-toggled-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-toggled-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/maximize-toggled-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-toggled-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-toggled-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/maximize-toggled-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-toggled-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-toggled-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/maximize-toggled-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-toggled-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/maximize-toggled-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/maximize-toggled-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/menu-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/menu-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/menu-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/right-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/shade-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-toggled-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-toggled-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/shade-toggled-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-toggled-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-toggled-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/shade-toggled-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-toggled-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-toggled-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/shade-toggled-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-toggled-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/shade-toggled-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/shade-toggled-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/stick-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-toggled-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-toggled-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/stick-toggled-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-toggled-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-toggled-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/stick-toggled-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-toggled-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-toggled-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/stick-toggled-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-toggled-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/stick-toggled-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/stick-toggled-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-1-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-2-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-3-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-4-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/title-5-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/top-left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/top-left-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/top-right-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/top-right-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinBlue/xfwm4/top-right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinBlue/xfwm4/top-right-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/activities-active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/activities-active.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/activities.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/activities.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/calendar-today.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/calendar-today.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/checkbox-active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/checkbox-active.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/checkbox-focused.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/checkbox-focused.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/checkbox-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/checkbox-off.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/checkbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/checkbox.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/close-window-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/close-window-hover.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/close-window.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/close-window.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/corner-ripple-ltr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/corner-ripple-ltr.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/corner-ripple-rtl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/corner-ripple-rtl.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/dash-placeholder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/dash-placeholder.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/key-enter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/key-enter.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/key-hide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/key-hide.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/key-layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/key-layout.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/key-shift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/key-shift.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/noise-texture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/noise-texture.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/process-working.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/process-working.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/toggle-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/toggle-off.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/assets/toggle-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/assets/toggle-on.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/gnome-shell.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/gnome-shell.css -------------------------------------------------------------------------------- /.themes/ZorinGrey/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gnome-shell/pad-osd.css -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-down-insens.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-down-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-down-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-down-small.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-left-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-left-insens.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-left-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-left-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-right-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-right-insens.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-right-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-right.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-up-insens.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-up-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-up-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-up-small-insens.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-up-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-up-small.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/button-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/button-hover.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/button-insensitive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/combo-entry-border-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/combo-entry-border-rtl.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/combo-entry-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/combo-entry-border.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button-rtl.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/combo-entry-button.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/combo-entry-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/combo-entry-focus.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/combo-entry-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/combo-entry-rtl.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/combo-entry.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/down-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/down-background-rtl.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/down-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/down-background.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/entry-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/entry-active-bg.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/entry-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/entry-background.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/entry-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/entry-bg.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/entry-border-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/entry-border-bg.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/entry-disabled-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/entry-disabled-bg.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/entry-notebook.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/entry-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/entry-toolbar.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/frame-gap-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/frame-gap-end.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/frame-gap-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/frame-gap-start.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/inline-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/inline-toolbar.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/menu-arrow-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/menu-arrow-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/menu-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/menu-radio-checked.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/menubar_button.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/notebook-gap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/notebook-gap-horiz.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/notebook-gap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/notebook-gap-vert.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/progressbar.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/progressbar_v.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/radio-checked.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/slider-horiz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/slider-horiz-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/slider-horiz-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/slider-horiz-insens.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/slider-horiz.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/slider-insensitive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/slider-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/slider-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/slider-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/slider-vert-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/slider-vert-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/slider-vert-insens.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/slider-vert.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/tab-bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/tab-bottom-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/tab-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/tab-left-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/tab-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/tab-right-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/tab-top-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/tree_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/tree_header.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/trough-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/trough-horizontal.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/trough-progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/trough-progressbar.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/trough-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/trough-vertical.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/up-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/up-background-rtl.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/assets/up-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/assets/up-background.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/main.rc -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/menubar-toolbar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/menubar-toolbar.rc -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/panel.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/panel.rc -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-2.0/xfce-notify.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-2.0/xfce-notify.rc -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-3.0/assets/bullet-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-3.0/assets/bullet-symbolic.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-3.0/assets/check-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-3.0/assets/check-symbolic.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-3.0/assets/dash-symbolic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-3.0/assets/dash-symbolic.svg -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-3.0/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-3.0/custom.css -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-assets/thunar-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-assets/thunar-sidebar.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-assets/thunar-sidebar.png.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-assets/thunar-sidebar.png.bak -------------------------------------------------------------------------------- /.themes/ZorinGrey/gtk-assets/thunar-sidebar.png.bak2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/gtk-assets/thunar-sidebar.png.bak2 -------------------------------------------------------------------------------- /.themes/ZorinGrey/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/index.theme -------------------------------------------------------------------------------- /.themes/ZorinGrey/openbox-3/close.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/openbox-3/close.xbm -------------------------------------------------------------------------------- /.themes/ZorinGrey/openbox-3/close_pressed.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/openbox-3/close_pressed.xbm -------------------------------------------------------------------------------- /.themes/ZorinGrey/openbox-3/desk.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/openbox-3/desk.xbm -------------------------------------------------------------------------------- /.themes/ZorinGrey/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/openbox-3/desk_toggled.xbm -------------------------------------------------------------------------------- /.themes/ZorinGrey/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/openbox-3/iconify.xbm -------------------------------------------------------------------------------- /.themes/ZorinGrey/openbox-3/iconify_pressed.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/openbox-3/iconify_pressed.xbm -------------------------------------------------------------------------------- /.themes/ZorinGrey/openbox-3/max.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/openbox-3/max.xbm -------------------------------------------------------------------------------- /.themes/ZorinGrey/openbox-3/max_pressed.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/openbox-3/max_pressed.xbm -------------------------------------------------------------------------------- /.themes/ZorinGrey/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/openbox-3/max_toggled.xbm -------------------------------------------------------------------------------- /.themes/ZorinGrey/openbox-3/shade.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/openbox-3/shade.xbm -------------------------------------------------------------------------------- /.themes/ZorinGrey/openbox-3/shade_pressed.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/openbox-3/shade_pressed.xbm -------------------------------------------------------------------------------- /.themes/ZorinGrey/openbox-3/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/openbox-3/themerc -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/bottom-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/bottom-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/bottom-left-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/bottom-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/bottom-left-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/bottom-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/bottom-left-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/bottom-left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/bottom-left-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/bottom-right-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/bottom-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/bottom-right-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/bottom-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/bottom-right-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/bottom-right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/bottom-right-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/close-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/close-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/close-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/close-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/close-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/close-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/hide-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/hide-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/hide-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/hide-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/hide-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/hide-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/left-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/left-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/left-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/maximize-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/maximize-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/maximize-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/maximize-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-toggled-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-toggled-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/maximize-toggled-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-toggled-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-toggled-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/maximize-toggled-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-toggled-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-toggled-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/maximize-toggled-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-toggled-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/maximize-toggled-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/maximize-toggled-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/menu-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/menu-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/menu-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/menu-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/menu-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/menu-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/menu-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/menu-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/menu-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/right-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/right-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/right-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/shade-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/shade-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/shade-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/shade-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-toggled-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-toggled-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/shade-toggled-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-toggled-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-toggled-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/shade-toggled-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-toggled-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-toggled-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/shade-toggled-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-toggled-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/shade-toggled-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/shade-toggled-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/stick-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/stick-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/stick-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/stick-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-toggled-active.png: -------------------------------------------------------------------------------- 1 | menu-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-toggled-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/stick-toggled-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-toggled-inactive.png: -------------------------------------------------------------------------------- 1 | menu-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-toggled-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/stick-toggled-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-toggled-prelight.png: -------------------------------------------------------------------------------- 1 | menu-prelight.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-toggled-prelight.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/stick-toggled-prelight.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-toggled-pressed.png: -------------------------------------------------------------------------------- 1 | menu-pressed.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/stick-toggled-pressed.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/stick-toggled-pressed.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-1-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-1-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-2-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-2-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-3-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-3-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-4-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-4-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-5-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/title-5-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/top-left-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/top-left-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/top-left-inactive.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/top-right-active.xpm -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/top-right-inactive.png -------------------------------------------------------------------------------- /.themes/ZorinGrey/xfwm4/top-right-inactive.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.themes/ZorinGrey/xfwm4/top-right-inactive.xpm -------------------------------------------------------------------------------- /.urxvt/ext/clipboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.urxvt/ext/clipboard -------------------------------------------------------------------------------- /.urxvt/ext/keyboard-select: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.urxvt/ext/keyboard-select -------------------------------------------------------------------------------- /.urxvt/ext/tabbedex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.urxvt/ext/tabbedex -------------------------------------------------------------------------------- /.urxvt/ext/url-select: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.urxvt/ext/url-select -------------------------------------------------------------------------------- /.wallpaper/aether-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.wallpaper/aether-dark.png -------------------------------------------------------------------------------- /.wallpaper/aether-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.wallpaper/aether-light.png -------------------------------------------------------------------------------- /.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/.zshrc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/LICENSE -------------------------------------------------------------------------------- /Other/colorscheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/Other/colorscheme.png -------------------------------------------------------------------------------- /Other/greetings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/Other/greetings.png -------------------------------------------------------------------------------- /Other/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/Other/preview.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ilham25/dotfiles-openbox/HEAD/README.md --------------------------------------------------------------------------------