├── .config ├── Kvantum │ ├── Catppuccin-Latte │ │ ├── Catppuccin-Latte.kvconfig │ │ └── Catppuccin-Latte.svg │ ├── Catppuccin-Mocha │ │ ├── Catppuccin-Mocha.kvconfig │ │ └── Catppuccin-Mocha.svg │ ├── catppuccin-mocha-blue │ │ ├── catppuccin-mocha-blue.kvconfig │ │ └── catppuccin-mocha-blue.svg │ ├── catppuccin-mocha-mauve │ │ ├── catppuccin-mocha-mauve.kvconfig │ │ └── catppuccin-mocha-mauve.svg │ ├── catppuccin-mocha-sky │ │ ├── catppuccin-mocha-sky.kvconfig │ │ └── catppuccin-mocha-sky.svg │ └── kvantum.kvconfig ├── ags │ ├── config.js │ ├── debug.js │ ├── functions │ │ ├── getHoliday.js │ │ ├── getIcon.js │ │ └── sleepTimer.js │ ├── how.js │ ├── lib │ │ └── utils.js │ ├── package-lock.json │ ├── package.json │ ├── services │ │ └── fetchHolidayService.js │ ├── styles │ │ ├── catppuccin-mocha.css │ │ └── styles.css │ ├── unUsedCodes.js │ └── widgets │ │ ├── bar.js │ │ ├── bar │ │ ├── activeClient.js │ │ ├── battery.js │ │ ├── checkUpdates.js │ │ ├── clients.js │ │ ├── clients │ │ │ ├── pinnedClients.js │ │ │ ├── specialClients.js │ │ │ ├── workspaceAndSpecialClients.js │ │ │ └── workspaceClients.js │ │ ├── countDown.js │ │ ├── cpuUsage.js │ │ ├── dateTime.js │ │ ├── inhibitor.js │ │ ├── media.js │ │ ├── memoryUsage.js │ │ ├── networkMonitor.js │ │ ├── openedApps.js │ │ ├── osicon.js │ │ ├── systemTray.js │ │ ├── temperature.js │ │ ├── volume.js │ │ └── workspaces.js │ │ ├── controlPanel.js │ │ ├── notification.js │ │ └── notification │ │ └── notification.js ├── alacritty │ ├── alacritty.toml │ ├── catppuccin-mocha.toml │ ├── tokyo-night-storm.toml │ └── tokyo-night.toml ├── btop │ └── btop.conf ├── gtk-3.0 │ ├── bookmarks │ └── settings.ini ├── gtk-4.0 │ └── settings.ini ├── hypr │ ├── .initial_startup_done │ ├── configs │ │ ├── environmentVariables.conf │ │ ├── keybinds.conf │ │ ├── keybinds │ │ │ ├── launchApps.conf │ │ │ ├── mediakeys.conf │ │ │ ├── mouse.conf │ │ │ ├── windows.conf │ │ │ └── workspaces.conf │ │ ├── monitors.conf │ │ ├── settings.conf │ │ ├── startupApps.conf │ │ ├── windowRules.conf │ │ └── workspaceRules.conf │ ├── hypridle.conf │ ├── hyprland.conf │ ├── hyprlock.conf │ ├── hyprpaper.conf │ ├── pyprland.toml │ ├── scripts │ │ ├── audioControl │ │ ├── brightnessExternal │ │ ├── failed │ │ │ └── balanceWindows │ │ ├── inhibitor.sh │ │ ├── initial-startup.sh │ │ ├── killSameApps │ │ ├── killWindowsInCurrentWorkspace │ │ ├── mediaControl │ │ ├── sleepIn │ │ ├── startupApps.sh │ │ ├── takeShot │ │ ├── toggleFocusedMonitorBar │ │ ├── toggleScaling │ │ ├── toggleWaybar │ │ ├── unused │ │ │ ├── checkUpdates.sh │ │ │ ├── countDown │ │ │ ├── handleInhibit │ │ │ ├── handleMonitor │ │ │ └── takeShot │ │ └── values │ │ │ └── brightness.json │ └── wallust │ │ └── wallust-hyprland.conf ├── kitty │ ├── Catppuccin-Macchiato.conf │ ├── Catppuccin-Mocha.conf │ ├── kitty.conf │ └── tokyo-night.conf ├── mimeapps.list ├── pipes.js │ └── config.json ├── qt5ct │ └── qt5ct.conf ├── qt6ct │ └── qt6ct.conf ├── smplayer │ ├── hdpi.ini │ ├── smplayer.ini │ └── styles.ass ├── starship.toml ├── tmux │ └── tmux.conf ├── user-dirs.dirs ├── waybar │ ├── colors.css │ ├── config │ ├── modules │ ├── preview.png │ ├── style.css │ └── wallust │ │ └── colors-waybar.css ├── xfce4 │ └── xfconf │ │ └── xfce-perchannel-xml │ │ └── thunar.xml ├── xsettingsd │ └── xsettingsd.conf └── zsh │ ├── aliases.zsh │ ├── pacman.zsh │ └── wireguard.zsh ├── .gitignore ├── .icons └── Fluent-dark-cursors │ ├── cursors │ ├── 00000000000000020006000e7e9ffc3f │ ├── 00008160000006810000408080010102 │ ├── 03b6e0fcb3499374a867c041f52298f0 │ ├── 08e8e1c95fe2fc01f976f1e063a24ccd │ ├── 1081e37283d90000800003c07f3ef6bf │ ├── 3085a0e285430894940527032f8b26df │ ├── 3ecb610c1bf2410f44200f48c40d3599 │ ├── 4498f0e0c1937ffe01fd06f973665830 │ ├── 5c6cd98b3f3ebcb1f9c7f1c204630408 │ ├── 6407b0e94181790501fd1e167b474872 │ ├── 640fb0e74195791501fd1ed57b41487f │ ├── 9081237383d90e509aa00f00170e968f │ ├── 9d800788f1b08800ae810202380a0822 │ ├── a2a266d0498c3104214a47bd64ab0fc8 │ ├── alias │ ├── all-scroll │ ├── arrow │ ├── b66166c04f8c3109214a4fbd64a50fc8 │ ├── bottom_left_corner │ ├── bottom_right_corner │ ├── bottom_side │ ├── cell │ ├── center_ptr │ ├── circle │ ├── closedhand │ ├── col-resize │ ├── color-picker │ ├── context-menu │ ├── copy │ ├── cross │ ├── crossed_circle │ ├── crosshair │ ├── d9ce0ab605698f320427677b458ad60b │ ├── default │ ├── dnd-copy │ ├── dnd-move │ ├── dnd-no-drop │ ├── dnd-none │ ├── down-arrow │ ├── draft │ ├── e-resize │ ├── e29285e634086352946a0e7090d73106 │ ├── fcf21c00b30f7e3f83fe0dfd12e71cff │ ├── fleur │ ├── forbidden │ ├── grab │ ├── grabbing │ ├── h_double_arrow │ ├── half-busy │ ├── hand1 │ ├── hand2 │ ├── help │ ├── ibeam │ ├── left-arrow │ ├── left_ptr │ ├── left_ptr_help │ ├── left_ptr_watch │ ├── left_side │ ├── link │ ├── ll_angle │ ├── lr_angle │ ├── move │ ├── n-resize │ ├── ne-resize │ ├── nesw-resize │ ├── no-drop │ ├── not-allowed │ ├── nw-resize │ ├── nwse-resize │ ├── openhand │ ├── pencil │ ├── pirate │ ├── plus │ ├── pointer │ ├── pointing_hand │ ├── progress │ ├── question_arrow │ ├── right-arrow │ ├── right_ptr │ ├── right_side │ ├── row-resize │ ├── s-resize │ ├── sb_h_double_arrow │ ├── sb_v_double_arrow │ ├── se-resize │ ├── size_all │ ├── size_bdiag │ ├── size_fdiag │ ├── size_hor │ ├── size_ver │ ├── split_h │ ├── split_v │ ├── sw-resize │ ├── text │ ├── top_left_corner │ ├── top_right_corner │ ├── top_side │ ├── ul_angle │ ├── up-arrow │ ├── ur_angle │ ├── v_double_arrow │ ├── vertical-text │ ├── w-resize │ ├── wait │ ├── watch │ ├── wayland-cursor │ ├── whats_this │ ├── x-cursor │ ├── xterm │ ├── zoom-in │ └── zoom-out │ └── index.theme ├── .local └── share │ └── asciiart │ ├── alpha │ ├── bars │ ├── blocks1 │ ├── blocks2 │ ├── burger │ ├── colortest-slim │ ├── colorwheel │ ├── crunchbang-mini │ ├── elfman │ ├── fade │ ├── invader-fire-flower-m │ ├── jangofett │ ├── mario-xs │ ├── mouseface │ ├── notused │ ├── colorbars │ ├── crunchbang │ ├── kaisen │ ├── pacman-full │ ├── pinguco │ ├── rupees │ ├── six │ └── tiefighter1row │ ├── pacman │ ├── pacman-alt │ ├── pacman-ghosts-l │ ├── panes │ ├── pizza │ ├── rails │ ├── skullys │ ├── skullz │ ├── square │ ├── taco │ ├── tvs │ ├── zfetch │ └── zwaves ├── .stow-local-ignore ├── .themes ├── Catppuccin-Purple-Dark-hdpi │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Catppuccin-Purple-Dark-xhdpi │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Catppuccin-Purple-Dark │ ├── cinnamon │ │ ├── cinnamon.css │ │ └── thumbnail.png │ ├── gnome-shell │ │ ├── gnome-shell.css │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── pad-osd.css │ │ └── process-working.svg │ ├── gtk-2.0 │ │ ├── apps.rc │ │ ├── gtkrc │ │ ├── hacks.rc │ │ └── main.rc │ ├── gtk-3.0 │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ ├── gtk-4.0 │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ ├── index.theme │ ├── metacity-1 │ │ ├── metacity-theme-1.xml │ │ ├── metacity-theme-2.xml │ │ ├── metacity-theme-3.xml │ │ └── thumbnail.png │ ├── plank │ │ └── dock.theme │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Lavanda-Dark-Compact-Tokyonight │ ├── cinnamon │ │ ├── assets │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── checkbox-off.svg │ │ │ ├── checkbox.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── radiobutton-off.svg │ │ │ ├── radiobutton.svg │ │ │ ├── toggle-off.svg │ │ │ ├── toggle-on.svg │ │ │ └── trash-icon.svg │ │ ├── cinnamon.css │ │ └── thumbnail.png │ ├── gnome-shell │ │ ├── assets │ │ │ ├── activities-white.svg │ │ │ ├── activities.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── calendar-today.svg │ │ │ ├── checkbox-off-active.svg │ │ │ ├── checkbox-off-hover.svg │ │ │ ├── checkbox-off.svg │ │ │ ├── checkbox.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── no-events.svg │ │ │ ├── no-notifications.svg │ │ │ ├── noise-texture.svg │ │ │ ├── process-working.svg │ │ │ ├── toggle-off.svg │ │ │ └── toggle-on.svg │ │ ├── gnome-shell.css │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── pad-osd.css │ │ └── process-working.svg │ ├── gtk-2.0 │ │ ├── apps.rc │ │ ├── assets │ │ │ ├── border.png │ │ │ ├── button-active.png │ │ │ ├── button-disabled.png │ │ │ ├── button-hover.png │ │ │ ├── button.png │ │ │ ├── checkbox-checked-active.png │ │ │ ├── checkbox-checked-disabled.png │ │ │ ├── checkbox-checked-hover.png │ │ │ ├── checkbox-checked.png │ │ │ ├── checkbox-mixed-active.png │ │ │ ├── checkbox-mixed-disabled.png │ │ │ ├── checkbox-mixed-hover.png │ │ │ ├── checkbox-mixed.png │ │ │ ├── checkbox-unchecked-active.png │ │ │ ├── checkbox-unchecked-disabled.png │ │ │ ├── checkbox-unchecked-hover.png │ │ │ ├── checkbox-unchecked.png │ │ │ ├── combo-left-entry-active.png │ │ │ ├── combo-left-entry-disabled.png │ │ │ ├── combo-left-entry-hover.png │ │ │ ├── combo-left-entry.png │ │ │ ├── combo-right-entry-active.png │ │ │ ├── combo-right-entry-disabled.png │ │ │ ├── combo-right-entry-hover.png │ │ │ ├── combo-right-entry.png │ │ │ ├── entry-active.png │ │ │ ├── entry-background-disabled.png │ │ │ ├── entry-background.png │ │ │ ├── entry-disabled.png │ │ │ ├── entry-hover.png │ │ │ ├── entry.png │ │ │ ├── flat-button-active.png │ │ │ ├── flat-button-disabled.png │ │ │ ├── flat-button-hover.png │ │ │ ├── flat-button.png │ │ │ ├── focus.png │ │ │ ├── frame-inline.png │ │ │ ├── frame-notebook.png │ │ │ ├── frame.png │ │ │ ├── handle-horz-active.png │ │ │ ├── handle-horz-hover.png │ │ │ ├── handle-horz.png │ │ │ ├── handle-vert-active.png │ │ │ ├── handle-vert-hover.png │ │ │ ├── handle-vert.png │ │ │ ├── menu-checkbox-checked-disabled.png │ │ │ ├── menu-checkbox-checked.png │ │ │ ├── menu-checkbox-mixed-disabled.png │ │ │ ├── menu-checkbox-mixed.png │ │ │ ├── menu-checkbox-unchecked-disabled.png │ │ │ ├── menu-checkbox-unchecked.png │ │ │ ├── menu-radio-checked-disabled.png │ │ │ ├── menu-radio-checked.png │ │ │ ├── menu-radio-mixed-disabled.png │ │ │ ├── menu-radio-mixed.png │ │ │ ├── menu-radio-unchecked-disabled.png │ │ │ ├── menu-radio-unchecked.png │ │ │ ├── pan-down-alt-disabled.png │ │ │ ├── pan-down-alt.png │ │ │ ├── pan-down-disabled.png │ │ │ ├── pan-down.png │ │ │ ├── pan-left-alt-disabled.png │ │ │ ├── pan-left-alt.png │ │ │ ├── pan-left-disabled.png │ │ │ ├── pan-left-semi.png │ │ │ ├── pan-left.png │ │ │ ├── pan-right-alt-disabled.png │ │ │ ├── pan-right-alt.png │ │ │ ├── pan-right-disabled.png │ │ │ ├── pan-right-semi.png │ │ │ ├── pan-right.png │ │ │ ├── pan-up-alt-disabled.png │ │ │ ├── pan-up-alt.png │ │ │ ├── pan-up-disabled.png │ │ │ ├── pan-up.png │ │ │ ├── progressbar-progress.png │ │ │ ├── progressbar-trough.png │ │ │ ├── radio-checked-active.png │ │ │ ├── radio-checked-disabled.png │ │ │ ├── radio-checked-hover.png │ │ │ ├── radio-checked.png │ │ │ ├── radio-mixed-active.png │ │ │ ├── radio-mixed-disabled.png │ │ │ ├── radio-mixed-hover.png │ │ │ ├── radio-mixed.png │ │ │ ├── radio-unchecked-active.png │ │ │ ├── radio-unchecked-disabled.png │ │ │ ├── radio-unchecked-hover.png │ │ │ ├── radio-unchecked.png │ │ │ ├── scale-horz-trough-active.png │ │ │ ├── scale-horz-trough-disabled.png │ │ │ ├── scale-horz-trough.png │ │ │ ├── scale-slider-active.png │ │ │ ├── scale-slider-disabled.png │ │ │ ├── scale-slider-hover.png │ │ │ ├── scale-slider.png │ │ │ ├── scale-vert-trough-active.png │ │ │ ├── scale-vert-trough-disabled.png │ │ │ ├── scale-vert-trough.png │ │ │ ├── scrollbar-horz-slider-active.png │ │ │ ├── scrollbar-horz-slider-disabled.png │ │ │ ├── scrollbar-horz-slider-hover.png │ │ │ ├── scrollbar-horz-slider.png │ │ │ ├── scrollbar-horz-trough.png │ │ │ ├── scrollbar-vert-ltr-slider-active.png │ │ │ ├── scrollbar-vert-ltr-slider-disabled.png │ │ │ ├── scrollbar-vert-ltr-slider-hover.png │ │ │ ├── scrollbar-vert-ltr-slider.png │ │ │ ├── scrollbar-vert-ltr-trough.png │ │ │ ├── scrollbar-vert-rtl-slider-active.png │ │ │ ├── scrollbar-vert-rtl-slider-disabled.png │ │ │ ├── scrollbar-vert-rtl-slider-hover.png │ │ │ ├── scrollbar-vert-rtl-slider.png │ │ │ ├── scrollbar-vert-rtl-trough.png │ │ │ ├── spin-ltr-down-active.png │ │ │ ├── spin-ltr-down-disabled.png │ │ │ ├── spin-ltr-down-hover.png │ │ │ ├── spin-ltr-down.png │ │ │ ├── spin-ltr-up-active.png │ │ │ ├── spin-ltr-up-disabled.png │ │ │ ├── spin-ltr-up-hover.png │ │ │ ├── spin-ltr-up.png │ │ │ ├── spin-rtl-down-active.png │ │ │ ├── spin-rtl-down-disabled.png │ │ │ ├── spin-rtl-down-hover.png │ │ │ ├── spin-rtl-down.png │ │ │ ├── spin-rtl-up-active.png │ │ │ ├── spin-rtl-up-disabled.png │ │ │ ├── spin-rtl-up-hover.png │ │ │ ├── spin-rtl-up.png │ │ │ ├── tab.png │ │ │ ├── treeview-ltr-button-active.png │ │ │ ├── treeview-ltr-button-hover.png │ │ │ ├── treeview-ltr-button.png │ │ │ ├── treeview-rtl-button-active.png │ │ │ ├── treeview-rtl-button-hover.png │ │ │ └── treeview-rtl-button.png │ │ ├── gtkrc │ │ ├── hacks.rc │ │ └── main.rc │ ├── gtk-3.0 │ │ ├── assets │ │ │ ├── scalable │ │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ │ ├── checkbox-checked-symbolic@2.svg │ │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ │ ├── checkbox-mixed-symbolic@2.svg │ │ │ │ ├── close-symbolic.svg │ │ │ │ ├── close-symbolic@2.svg │ │ │ │ ├── cursor-handle-symbolic.svg │ │ │ │ ├── maximize-symbolic.svg │ │ │ │ ├── maximize-symbolic@2.svg │ │ │ │ ├── minimize-symbolic.svg │ │ │ │ ├── minimize-symbolic@2.svg │ │ │ │ ├── radio-checked-symbolic.svg │ │ │ │ ├── radio-checked-symbolic@2.svg │ │ │ │ ├── radio-mixed-symbolic.svg │ │ │ │ ├── radio-mixed-symbolic@2.svg │ │ │ │ ├── scale-horz-marks-after-slider-symbolic.svg │ │ │ │ ├── scale-horz-marks-before-slider-symbolic.svg │ │ │ │ ├── scale-slider-symbolic.svg │ │ │ │ ├── scale-vert-marks-after-slider-symbolic.svg │ │ │ │ ├── scale-vert-marks-before-slider-symbolic.svg │ │ │ │ ├── small-checkbox-checked-symbolic.svg │ │ │ │ ├── small-checkbox-checked-symbolic@2.svg │ │ │ │ ├── small-checkbox-mixed-symbolic.svg │ │ │ │ ├── small-checkbox-mixed-symbolic@2.svg │ │ │ │ ├── small-radio-checked-symbolic.svg │ │ │ │ ├── small-radio-checked-symbolic@2.svg │ │ │ │ ├── small-radio-mixed-symbolic.svg │ │ │ │ ├── small-radio-mixed-symbolic@2.svg │ │ │ │ ├── unmaximize-symbolic.svg │ │ │ │ └── unmaximize-symbolic@2.svg │ │ │ ├── scale-horz-marks-after-slider-dark.png │ │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ │ ├── scale-horz-marks-after-slider.png │ │ │ ├── scale-horz-marks-after-slider@2.png │ │ │ ├── scale-horz-marks-before-slider-dark.png │ │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ │ ├── scale-horz-marks-before-slider.png │ │ │ ├── scale-horz-marks-before-slider@2.png │ │ │ ├── scale-vert-marks-after-slider-dark.png │ │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ │ ├── scale-vert-marks-after-slider.png │ │ │ ├── scale-vert-marks-after-slider@2.png │ │ │ ├── scale-vert-marks-before-slider-dark.png │ │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ │ ├── scale-vert-marks-before-slider.png │ │ │ ├── scale-vert-marks-before-slider@2.png │ │ │ ├── selectionmode-checkbox-checked-dark.png │ │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ │ ├── selectionmode-checkbox-checked.png │ │ │ ├── selectionmode-checkbox-checked@2.png │ │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ │ ├── selectionmode-checkbox-unchecked.png │ │ │ └── selectionmode-checkbox-unchecked@2.png │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ ├── gtk-4.0 │ │ ├── assets │ │ │ ├── scalable │ │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ │ ├── checkbox-checked-symbolic@2.svg │ │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ │ ├── checkbox-mixed-symbolic@2.svg │ │ │ │ ├── close-symbolic.svg │ │ │ │ ├── close-symbolic@2.svg │ │ │ │ ├── cursor-handle-symbolic.svg │ │ │ │ ├── maximize-symbolic.svg │ │ │ │ ├── maximize-symbolic@2.svg │ │ │ │ ├── minimize-symbolic.svg │ │ │ │ ├── minimize-symbolic@2.svg │ │ │ │ ├── radio-checked-symbolic.svg │ │ │ │ ├── radio-checked-symbolic@2.svg │ │ │ │ ├── radio-mixed-symbolic.svg │ │ │ │ ├── radio-mixed-symbolic@2.svg │ │ │ │ ├── scale-horz-marks-after-slider-symbolic.svg │ │ │ │ ├── scale-horz-marks-before-slider-symbolic.svg │ │ │ │ ├── scale-slider-symbolic.svg │ │ │ │ ├── scale-vert-marks-after-slider-symbolic.svg │ │ │ │ ├── scale-vert-marks-before-slider-symbolic.svg │ │ │ │ ├── small-checkbox-checked-symbolic.svg │ │ │ │ ├── small-checkbox-checked-symbolic@2.svg │ │ │ │ ├── small-checkbox-mixed-symbolic.svg │ │ │ │ ├── small-checkbox-mixed-symbolic@2.svg │ │ │ │ ├── small-radio-checked-symbolic.svg │ │ │ │ ├── small-radio-checked-symbolic@2.svg │ │ │ │ ├── small-radio-mixed-symbolic.svg │ │ │ │ ├── small-radio-mixed-symbolic@2.svg │ │ │ │ ├── unmaximize-symbolic.svg │ │ │ │ └── unmaximize-symbolic@2.svg │ │ │ ├── scale-horz-marks-after-slider-dark.png │ │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ │ ├── scale-horz-marks-after-slider.png │ │ │ ├── scale-horz-marks-after-slider@2.png │ │ │ ├── scale-horz-marks-before-slider-dark.png │ │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ │ ├── scale-horz-marks-before-slider.png │ │ │ ├── scale-horz-marks-before-slider@2.png │ │ │ ├── scale-vert-marks-after-slider-dark.png │ │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ │ ├── scale-vert-marks-after-slider.png │ │ │ ├── scale-vert-marks-after-slider@2.png │ │ │ ├── scale-vert-marks-before-slider-dark.png │ │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ │ ├── scale-vert-marks-before-slider.png │ │ │ ├── scale-vert-marks-before-slider@2.png │ │ │ ├── selectionmode-checkbox-checked-dark.png │ │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ │ ├── selectionmode-checkbox-checked.png │ │ │ ├── selectionmode-checkbox-checked@2.png │ │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ │ ├── selectionmode-checkbox-unchecked.png │ │ │ └── selectionmode-checkbox-unchecked@2.png │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ ├── index.theme │ ├── metacity-1 │ │ ├── assets │ │ │ ├── button.svg │ │ │ ├── close.svg │ │ │ ├── maximize.svg │ │ │ ├── menu.svg │ │ │ ├── minimize.svg │ │ │ ├── shade.svg │ │ │ ├── unmaximize.svg │ │ │ └── unshade.svg │ │ ├── metacity-theme-1.xml │ │ ├── metacity-theme-2.xml │ │ ├── metacity-theme-3.xml │ │ └── thumbnail.png │ ├── plank │ │ └── dock.theme │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Material-DeepOcean-BL-LB │ ├── cinnamon │ │ ├── assets │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── checkbox-dark.svg │ │ │ ├── checkbox-off.svg │ │ │ ├── checkbox.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── radiobutton-dark.svg │ │ │ ├── radiobutton-off.svg │ │ │ ├── radiobutton.svg │ │ │ ├── toggle-off.svg │ │ │ ├── toggle-on-dark.svg │ │ │ ├── toggle-on.svg │ │ │ └── trash-icon.svg │ │ ├── cinnamon.css │ │ └── thumbnail.png │ ├── gnome-shell │ │ ├── assets │ │ │ ├── applogo.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── calendar-today.svg │ │ │ ├── checkbox-dark.svg │ │ │ ├── checkbox-off.svg │ │ │ ├── checkbox.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── no-events.svg │ │ │ ├── no-notifications.svg │ │ │ ├── noise-texture.svg │ │ │ ├── process-working.svg │ │ │ ├── toggle-off-dark.svg │ │ │ ├── toggle-off.svg │ │ │ ├── toggle-on-dark.svg │ │ │ └── toggle-on.svg │ │ ├── gnome-shell.css │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── pad-osd.css │ │ └── process-working.svg │ ├── gtk-2.0 │ │ ├── gtkrc │ │ └── gtkrc.hidpi │ ├── gtk-3.0 │ │ ├── assets │ │ │ ├── scalable │ │ │ │ ├── check-symbolic.svg │ │ │ │ ├── check-symbolic@2.svg │ │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ │ ├── checkbox-unchecked-symbolic.svg │ │ │ │ ├── cursor-handle-symbolic.svg │ │ │ │ ├── dot-symbolic.svg │ │ │ │ ├── dot-symbolic@2.svg │ │ │ │ ├── line-symbolic.svg │ │ │ │ ├── line-symbolic@2.svg │ │ │ │ ├── radio-checked-symbolic.svg │ │ │ │ ├── radio-mixed-symbolic.svg │ │ │ │ ├── radio-unchecked-symbolic.svg │ │ │ │ ├── scale-slider-symbolic.svg │ │ │ │ ├── small-check-symbolic.svg │ │ │ │ ├── small-check-symbolic@2.svg │ │ │ │ ├── small-checkbox-checked-symbolic.svg │ │ │ │ ├── small-checkbox-mixed-symbolic.svg │ │ │ │ ├── small-checkbox-unchecked-symbolic.svg │ │ │ │ ├── small-dot-symbolic.svg │ │ │ │ ├── small-dot-symbolic@2.svg │ │ │ │ ├── small-line-symbolic.svg │ │ │ │ ├── small-line-symbolic@2.svg │ │ │ │ ├── small-radio-checked-symbolic.svg │ │ │ │ ├── small-radio-mixed-symbolic.svg │ │ │ │ └── small-radio-unchecked-symbolic.svg │ │ │ ├── scale-horz-marks-after-slider-dark.png │ │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ │ ├── scale-horz-marks-after-slider.png │ │ │ ├── scale-horz-marks-after-slider@2.png │ │ │ ├── scale-horz-marks-before-slider-dark.png │ │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ │ ├── scale-horz-marks-before-slider.png │ │ │ ├── scale-horz-marks-before-slider@2.png │ │ │ ├── scale-vert-marks-after-slider-dark.png │ │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ │ ├── scale-vert-marks-after-slider.png │ │ │ ├── scale-vert-marks-after-slider@2.png │ │ │ ├── scale-vert-marks-before-slider-dark.png │ │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ │ ├── scale-vert-marks-before-slider.png │ │ │ ├── scale-vert-marks-before-slider@2.png │ │ │ ├── selectionmode-checkbox-checked-dark.png │ │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ │ ├── selectionmode-checkbox-checked.png │ │ │ ├── selectionmode-checkbox-checked@2.png │ │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ │ ├── selectionmode-checkbox-unchecked.png │ │ │ └── selectionmode-checkbox-unchecked@2.png │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ ├── gtk-4.0 │ │ ├── assets │ │ │ ├── scalable │ │ │ │ ├── check-symbolic.svg │ │ │ │ ├── check-symbolic@2.svg │ │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ │ ├── checkbox-unchecked-symbolic.svg │ │ │ │ ├── cursor-handle-symbolic.svg │ │ │ │ ├── dot-symbolic.svg │ │ │ │ ├── dot-symbolic@2.svg │ │ │ │ ├── line-symbolic.svg │ │ │ │ ├── line-symbolic@2.svg │ │ │ │ ├── radio-checked-symbolic.svg │ │ │ │ ├── radio-mixed-symbolic.svg │ │ │ │ ├── radio-unchecked-symbolic.svg │ │ │ │ ├── scale-slider-symbolic.svg │ │ │ │ ├── small-check-symbolic.svg │ │ │ │ ├── small-check-symbolic@2.svg │ │ │ │ ├── small-checkbox-checked-symbolic.svg │ │ │ │ ├── small-checkbox-mixed-symbolic.svg │ │ │ │ ├── small-checkbox-unchecked-symbolic.svg │ │ │ │ ├── small-dot-symbolic.svg │ │ │ │ ├── small-dot-symbolic@2.svg │ │ │ │ ├── small-line-symbolic.svg │ │ │ │ ├── small-line-symbolic@2.svg │ │ │ │ ├── small-radio-checked-symbolic.svg │ │ │ │ ├── small-radio-mixed-symbolic.svg │ │ │ │ └── small-radio-unchecked-symbolic.svg │ │ │ ├── scale-horz-marks-after-slider-dark.png │ │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ │ ├── scale-horz-marks-after-slider.png │ │ │ ├── scale-horz-marks-after-slider@2.png │ │ │ ├── scale-horz-marks-before-slider-dark.png │ │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ │ ├── scale-horz-marks-before-slider.png │ │ │ ├── scale-horz-marks-before-slider@2.png │ │ │ ├── scale-vert-marks-after-slider-dark.png │ │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ │ ├── scale-vert-marks-after-slider.png │ │ │ ├── scale-vert-marks-after-slider@2.png │ │ │ ├── scale-vert-marks-before-slider-dark.png │ │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ │ ├── scale-vert-marks-before-slider.png │ │ │ ├── scale-vert-marks-before-slider@2.png │ │ │ ├── selectionmode-checkbox-checked-dark.png │ │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ │ ├── selectionmode-checkbox-checked.png │ │ │ ├── selectionmode-checkbox-checked@2.png │ │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ │ ├── selectionmode-checkbox-unchecked.png │ │ │ └── selectionmode-checkbox-unchecked@2.png │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ ├── index.theme │ ├── metacity-1 │ │ ├── assets │ │ │ ├── button.svg │ │ │ ├── close.svg │ │ │ ├── maximize.svg │ │ │ ├── menu.svg │ │ │ ├── minimize.svg │ │ │ ├── shade.svg │ │ │ ├── unmaximize.svg │ │ │ └── unshade.svg │ │ ├── metacity-theme-1.xml │ │ ├── metacity-theme-2.xml │ │ ├── metacity-theme-3.xml │ │ └── thumbnail.png │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactve.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Tokyonight-Dark-hdpi │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Tokyonight-Dark-xhdpi │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Tokyonight-Dark │ ├── cinnamon │ │ ├── assets │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── checkbox-dark.svg │ │ │ ├── checkbox-off.svg │ │ │ ├── checkbox.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── radiobutton-dark.svg │ │ │ ├── radiobutton-off.svg │ │ │ ├── radiobutton.svg │ │ │ ├── toggle-off.svg │ │ │ ├── toggle-on-dark.svg │ │ │ ├── toggle-on.svg │ │ │ └── trash-icon.svg │ │ ├── cinnamon.css │ │ └── thumbnail.png │ ├── gnome-shell │ │ ├── assets │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── calendar-today.svg │ │ │ ├── checkbox-dark.svg │ │ │ ├── checkbox-off-active.svg │ │ │ ├── checkbox-off-hover.svg │ │ │ ├── checkbox-off.svg │ │ │ ├── checkbox.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── no-events.svg │ │ │ ├── no-notifications.svg │ │ │ ├── noise-texture.svg │ │ │ ├── process-working.svg │ │ │ ├── toggle-off.svg │ │ │ ├── toggle-on-dark.svg │ │ │ ├── toggle-on.svg │ │ │ └── view-app-grid.svg │ │ ├── gnome-shell.css │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── pad-osd.css │ │ └── process-working.svg │ ├── gtk-2.0 │ │ ├── apps.rc │ │ ├── assets │ │ │ ├── border.png │ │ │ ├── button-active.png │ │ │ ├── button-disabled.png │ │ │ ├── button-hover.png │ │ │ ├── button.png │ │ │ ├── checkbox-checked-active.png │ │ │ ├── checkbox-checked-disabled.png │ │ │ ├── checkbox-checked-hover.png │ │ │ ├── checkbox-checked.png │ │ │ ├── checkbox-mixed-active.png │ │ │ ├── checkbox-mixed-disabled.png │ │ │ ├── checkbox-mixed-hover.png │ │ │ ├── checkbox-mixed.png │ │ │ ├── checkbox-unchecked-active.png │ │ │ ├── checkbox-unchecked-disabled.png │ │ │ ├── checkbox-unchecked-hover.png │ │ │ ├── checkbox-unchecked.png │ │ │ ├── combo-left-entry-active.png │ │ │ ├── combo-left-entry-disabled.png │ │ │ ├── combo-left-entry-hover.png │ │ │ ├── combo-left-entry.png │ │ │ ├── combo-right-entry-active.png │ │ │ ├── combo-right-entry-disabled.png │ │ │ ├── combo-right-entry-hover.png │ │ │ ├── combo-right-entry.png │ │ │ ├── entry-active.png │ │ │ ├── entry-background-disabled.png │ │ │ ├── entry-background.png │ │ │ ├── entry-disabled.png │ │ │ ├── entry-hover.png │ │ │ ├── entry.png │ │ │ ├── flat-button-active.png │ │ │ ├── flat-button-disabled.png │ │ │ ├── flat-button-hover.png │ │ │ ├── flat-button.png │ │ │ ├── focus.png │ │ │ ├── frame-inline.png │ │ │ ├── frame-notebook.png │ │ │ ├── frame.png │ │ │ ├── handle-horz-active.png │ │ │ ├── handle-horz-hover.png │ │ │ ├── handle-horz.png │ │ │ ├── handle-vert-active.png │ │ │ ├── handle-vert-hover.png │ │ │ ├── handle-vert.png │ │ │ ├── menu-checkbox-checked-disabled.png │ │ │ ├── menu-checkbox-checked.png │ │ │ ├── menu-checkbox-mixed-disabled.png │ │ │ ├── menu-checkbox-mixed.png │ │ │ ├── menu-checkbox-unchecked-disabled.png │ │ │ ├── menu-checkbox-unchecked.png │ │ │ ├── menu-radio-checked-disabled.png │ │ │ ├── menu-radio-checked.png │ │ │ ├── menu-radio-mixed-disabled.png │ │ │ ├── menu-radio-mixed.png │ │ │ ├── menu-radio-unchecked-disabled.png │ │ │ ├── menu-radio-unchecked.png │ │ │ ├── pan-down-alt-disabled.png │ │ │ ├── pan-down-alt.png │ │ │ ├── pan-down-disabled.png │ │ │ ├── pan-down.png │ │ │ ├── pan-left-alt-disabled.png │ │ │ ├── pan-left-alt.png │ │ │ ├── pan-left-disabled.png │ │ │ ├── pan-left-semi.png │ │ │ ├── pan-left.png │ │ │ ├── pan-right-alt-disabled.png │ │ │ ├── pan-right-alt.png │ │ │ ├── pan-right-disabled.png │ │ │ ├── pan-right-semi.png │ │ │ ├── pan-right.png │ │ │ ├── pan-up-alt-disabled.png │ │ │ ├── pan-up-alt.png │ │ │ ├── pan-up-disabled.png │ │ │ ├── pan-up.png │ │ │ ├── progressbar-progress.png │ │ │ ├── progressbar-trough.png │ │ │ ├── radio-checked-active.png │ │ │ ├── radio-checked-disabled.png │ │ │ ├── radio-checked-hover.png │ │ │ ├── radio-checked.png │ │ │ ├── radio-mixed-active.png │ │ │ ├── radio-mixed-disabled.png │ │ │ ├── radio-mixed-hover.png │ │ │ ├── radio-mixed.png │ │ │ ├── radio-unchecked-active.png │ │ │ ├── radio-unchecked-disabled.png │ │ │ ├── radio-unchecked-hover.png │ │ │ ├── radio-unchecked.png │ │ │ ├── scale-horz-trough-active.png │ │ │ ├── scale-horz-trough-disabled.png │ │ │ ├── scale-horz-trough.png │ │ │ ├── scale-slider-active.png │ │ │ ├── scale-slider-disabled.png │ │ │ ├── scale-slider-hover.png │ │ │ ├── scale-slider.png │ │ │ ├── scale-vert-trough-active.png │ │ │ ├── scale-vert-trough-disabled.png │ │ │ ├── scale-vert-trough.png │ │ │ ├── scrollbar-horz-slider-active.png │ │ │ ├── scrollbar-horz-slider-disabled.png │ │ │ ├── scrollbar-horz-slider-hover.png │ │ │ ├── scrollbar-horz-slider.png │ │ │ ├── scrollbar-horz-trough.png │ │ │ ├── scrollbar-vert-ltr-slider-active.png │ │ │ ├── scrollbar-vert-ltr-slider-disabled.png │ │ │ ├── scrollbar-vert-ltr-slider-hover.png │ │ │ ├── scrollbar-vert-ltr-slider.png │ │ │ ├── scrollbar-vert-ltr-trough.png │ │ │ ├── scrollbar-vert-rtl-slider-active.png │ │ │ ├── scrollbar-vert-rtl-slider-disabled.png │ │ │ ├── scrollbar-vert-rtl-slider-hover.png │ │ │ ├── scrollbar-vert-rtl-slider.png │ │ │ ├── scrollbar-vert-rtl-trough.png │ │ │ ├── spin-ltr-down-active.png │ │ │ ├── spin-ltr-down-disabled.png │ │ │ ├── spin-ltr-down-hover.png │ │ │ ├── spin-ltr-down.png │ │ │ ├── spin-ltr-up-active.png │ │ │ ├── spin-ltr-up-disabled.png │ │ │ ├── spin-ltr-up-hover.png │ │ │ ├── spin-ltr-up.png │ │ │ ├── spin-rtl-down-active.png │ │ │ ├── spin-rtl-down-disabled.png │ │ │ ├── spin-rtl-down-hover.png │ │ │ ├── spin-rtl-down.png │ │ │ ├── spin-rtl-up-active.png │ │ │ ├── spin-rtl-up-disabled.png │ │ │ ├── spin-rtl-up-hover.png │ │ │ ├── spin-rtl-up.png │ │ │ ├── tab.png │ │ │ ├── treeview-ltr-button-active.png │ │ │ ├── treeview-ltr-button-hover.png │ │ │ ├── treeview-ltr-button.png │ │ │ ├── treeview-rtl-button-active.png │ │ │ ├── treeview-rtl-button-hover.png │ │ │ └── treeview-rtl-button.png │ │ ├── gtkrc │ │ ├── hacks.rc │ │ └── main.rc │ ├── gtk-3.0 │ │ ├── assets │ │ │ ├── scalable │ │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ │ ├── checkbox-checked-symbolic@2.svg │ │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ │ ├── checkbox-mixed-symbolic@2.svg │ │ │ │ ├── close.svg │ │ │ │ ├── cursor-handle-symbolic.svg │ │ │ │ ├── maximize.svg │ │ │ │ ├── minimize.svg │ │ │ │ ├── radio-checked-symbolic.svg │ │ │ │ ├── radio-checked-symbolic@2.svg │ │ │ │ ├── radio-mixed-symbolic.svg │ │ │ │ ├── radio-mixed-symbolic@2.svg │ │ │ │ ├── scale-horz-marks-after-slider-symbolic.svg │ │ │ │ ├── scale-horz-marks-before-slider-symbolic.svg │ │ │ │ ├── scale-slider-hover-symbolic.svg │ │ │ │ ├── scale-slider-hover-symbolic@2.svg │ │ │ │ ├── scale-slider-symbolic.svg │ │ │ │ ├── scale-slider-symbolic@2.svg │ │ │ │ ├── scale-vert-marks-after-slider-symbolic.svg │ │ │ │ ├── scale-vert-marks-before-slider-symbolic.svg │ │ │ │ ├── small-checkbox-checked-symbolic.svg │ │ │ │ ├── small-checkbox-checked-symbolic@2.svg │ │ │ │ ├── small-checkbox-mixed-symbolic.svg │ │ │ │ ├── small-checkbox-mixed-symbolic@2.svg │ │ │ │ ├── small-radio-checked-symbolic.svg │ │ │ │ ├── small-radio-checked-symbolic@2.svg │ │ │ │ ├── small-radio-mixed-symbolic.svg │ │ │ │ ├── small-radio-mixed-symbolic@2.svg │ │ │ │ └── unmaximize.svg │ │ │ ├── scale-horz-marks-after-slider-dark.png │ │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ │ ├── scale-horz-marks-after-slider.png │ │ │ ├── scale-horz-marks-after-slider@2.png │ │ │ ├── scale-horz-marks-before-slider-dark.png │ │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ │ ├── scale-horz-marks-before-slider.png │ │ │ ├── scale-horz-marks-before-slider@2.png │ │ │ ├── scale-vert-marks-after-slider-dark.png │ │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ │ ├── scale-vert-marks-after-slider.png │ │ │ ├── scale-vert-marks-after-slider@2.png │ │ │ ├── scale-vert-marks-before-slider-dark.png │ │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ │ ├── scale-vert-marks-before-slider.png │ │ │ ├── scale-vert-marks-before-slider@2.png │ │ │ ├── selectionmode-checkbox-checked-dark.png │ │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ │ ├── selectionmode-checkbox-checked.png │ │ │ ├── selectionmode-checkbox-checked@2.png │ │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ │ ├── selectionmode-checkbox-unchecked.png │ │ │ └── selectionmode-checkbox-unchecked@2.png │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ ├── gtk-4.0 │ │ ├── assets │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ ├── checkbox-checked-symbolic@2.svg │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ ├── checkbox-mixed-symbolic@2.svg │ │ │ ├── close.svg │ │ │ ├── cursor-handle-symbolic.svg │ │ │ ├── maximize.svg │ │ │ ├── minimize.svg │ │ │ ├── radio-checked-symbolic.svg │ │ │ ├── radio-checked-symbolic@2.svg │ │ │ ├── radio-mixed-symbolic.svg │ │ │ ├── radio-mixed-symbolic@2.svg │ │ │ ├── scale-horz-marks-after-slider-symbolic.svg │ │ │ ├── scale-horz-marks-before-slider-symbolic.svg │ │ │ ├── scale-slider-hover-symbolic.svg │ │ │ ├── scale-slider-hover-symbolic@2.svg │ │ │ ├── scale-slider-symbolic.svg │ │ │ ├── scale-slider-symbolic@2.svg │ │ │ ├── scale-vert-marks-after-slider-symbolic.svg │ │ │ ├── scale-vert-marks-before-slider-symbolic.svg │ │ │ ├── small-checkbox-checked-symbolic.svg │ │ │ ├── small-checkbox-checked-symbolic@2.svg │ │ │ ├── small-checkbox-mixed-symbolic.svg │ │ │ ├── small-checkbox-mixed-symbolic@2.svg │ │ │ ├── small-radio-checked-symbolic.svg │ │ │ ├── small-radio-checked-symbolic@2.svg │ │ │ ├── small-radio-mixed-symbolic.svg │ │ │ ├── small-radio-mixed-symbolic@2.svg │ │ │ └── unmaximize.svg │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ ├── index.theme │ ├── metacity-1 │ │ ├── assets │ │ │ ├── button.svg │ │ │ ├── close.svg │ │ │ ├── maximize.svg │ │ │ ├── menu.svg │ │ │ ├── minimize.svg │ │ │ ├── shade.svg │ │ │ ├── unmaximize.svg │ │ │ └── unshade.svg │ │ ├── metacity-theme-1.xml │ │ ├── metacity-theme-2.xml │ │ ├── metacity-theme-3.xml │ │ └── thumbnail.png │ ├── plank │ │ └── dock.theme │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Tokyonight-Light-hdpi │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Tokyonight-Light-xhdpi │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Tokyonight-Light │ ├── cinnamon │ │ ├── assets │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── checkbox-dark.svg │ │ │ ├── checkbox-off.svg │ │ │ ├── checkbox.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── radiobutton-dark.svg │ │ │ ├── radiobutton-off.svg │ │ │ ├── radiobutton.svg │ │ │ ├── toggle-off.svg │ │ │ ├── toggle-on-dark.svg │ │ │ ├── toggle-on.svg │ │ │ └── trash-icon.svg │ │ ├── cinnamon.css │ │ └── thumbnail.png │ ├── gnome-shell │ │ ├── assets │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── calendar-today.svg │ │ │ ├── checkbox-dark.svg │ │ │ ├── checkbox-off-active.svg │ │ │ ├── checkbox-off-hover.svg │ │ │ ├── checkbox-off.svg │ │ │ ├── checkbox.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── no-events.svg │ │ │ ├── no-notifications.svg │ │ │ ├── noise-texture.svg │ │ │ ├── process-working.svg │ │ │ ├── toggle-off.svg │ │ │ ├── toggle-on-dark.svg │ │ │ ├── toggle-on.svg │ │ │ └── view-app-grid.svg │ │ ├── gnome-shell.css │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── pad-osd.css │ │ └── process-working.svg │ ├── gtk-2.0 │ │ ├── apps.rc │ │ ├── assets │ │ │ ├── border.png │ │ │ ├── button-active.png │ │ │ ├── button-disabled.png │ │ │ ├── button-hover.png │ │ │ ├── button.png │ │ │ ├── checkbox-checked-active.png │ │ │ ├── checkbox-checked-disabled.png │ │ │ ├── checkbox-checked-hover.png │ │ │ ├── checkbox-checked.png │ │ │ ├── checkbox-mixed-active.png │ │ │ ├── checkbox-mixed-disabled.png │ │ │ ├── checkbox-mixed-hover.png │ │ │ ├── checkbox-mixed.png │ │ │ ├── checkbox-unchecked-active.png │ │ │ ├── checkbox-unchecked-disabled.png │ │ │ ├── checkbox-unchecked-hover.png │ │ │ ├── checkbox-unchecked.png │ │ │ ├── combo-left-entry-active.png │ │ │ ├── combo-left-entry-disabled.png │ │ │ ├── combo-left-entry-hover.png │ │ │ ├── combo-left-entry.png │ │ │ ├── combo-right-entry-active.png │ │ │ ├── combo-right-entry-disabled.png │ │ │ ├── combo-right-entry-hover.png │ │ │ ├── combo-right-entry.png │ │ │ ├── entry-active.png │ │ │ ├── entry-background-disabled.png │ │ │ ├── entry-background.png │ │ │ ├── entry-disabled.png │ │ │ ├── entry-hover.png │ │ │ ├── entry.png │ │ │ ├── flat-button-active.png │ │ │ ├── flat-button-disabled.png │ │ │ ├── flat-button-hover.png │ │ │ ├── flat-button.png │ │ │ ├── focus.png │ │ │ ├── frame-inline.png │ │ │ ├── frame-notebook.png │ │ │ ├── frame.png │ │ │ ├── handle-horz-active.png │ │ │ ├── handle-horz-hover.png │ │ │ ├── handle-horz.png │ │ │ ├── handle-vert-active.png │ │ │ ├── handle-vert-hover.png │ │ │ ├── handle-vert.png │ │ │ ├── menu-checkbox-checked-disabled.png │ │ │ ├── menu-checkbox-checked.png │ │ │ ├── menu-checkbox-mixed-disabled.png │ │ │ ├── menu-checkbox-mixed.png │ │ │ ├── menu-checkbox-unchecked-disabled.png │ │ │ ├── menu-checkbox-unchecked.png │ │ │ ├── menu-radio-checked-disabled.png │ │ │ ├── menu-radio-checked.png │ │ │ ├── menu-radio-mixed-disabled.png │ │ │ ├── menu-radio-mixed.png │ │ │ ├── menu-radio-unchecked-disabled.png │ │ │ ├── menu-radio-unchecked.png │ │ │ ├── pan-down-alt-disabled.png │ │ │ ├── pan-down-alt.png │ │ │ ├── pan-down-disabled.png │ │ │ ├── pan-down.png │ │ │ ├── pan-left-alt-disabled.png │ │ │ ├── pan-left-alt.png │ │ │ ├── pan-left-disabled.png │ │ │ ├── pan-left-semi.png │ │ │ ├── pan-left.png │ │ │ ├── pan-right-alt-disabled.png │ │ │ ├── pan-right-alt.png │ │ │ ├── pan-right-disabled.png │ │ │ ├── pan-right-semi.png │ │ │ ├── pan-right.png │ │ │ ├── pan-up-alt-disabled.png │ │ │ ├── pan-up-alt.png │ │ │ ├── pan-up-disabled.png │ │ │ ├── pan-up.png │ │ │ ├── progressbar-progress.png │ │ │ ├── progressbar-trough.png │ │ │ ├── radio-checked-active.png │ │ │ ├── radio-checked-disabled.png │ │ │ ├── radio-checked-hover.png │ │ │ ├── radio-checked.png │ │ │ ├── radio-mixed-active.png │ │ │ ├── radio-mixed-disabled.png │ │ │ ├── radio-mixed-hover.png │ │ │ ├── radio-mixed.png │ │ │ ├── radio-unchecked-active.png │ │ │ ├── radio-unchecked-disabled.png │ │ │ ├── radio-unchecked-hover.png │ │ │ ├── radio-unchecked.png │ │ │ ├── scale-horz-trough-active.png │ │ │ ├── scale-horz-trough-disabled.png │ │ │ ├── scale-horz-trough.png │ │ │ ├── scale-slider-active.png │ │ │ ├── scale-slider-disabled.png │ │ │ ├── scale-slider-hover.png │ │ │ ├── scale-slider.png │ │ │ ├── scale-vert-trough-active.png │ │ │ ├── scale-vert-trough-disabled.png │ │ │ ├── scale-vert-trough.png │ │ │ ├── scrollbar-horz-slider-active.png │ │ │ ├── scrollbar-horz-slider-disabled.png │ │ │ ├── scrollbar-horz-slider-hover.png │ │ │ ├── scrollbar-horz-slider.png │ │ │ ├── scrollbar-horz-trough.png │ │ │ ├── scrollbar-vert-ltr-slider-active.png │ │ │ ├── scrollbar-vert-ltr-slider-disabled.png │ │ │ ├── scrollbar-vert-ltr-slider-hover.png │ │ │ ├── scrollbar-vert-ltr-slider.png │ │ │ ├── scrollbar-vert-ltr-trough.png │ │ │ ├── scrollbar-vert-rtl-slider-active.png │ │ │ ├── scrollbar-vert-rtl-slider-disabled.png │ │ │ ├── scrollbar-vert-rtl-slider-hover.png │ │ │ ├── scrollbar-vert-rtl-slider.png │ │ │ ├── scrollbar-vert-rtl-trough.png │ │ │ ├── spin-ltr-down-active.png │ │ │ ├── spin-ltr-down-disabled.png │ │ │ ├── spin-ltr-down-hover.png │ │ │ ├── spin-ltr-down.png │ │ │ ├── spin-ltr-up-active.png │ │ │ ├── spin-ltr-up-disabled.png │ │ │ ├── spin-ltr-up-hover.png │ │ │ ├── spin-ltr-up.png │ │ │ ├── spin-rtl-down-active.png │ │ │ ├── spin-rtl-down-disabled.png │ │ │ ├── spin-rtl-down-hover.png │ │ │ ├── spin-rtl-down.png │ │ │ ├── spin-rtl-up-active.png │ │ │ ├── spin-rtl-up-disabled.png │ │ │ ├── spin-rtl-up-hover.png │ │ │ ├── spin-rtl-up.png │ │ │ ├── tab.png │ │ │ ├── treeview-ltr-button-active.png │ │ │ ├── treeview-ltr-button-hover.png │ │ │ ├── treeview-ltr-button.png │ │ │ ├── treeview-rtl-button-active.png │ │ │ ├── treeview-rtl-button-hover.png │ │ │ └── treeview-rtl-button.png │ │ ├── gtkrc │ │ ├── hacks.rc │ │ └── main.rc │ ├── gtk-3.0 │ │ ├── assets │ │ │ ├── scalable │ │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ │ ├── checkbox-checked-symbolic@2.svg │ │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ │ ├── checkbox-mixed-symbolic@2.svg │ │ │ │ ├── close.svg │ │ │ │ ├── cursor-handle-symbolic.svg │ │ │ │ ├── maximize.svg │ │ │ │ ├── minimize.svg │ │ │ │ ├── radio-checked-symbolic.svg │ │ │ │ ├── radio-checked-symbolic@2.svg │ │ │ │ ├── radio-mixed-symbolic.svg │ │ │ │ ├── radio-mixed-symbolic@2.svg │ │ │ │ ├── scale-horz-marks-after-slider-symbolic.svg │ │ │ │ ├── scale-horz-marks-before-slider-symbolic.svg │ │ │ │ ├── scale-slider-hover-symbolic.svg │ │ │ │ ├── scale-slider-hover-symbolic@2.svg │ │ │ │ ├── scale-slider-symbolic.svg │ │ │ │ ├── scale-slider-symbolic@2.svg │ │ │ │ ├── scale-vert-marks-after-slider-symbolic.svg │ │ │ │ ├── scale-vert-marks-before-slider-symbolic.svg │ │ │ │ ├── small-checkbox-checked-symbolic.svg │ │ │ │ ├── small-checkbox-checked-symbolic@2.svg │ │ │ │ ├── small-checkbox-mixed-symbolic.svg │ │ │ │ ├── small-checkbox-mixed-symbolic@2.svg │ │ │ │ ├── small-radio-checked-symbolic.svg │ │ │ │ ├── small-radio-checked-symbolic@2.svg │ │ │ │ ├── small-radio-mixed-symbolic.svg │ │ │ │ ├── small-radio-mixed-symbolic@2.svg │ │ │ │ └── unmaximize.svg │ │ │ ├── scale-horz-marks-after-slider-dark.png │ │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ │ ├── scale-horz-marks-after-slider.png │ │ │ ├── scale-horz-marks-after-slider@2.png │ │ │ ├── scale-horz-marks-before-slider-dark.png │ │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ │ ├── scale-horz-marks-before-slider.png │ │ │ ├── scale-horz-marks-before-slider@2.png │ │ │ ├── scale-vert-marks-after-slider-dark.png │ │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ │ ├── scale-vert-marks-after-slider.png │ │ │ ├── scale-vert-marks-after-slider@2.png │ │ │ ├── scale-vert-marks-before-slider-dark.png │ │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ │ ├── scale-vert-marks-before-slider.png │ │ │ ├── scale-vert-marks-before-slider@2.png │ │ │ ├── selectionmode-checkbox-checked-dark.png │ │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ │ ├── selectionmode-checkbox-checked.png │ │ │ ├── selectionmode-checkbox-checked@2.png │ │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ │ ├── selectionmode-checkbox-unchecked.png │ │ │ └── selectionmode-checkbox-unchecked@2.png │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ ├── gtk-4.0 │ │ ├── assets │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ ├── checkbox-checked-symbolic@2.svg │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ ├── checkbox-mixed-symbolic@2.svg │ │ │ ├── close.svg │ │ │ ├── cursor-handle-symbolic.svg │ │ │ ├── maximize.svg │ │ │ ├── minimize.svg │ │ │ ├── radio-checked-symbolic.svg │ │ │ ├── radio-checked-symbolic@2.svg │ │ │ ├── radio-mixed-symbolic.svg │ │ │ ├── radio-mixed-symbolic@2.svg │ │ │ ├── scale-horz-marks-after-slider-symbolic.svg │ │ │ ├── scale-horz-marks-before-slider-symbolic.svg │ │ │ ├── scale-slider-hover-symbolic.svg │ │ │ ├── scale-slider-hover-symbolic@2.svg │ │ │ ├── scale-slider-symbolic.svg │ │ │ ├── scale-slider-symbolic@2.svg │ │ │ ├── scale-vert-marks-after-slider-symbolic.svg │ │ │ ├── scale-vert-marks-before-slider-symbolic.svg │ │ │ ├── small-checkbox-checked-symbolic.svg │ │ │ ├── small-checkbox-checked-symbolic@2.svg │ │ │ ├── small-checkbox-mixed-symbolic.svg │ │ │ ├── small-checkbox-mixed-symbolic@2.svg │ │ │ ├── small-radio-checked-symbolic.svg │ │ │ ├── small-radio-checked-symbolic@2.svg │ │ │ ├── small-radio-mixed-symbolic.svg │ │ │ ├── small-radio-mixed-symbolic@2.svg │ │ │ └── unmaximize.svg │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ ├── index.theme │ ├── metacity-1 │ │ ├── assets │ │ │ ├── button.svg │ │ │ ├── close.svg │ │ │ ├── maximize.svg │ │ │ ├── menu.svg │ │ │ ├── minimize.svg │ │ │ ├── shade.svg │ │ │ ├── unmaximize.svg │ │ │ └── unshade.svg │ │ ├── metacity-theme-1.xml │ │ ├── metacity-theme-2.xml │ │ ├── metacity-theme-3.xml │ │ └── thumbnail.png │ ├── plank │ │ └── dock.theme │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Tokyonight-Purple-Dark-hdpi │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Tokyonight-Purple-Dark-xhdpi │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Tokyonight-Purple-Dark │ ├── cinnamon │ │ ├── assets │ │ │ ├── add-workspace-active.svg │ │ │ ├── add-workspace-hover.svg │ │ │ ├── add-workspace.svg │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── checkbox-dark.svg │ │ │ ├── checkbox-off.svg │ │ │ ├── checkbox.svg │ │ │ ├── close-active.svg │ │ │ ├── close-hover.svg │ │ │ ├── close.svg │ │ │ ├── corner-ripple.svg │ │ │ ├── radiobutton-dark.svg │ │ │ ├── radiobutton-off.svg │ │ │ ├── radiobutton.svg │ │ │ ├── toggle-off.svg │ │ │ ├── toggle-on-dark.svg │ │ │ ├── toggle-on.svg │ │ │ └── trash-icon.svg │ │ ├── cinnamon.css │ │ └── thumbnail.png │ ├── gnome-shell │ │ ├── assets │ │ │ ├── calendar-arrow-left.svg │ │ │ ├── calendar-arrow-right.svg │ │ │ ├── calendar-today.svg │ │ │ ├── checkbox-dark.svg │ │ │ ├── checkbox-off-active.svg │ │ │ ├── checkbox-off-hover.svg │ │ │ ├── checkbox-off.svg │ │ │ ├── checkbox.svg │ │ │ ├── dash-placeholder.svg │ │ │ ├── no-events.svg │ │ │ ├── no-notifications.svg │ │ │ ├── noise-texture.svg │ │ │ ├── process-working.svg │ │ │ ├── toggle-off.svg │ │ │ ├── toggle-on-dark.svg │ │ │ ├── toggle-on.svg │ │ │ └── view-app-grid.svg │ │ ├── gnome-shell.css │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── pad-osd.css │ │ └── process-working.svg │ ├── gtk-2.0 │ │ ├── apps.rc │ │ ├── assets │ │ │ ├── border.png │ │ │ ├── button-active.png │ │ │ ├── button-disabled.png │ │ │ ├── button-hover.png │ │ │ ├── button.png │ │ │ ├── checkbox-checked-active.png │ │ │ ├── checkbox-checked-disabled.png │ │ │ ├── checkbox-checked-hover.png │ │ │ ├── checkbox-checked.png │ │ │ ├── checkbox-mixed-active.png │ │ │ ├── checkbox-mixed-disabled.png │ │ │ ├── checkbox-mixed-hover.png │ │ │ ├── checkbox-mixed.png │ │ │ ├── checkbox-unchecked-active.png │ │ │ ├── checkbox-unchecked-disabled.png │ │ │ ├── checkbox-unchecked-hover.png │ │ │ ├── checkbox-unchecked.png │ │ │ ├── combo-left-entry-active.png │ │ │ ├── combo-left-entry-disabled.png │ │ │ ├── combo-left-entry-hover.png │ │ │ ├── combo-left-entry.png │ │ │ ├── combo-right-entry-active.png │ │ │ ├── combo-right-entry-disabled.png │ │ │ ├── combo-right-entry-hover.png │ │ │ ├── combo-right-entry.png │ │ │ ├── entry-active.png │ │ │ ├── entry-background-disabled.png │ │ │ ├── entry-background.png │ │ │ ├── entry-disabled.png │ │ │ ├── entry-hover.png │ │ │ ├── entry.png │ │ │ ├── flat-button-active.png │ │ │ ├── flat-button-disabled.png │ │ │ ├── flat-button-hover.png │ │ │ ├── flat-button.png │ │ │ ├── focus.png │ │ │ ├── frame-inline.png │ │ │ ├── frame-notebook.png │ │ │ ├── frame.png │ │ │ ├── handle-horz-active.png │ │ │ ├── handle-horz-hover.png │ │ │ ├── handle-horz.png │ │ │ ├── handle-vert-active.png │ │ │ ├── handle-vert-hover.png │ │ │ ├── handle-vert.png │ │ │ ├── menu-checkbox-checked-disabled.png │ │ │ ├── menu-checkbox-checked.png │ │ │ ├── menu-checkbox-mixed-disabled.png │ │ │ ├── menu-checkbox-mixed.png │ │ │ ├── menu-checkbox-unchecked-disabled.png │ │ │ ├── menu-checkbox-unchecked.png │ │ │ ├── menu-radio-checked-disabled.png │ │ │ ├── menu-radio-checked.png │ │ │ ├── menu-radio-mixed-disabled.png │ │ │ ├── menu-radio-mixed.png │ │ │ ├── menu-radio-unchecked-disabled.png │ │ │ ├── menu-radio-unchecked.png │ │ │ ├── pan-down-alt-disabled.png │ │ │ ├── pan-down-alt.png │ │ │ ├── pan-down-disabled.png │ │ │ ├── pan-down.png │ │ │ ├── pan-left-alt-disabled.png │ │ │ ├── pan-left-alt.png │ │ │ ├── pan-left-disabled.png │ │ │ ├── pan-left-semi.png │ │ │ ├── pan-left.png │ │ │ ├── pan-right-alt-disabled.png │ │ │ ├── pan-right-alt.png │ │ │ ├── pan-right-disabled.png │ │ │ ├── pan-right-semi.png │ │ │ ├── pan-right.png │ │ │ ├── pan-up-alt-disabled.png │ │ │ ├── pan-up-alt.png │ │ │ ├── pan-up-disabled.png │ │ │ ├── pan-up.png │ │ │ ├── progressbar-progress.png │ │ │ ├── progressbar-trough.png │ │ │ ├── radio-checked-active.png │ │ │ ├── radio-checked-disabled.png │ │ │ ├── radio-checked-hover.png │ │ │ ├── radio-checked.png │ │ │ ├── radio-mixed-active.png │ │ │ ├── radio-mixed-disabled.png │ │ │ ├── radio-mixed-hover.png │ │ │ ├── radio-mixed.png │ │ │ ├── radio-unchecked-active.png │ │ │ ├── radio-unchecked-disabled.png │ │ │ ├── radio-unchecked-hover.png │ │ │ ├── radio-unchecked.png │ │ │ ├── scale-horz-trough-active.png │ │ │ ├── scale-horz-trough-disabled.png │ │ │ ├── scale-horz-trough.png │ │ │ ├── scale-slider-active.png │ │ │ ├── scale-slider-disabled.png │ │ │ ├── scale-slider-hover.png │ │ │ ├── scale-slider.png │ │ │ ├── scale-vert-trough-active.png │ │ │ ├── scale-vert-trough-disabled.png │ │ │ ├── scale-vert-trough.png │ │ │ ├── scrollbar-horz-slider-active.png │ │ │ ├── scrollbar-horz-slider-disabled.png │ │ │ ├── scrollbar-horz-slider-hover.png │ │ │ ├── scrollbar-horz-slider.png │ │ │ ├── scrollbar-horz-trough.png │ │ │ ├── scrollbar-vert-ltr-slider-active.png │ │ │ ├── scrollbar-vert-ltr-slider-disabled.png │ │ │ ├── scrollbar-vert-ltr-slider-hover.png │ │ │ ├── scrollbar-vert-ltr-slider.png │ │ │ ├── scrollbar-vert-ltr-trough.png │ │ │ ├── scrollbar-vert-rtl-slider-active.png │ │ │ ├── scrollbar-vert-rtl-slider-disabled.png │ │ │ ├── scrollbar-vert-rtl-slider-hover.png │ │ │ ├── scrollbar-vert-rtl-slider.png │ │ │ ├── scrollbar-vert-rtl-trough.png │ │ │ ├── spin-ltr-down-active.png │ │ │ ├── spin-ltr-down-disabled.png │ │ │ ├── spin-ltr-down-hover.png │ │ │ ├── spin-ltr-down.png │ │ │ ├── spin-ltr-up-active.png │ │ │ ├── spin-ltr-up-disabled.png │ │ │ ├── spin-ltr-up-hover.png │ │ │ ├── spin-ltr-up.png │ │ │ ├── spin-rtl-down-active.png │ │ │ ├── spin-rtl-down-disabled.png │ │ │ ├── spin-rtl-down-hover.png │ │ │ ├── spin-rtl-down.png │ │ │ ├── spin-rtl-up-active.png │ │ │ ├── spin-rtl-up-disabled.png │ │ │ ├── spin-rtl-up-hover.png │ │ │ ├── spin-rtl-up.png │ │ │ ├── tab.png │ │ │ ├── treeview-ltr-button-active.png │ │ │ ├── treeview-ltr-button-hover.png │ │ │ ├── treeview-ltr-button.png │ │ │ ├── treeview-rtl-button-active.png │ │ │ ├── treeview-rtl-button-hover.png │ │ │ └── treeview-rtl-button.png │ │ ├── gtkrc │ │ ├── hacks.rc │ │ └── main.rc │ ├── gtk-3.0 │ │ ├── assets │ │ │ ├── scalable │ │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ │ ├── checkbox-checked-symbolic@2.svg │ │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ │ ├── checkbox-mixed-symbolic@2.svg │ │ │ │ ├── close.svg │ │ │ │ ├── cursor-handle-symbolic.svg │ │ │ │ ├── maximize.svg │ │ │ │ ├── minimize.svg │ │ │ │ ├── radio-checked-symbolic.svg │ │ │ │ ├── radio-checked-symbolic@2.svg │ │ │ │ ├── radio-mixed-symbolic.svg │ │ │ │ ├── radio-mixed-symbolic@2.svg │ │ │ │ ├── scale-horz-marks-after-slider-symbolic.svg │ │ │ │ ├── scale-horz-marks-before-slider-symbolic.svg │ │ │ │ ├── scale-slider-hover-symbolic.svg │ │ │ │ ├── scale-slider-hover-symbolic@2.svg │ │ │ │ ├── scale-slider-symbolic.svg │ │ │ │ ├── scale-slider-symbolic@2.svg │ │ │ │ ├── scale-vert-marks-after-slider-symbolic.svg │ │ │ │ ├── scale-vert-marks-before-slider-symbolic.svg │ │ │ │ ├── small-checkbox-checked-symbolic.svg │ │ │ │ ├── small-checkbox-checked-symbolic@2.svg │ │ │ │ ├── small-checkbox-mixed-symbolic.svg │ │ │ │ ├── small-checkbox-mixed-symbolic@2.svg │ │ │ │ ├── small-radio-checked-symbolic.svg │ │ │ │ ├── small-radio-checked-symbolic@2.svg │ │ │ │ ├── small-radio-mixed-symbolic.svg │ │ │ │ ├── small-radio-mixed-symbolic@2.svg │ │ │ │ └── unmaximize.svg │ │ │ ├── scale-horz-marks-after-slider-dark.png │ │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ │ ├── scale-horz-marks-after-slider.png │ │ │ ├── scale-horz-marks-after-slider@2.png │ │ │ ├── scale-horz-marks-before-slider-dark.png │ │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ │ ├── scale-horz-marks-before-slider.png │ │ │ ├── scale-horz-marks-before-slider@2.png │ │ │ ├── scale-vert-marks-after-slider-dark.png │ │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ │ ├── scale-vert-marks-after-slider.png │ │ │ ├── scale-vert-marks-after-slider@2.png │ │ │ ├── scale-vert-marks-before-slider-dark.png │ │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ │ ├── scale-vert-marks-before-slider.png │ │ │ ├── scale-vert-marks-before-slider@2.png │ │ │ ├── selectionmode-checkbox-checked-dark.png │ │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ │ ├── selectionmode-checkbox-checked.png │ │ │ ├── selectionmode-checkbox-checked@2.png │ │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ │ ├── selectionmode-checkbox-unchecked.png │ │ │ └── selectionmode-checkbox-unchecked@2.png │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ ├── gtk-4.0 │ │ ├── assets │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ ├── checkbox-checked-symbolic@2.svg │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ ├── checkbox-mixed-symbolic@2.svg │ │ │ ├── close.svg │ │ │ ├── cursor-handle-symbolic.svg │ │ │ ├── maximize.svg │ │ │ ├── minimize.svg │ │ │ ├── radio-checked-symbolic.svg │ │ │ ├── radio-checked-symbolic@2.svg │ │ │ ├── radio-mixed-symbolic.svg │ │ │ ├── radio-mixed-symbolic@2.svg │ │ │ ├── scale-horz-marks-after-slider-symbolic.svg │ │ │ ├── scale-horz-marks-before-slider-symbolic.svg │ │ │ ├── scale-slider-hover-symbolic.svg │ │ │ ├── scale-slider-hover-symbolic@2.svg │ │ │ ├── scale-slider-symbolic.svg │ │ │ ├── scale-slider-symbolic@2.svg │ │ │ ├── scale-vert-marks-after-slider-symbolic.svg │ │ │ ├── scale-vert-marks-before-slider-symbolic.svg │ │ │ ├── small-checkbox-checked-symbolic.svg │ │ │ ├── small-checkbox-checked-symbolic@2.svg │ │ │ ├── small-checkbox-mixed-symbolic.svg │ │ │ ├── small-checkbox-mixed-symbolic@2.svg │ │ │ ├── small-radio-checked-symbolic.svg │ │ │ ├── small-radio-checked-symbolic@2.svg │ │ │ ├── small-radio-mixed-symbolic.svg │ │ │ ├── small-radio-mixed-symbolic@2.svg │ │ │ └── unmaximize.svg │ │ ├── gtk-dark.css │ │ ├── gtk.css │ │ └── thumbnail.png │ ├── index.theme │ ├── metacity-1 │ │ ├── assets │ │ │ ├── button.svg │ │ │ ├── close.svg │ │ │ ├── maximize.svg │ │ │ ├── menu.svg │ │ │ ├── minimize.svg │ │ │ ├── shade.svg │ │ │ ├── unmaximize.svg │ │ │ └── unshade.svg │ │ ├── metacity-theme-1.xml │ │ ├── metacity-theme-2.xml │ │ ├── metacity-theme-3.xml │ │ └── thumbnail.png │ ├── plank │ │ └── dock.theme │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Tokyonight-Purple-Light-hdpi │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png ├── Tokyonight-Purple-Light-xhdpi │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── maximize-toggled-active.png │ │ ├── maximize-toggled-inactive.png │ │ ├── maximize-toggled-prelight.png │ │ ├── maximize-toggled-pressed.png │ │ ├── menu-active.png │ │ ├── menu-inactive.png │ │ ├── menu-prelight.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ ├── title-5-inactive.png │ │ ├── top-left-active.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ └── top-right-inactive.png └── Tokyonight-Purple-Light │ ├── cinnamon │ ├── assets │ │ ├── add-workspace-active.svg │ │ ├── add-workspace-hover.svg │ │ ├── add-workspace.svg │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right.svg │ │ ├── checkbox-dark.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── close-active.svg │ │ ├── close-hover.svg │ │ ├── close.svg │ │ ├── corner-ripple.svg │ │ ├── radiobutton-dark.svg │ │ ├── radiobutton-off.svg │ │ ├── radiobutton.svg │ │ ├── toggle-off.svg │ │ ├── toggle-on-dark.svg │ │ ├── toggle-on.svg │ │ └── trash-icon.svg │ ├── cinnamon.css │ └── thumbnail.png │ ├── gnome-shell │ ├── assets │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right.svg │ │ ├── calendar-today.svg │ │ ├── checkbox-dark.svg │ │ ├── checkbox-off-active.svg │ │ ├── checkbox-off-hover.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── dash-placeholder.svg │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── noise-texture.svg │ │ ├── process-working.svg │ │ ├── toggle-off.svg │ │ ├── toggle-on-dark.svg │ │ ├── toggle-on.svg │ │ └── view-app-grid.svg │ ├── gnome-shell.css │ ├── no-events.svg │ ├── no-notifications.svg │ ├── pad-osd.css │ └── process-working.svg │ ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── border.png │ │ ├── button-active.png │ │ ├── button-disabled.png │ │ ├── button-hover.png │ │ ├── button.png │ │ ├── checkbox-checked-active.png │ │ ├── checkbox-checked-disabled.png │ │ ├── checkbox-checked-hover.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-mixed-active.png │ │ ├── checkbox-mixed-disabled.png │ │ ├── checkbox-mixed-hover.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-unchecked-active.png │ │ ├── checkbox-unchecked-disabled.png │ │ ├── checkbox-unchecked-hover.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-left-entry-active.png │ │ ├── combo-left-entry-disabled.png │ │ ├── combo-left-entry-hover.png │ │ ├── combo-left-entry.png │ │ ├── combo-right-entry-active.png │ │ ├── combo-right-entry-disabled.png │ │ ├── combo-right-entry-hover.png │ │ ├── combo-right-entry.png │ │ ├── entry-active.png │ │ ├── entry-background-disabled.png │ │ ├── entry-background.png │ │ ├── entry-disabled.png │ │ ├── entry-hover.png │ │ ├── entry.png │ │ ├── flat-button-active.png │ │ ├── flat-button-disabled.png │ │ ├── flat-button-hover.png │ │ ├── flat-button.png │ │ ├── focus.png │ │ ├── frame-inline.png │ │ ├── frame-notebook.png │ │ ├── frame.png │ │ ├── handle-horz-active.png │ │ ├── handle-horz-hover.png │ │ ├── handle-horz.png │ │ ├── handle-vert-active.png │ │ ├── handle-vert-hover.png │ │ ├── handle-vert.png │ │ ├── menu-checkbox-checked-disabled.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-mixed-disabled.png │ │ ├── menu-checkbox-mixed.png │ │ ├── menu-checkbox-unchecked-disabled.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-disabled.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-mixed-disabled.png │ │ ├── menu-radio-mixed.png │ │ ├── menu-radio-unchecked-disabled.png │ │ ├── menu-radio-unchecked.png │ │ ├── pan-down-alt-disabled.png │ │ ├── pan-down-alt.png │ │ ├── pan-down-disabled.png │ │ ├── pan-down.png │ │ ├── pan-left-alt-disabled.png │ │ ├── pan-left-alt.png │ │ ├── pan-left-disabled.png │ │ ├── pan-left-semi.png │ │ ├── pan-left.png │ │ ├── pan-right-alt-disabled.png │ │ ├── pan-right-alt.png │ │ ├── pan-right-disabled.png │ │ ├── pan-right-semi.png │ │ ├── pan-right.png │ │ ├── pan-up-alt-disabled.png │ │ ├── pan-up-alt.png │ │ ├── pan-up-disabled.png │ │ ├── pan-up.png │ │ ├── progressbar-progress.png │ │ ├── progressbar-trough.png │ │ ├── radio-checked-active.png │ │ ├── radio-checked-disabled.png │ │ ├── radio-checked-hover.png │ │ ├── radio-checked.png │ │ ├── radio-mixed-active.png │ │ ├── radio-mixed-disabled.png │ │ ├── radio-mixed-hover.png │ │ ├── radio-mixed.png │ │ ├── radio-unchecked-active.png │ │ ├── radio-unchecked-disabled.png │ │ ├── radio-unchecked-hover.png │ │ ├── radio-unchecked.png │ │ ├── scale-horz-trough-active.png │ │ ├── scale-horz-trough-disabled.png │ │ ├── scale-horz-trough.png │ │ ├── scale-slider-active.png │ │ ├── scale-slider-disabled.png │ │ ├── scale-slider-hover.png │ │ ├── scale-slider.png │ │ ├── scale-vert-trough-active.png │ │ ├── scale-vert-trough-disabled.png │ │ ├── scale-vert-trough.png │ │ ├── scrollbar-horz-slider-active.png │ │ ├── scrollbar-horz-slider-disabled.png │ │ ├── scrollbar-horz-slider-hover.png │ │ ├── scrollbar-horz-slider.png │ │ ├── scrollbar-horz-trough.png │ │ ├── scrollbar-vert-ltr-slider-active.png │ │ ├── scrollbar-vert-ltr-slider-disabled.png │ │ ├── scrollbar-vert-ltr-slider-hover.png │ │ ├── scrollbar-vert-ltr-slider.png │ │ ├── scrollbar-vert-ltr-trough.png │ │ ├── scrollbar-vert-rtl-slider-active.png │ │ ├── scrollbar-vert-rtl-slider-disabled.png │ │ ├── scrollbar-vert-rtl-slider-hover.png │ │ ├── scrollbar-vert-rtl-slider.png │ │ ├── scrollbar-vert-rtl-trough.png │ │ ├── spin-ltr-down-active.png │ │ ├── spin-ltr-down-disabled.png │ │ ├── spin-ltr-down-hover.png │ │ ├── spin-ltr-down.png │ │ ├── spin-ltr-up-active.png │ │ ├── spin-ltr-up-disabled.png │ │ ├── spin-ltr-up-hover.png │ │ ├── spin-ltr-up.png │ │ ├── spin-rtl-down-active.png │ │ ├── spin-rtl-down-disabled.png │ │ ├── spin-rtl-down-hover.png │ │ ├── spin-rtl-down.png │ │ ├── spin-rtl-up-active.png │ │ ├── spin-rtl-up-disabled.png │ │ ├── spin-rtl-up-hover.png │ │ ├── spin-rtl-up.png │ │ ├── tab.png │ │ ├── treeview-ltr-button-active.png │ │ ├── treeview-ltr-button-hover.png │ │ ├── treeview-ltr-button.png │ │ ├── treeview-rtl-button-active.png │ │ ├── treeview-rtl-button-hover.png │ │ └── treeview-rtl-button.png │ ├── gtkrc │ ├── hacks.rc │ └── main.rc │ ├── gtk-3.0 │ ├── assets │ │ ├── scalable │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ ├── checkbox-checked-symbolic@2.svg │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ ├── checkbox-mixed-symbolic@2.svg │ │ │ ├── close.svg │ │ │ ├── cursor-handle-symbolic.svg │ │ │ ├── maximize.svg │ │ │ ├── minimize.svg │ │ │ ├── radio-checked-symbolic.svg │ │ │ ├── radio-checked-symbolic@2.svg │ │ │ ├── radio-mixed-symbolic.svg │ │ │ ├── radio-mixed-symbolic@2.svg │ │ │ ├── scale-horz-marks-after-slider-symbolic.svg │ │ │ ├── scale-horz-marks-before-slider-symbolic.svg │ │ │ ├── scale-slider-hover-symbolic.svg │ │ │ ├── scale-slider-hover-symbolic@2.svg │ │ │ ├── scale-slider-symbolic.svg │ │ │ ├── scale-slider-symbolic@2.svg │ │ │ ├── scale-vert-marks-after-slider-symbolic.svg │ │ │ ├── scale-vert-marks-before-slider-symbolic.svg │ │ │ ├── small-checkbox-checked-symbolic.svg │ │ │ ├── small-checkbox-checked-symbolic@2.svg │ │ │ ├── small-checkbox-mixed-symbolic.svg │ │ │ ├── small-checkbox-mixed-symbolic@2.svg │ │ │ ├── small-radio-checked-symbolic.svg │ │ │ ├── small-radio-checked-symbolic@2.svg │ │ │ ├── small-radio-mixed-symbolic.svg │ │ │ ├── small-radio-mixed-symbolic@2.svg │ │ │ └── unmaximize.svg │ │ ├── scale-horz-marks-after-slider-dark.png │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ ├── scale-horz-marks-after-slider.png │ │ ├── scale-horz-marks-after-slider@2.png │ │ ├── scale-horz-marks-before-slider-dark.png │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ ├── scale-horz-marks-before-slider.png │ │ ├── scale-horz-marks-before-slider@2.png │ │ ├── scale-vert-marks-after-slider-dark.png │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ ├── scale-vert-marks-after-slider.png │ │ ├── scale-vert-marks-after-slider@2.png │ │ ├── scale-vert-marks-before-slider-dark.png │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ ├── scale-vert-marks-before-slider.png │ │ ├── scale-vert-marks-before-slider@2.png │ │ ├── selectionmode-checkbox-checked-dark.png │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ ├── selectionmode-checkbox-checked.png │ │ ├── selectionmode-checkbox-checked@2.png │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ ├── selectionmode-checkbox-unchecked.png │ │ └── selectionmode-checkbox-unchecked@2.png │ ├── gtk-dark.css │ ├── gtk.css │ └── thumbnail.png │ ├── gtk-4.0 │ ├── assets │ │ ├── checkbox-checked-symbolic.svg │ │ ├── checkbox-checked-symbolic@2.svg │ │ ├── checkbox-mixed-symbolic.svg │ │ ├── checkbox-mixed-symbolic@2.svg │ │ ├── close.svg │ │ ├── cursor-handle-symbolic.svg │ │ ├── maximize.svg │ │ ├── minimize.svg │ │ ├── radio-checked-symbolic.svg │ │ ├── radio-checked-symbolic@2.svg │ │ ├── radio-mixed-symbolic.svg │ │ ├── radio-mixed-symbolic@2.svg │ │ ├── scale-horz-marks-after-slider-symbolic.svg │ │ ├── scale-horz-marks-before-slider-symbolic.svg │ │ ├── scale-slider-hover-symbolic.svg │ │ ├── scale-slider-hover-symbolic@2.svg │ │ ├── scale-slider-symbolic.svg │ │ ├── scale-slider-symbolic@2.svg │ │ ├── scale-vert-marks-after-slider-symbolic.svg │ │ ├── scale-vert-marks-before-slider-symbolic.svg │ │ ├── small-checkbox-checked-symbolic.svg │ │ ├── small-checkbox-checked-symbolic@2.svg │ │ ├── small-checkbox-mixed-symbolic.svg │ │ ├── small-checkbox-mixed-symbolic@2.svg │ │ ├── small-radio-checked-symbolic.svg │ │ ├── small-radio-checked-symbolic@2.svg │ │ ├── small-radio-mixed-symbolic.svg │ │ ├── small-radio-mixed-symbolic@2.svg │ │ └── unmaximize.svg │ ├── gtk-dark.css │ ├── gtk.css │ └── thumbnail.png │ ├── index.theme │ ├── metacity-1 │ ├── assets │ │ ├── button.svg │ │ ├── close.svg │ │ ├── maximize.svg │ │ ├── menu.svg │ │ ├── minimize.svg │ │ ├── shade.svg │ │ ├── unmaximize.svg │ │ └── unshade.svg │ ├── metacity-theme-1.xml │ ├── metacity-theme-2.xml │ ├── metacity-theme-3.xml │ └── thumbnail.png │ ├── plank │ └── dock.theme │ └── xfwm4 │ ├── bottom-active.png │ ├── bottom-inactive.png │ ├── bottom-left-active.png │ ├── bottom-left-inactive.png │ ├── bottom-right-active.png │ ├── bottom-right-inactive.png │ ├── close-active.png │ ├── close-inactive.png │ ├── close-prelight.png │ ├── close-pressed.png │ ├── hide-active.png │ ├── hide-inactive.png │ ├── hide-prelight.png │ ├── hide-pressed.png │ ├── left-active.png │ ├── left-inactive.png │ ├── maximize-active.png │ ├── maximize-inactive.png │ ├── maximize-prelight.png │ ├── maximize-pressed.png │ ├── maximize-toggled-active.png │ ├── maximize-toggled-inactive.png │ ├── maximize-toggled-prelight.png │ ├── maximize-toggled-pressed.png │ ├── menu-active.png │ ├── menu-inactive.png │ ├── menu-prelight.png │ ├── menu-pressed.png │ ├── right-active.png │ ├── right-inactive.png │ ├── shade-active.png │ ├── shade-inactive.png │ ├── shade-prelight.png │ ├── shade-pressed.png │ ├── shade-toggled-active.png │ ├── shade-toggled-inactive.png │ ├── shade-toggled-prelight.png │ ├── shade-toggled-pressed.png │ ├── stick-active.png │ ├── stick-inactive.png │ ├── stick-prelight.png │ ├── stick-pressed.png │ ├── stick-toggled-active.png │ ├── stick-toggled-inactive.png │ ├── stick-toggled-prelight.png │ ├── stick-toggled-pressed.png │ ├── themerc │ ├── title-1-active.png │ ├── title-1-inactive.png │ ├── title-2-active.png │ ├── title-2-inactive.png │ ├── title-3-active.png │ ├── title-3-inactive.png │ ├── title-4-active.png │ ├── title-4-inactive.png │ ├── title-5-active.png │ ├── title-5-inactive.png │ ├── top-left-active.png │ ├── top-left-inactive.png │ ├── top-right-active.png │ └── top-right-inactive.png ├── .zshrc ├── README.md ├── bin ├── colorscript └── play ├── misc └── firefox │ ├── chrome │ ├── add.svg │ ├── left-arrow.svg │ ├── right-arrow.svg │ ├── userChrome.css │ └── userContent.css │ └── user.js └── previews └── ags.png /.config/Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg -------------------------------------------------------------------------------- /.config/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg -------------------------------------------------------------------------------- /.config/Kvantum/kvantum.kvconfig: -------------------------------------------------------------------------------- 1 | [General] 2 | theme=catppuccin-mocha-mauve 3 | -------------------------------------------------------------------------------- /.config/ags/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/config.js -------------------------------------------------------------------------------- /.config/ags/debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/debug.js -------------------------------------------------------------------------------- /.config/ags/functions/getHoliday.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/functions/getHoliday.js -------------------------------------------------------------------------------- /.config/ags/functions/getIcon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/functions/getIcon.js -------------------------------------------------------------------------------- /.config/ags/functions/sleepTimer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/functions/sleepTimer.js -------------------------------------------------------------------------------- /.config/ags/how.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/how.js -------------------------------------------------------------------------------- /.config/ags/lib/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/lib/utils.js -------------------------------------------------------------------------------- /.config/ags/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/package-lock.json -------------------------------------------------------------------------------- /.config/ags/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/package.json -------------------------------------------------------------------------------- /.config/ags/services/fetchHolidayService.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/services/fetchHolidayService.js -------------------------------------------------------------------------------- /.config/ags/styles/catppuccin-mocha.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/styles/catppuccin-mocha.css -------------------------------------------------------------------------------- /.config/ags/styles/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/styles/styles.css -------------------------------------------------------------------------------- /.config/ags/unUsedCodes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/unUsedCodes.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/activeClient.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/activeClient.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/battery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/battery.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/checkUpdates.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/checkUpdates.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/clients.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/clients.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/clients/pinnedClients.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/clients/pinnedClients.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/clients/specialClients.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/clients/specialClients.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/clients/workspaceClients.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/clients/workspaceClients.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/countDown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/countDown.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/cpuUsage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/cpuUsage.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/dateTime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/dateTime.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/inhibitor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/inhibitor.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/media.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/media.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/memoryUsage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/memoryUsage.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/networkMonitor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/networkMonitor.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/openedApps.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/ags/widgets/bar/osicon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/osicon.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/systemTray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/systemTray.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/temperature.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/temperature.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/volume.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/volume.js -------------------------------------------------------------------------------- /.config/ags/widgets/bar/workspaces.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/bar/workspaces.js -------------------------------------------------------------------------------- /.config/ags/widgets/controlPanel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/controlPanel.js -------------------------------------------------------------------------------- /.config/ags/widgets/notification.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/notification.js -------------------------------------------------------------------------------- /.config/ags/widgets/notification/notification.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/ags/widgets/notification/notification.js -------------------------------------------------------------------------------- /.config/alacritty/alacritty.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/alacritty/alacritty.toml -------------------------------------------------------------------------------- /.config/alacritty/catppuccin-mocha.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/alacritty/catppuccin-mocha.toml -------------------------------------------------------------------------------- /.config/alacritty/tokyo-night-storm.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/alacritty/tokyo-night-storm.toml -------------------------------------------------------------------------------- /.config/alacritty/tokyo-night.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/alacritty/tokyo-night.toml -------------------------------------------------------------------------------- /.config/btop/btop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/btop/btop.conf -------------------------------------------------------------------------------- /.config/gtk-3.0/bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/gtk-3.0/bookmarks -------------------------------------------------------------------------------- /.config/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/gtk-3.0/settings.ini -------------------------------------------------------------------------------- /.config/gtk-4.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/gtk-4.0/settings.ini -------------------------------------------------------------------------------- /.config/hypr/.initial_startup_done: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/hypr/configs/environmentVariables.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/configs/environmentVariables.conf -------------------------------------------------------------------------------- /.config/hypr/configs/keybinds.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/configs/keybinds.conf -------------------------------------------------------------------------------- /.config/hypr/configs/keybinds/launchApps.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/configs/keybinds/launchApps.conf -------------------------------------------------------------------------------- /.config/hypr/configs/keybinds/mediakeys.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/configs/keybinds/mediakeys.conf -------------------------------------------------------------------------------- /.config/hypr/configs/keybinds/mouse.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/configs/keybinds/mouse.conf -------------------------------------------------------------------------------- /.config/hypr/configs/keybinds/windows.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/configs/keybinds/windows.conf -------------------------------------------------------------------------------- /.config/hypr/configs/keybinds/workspaces.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/configs/keybinds/workspaces.conf -------------------------------------------------------------------------------- /.config/hypr/configs/monitors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/configs/monitors.conf -------------------------------------------------------------------------------- /.config/hypr/configs/settings.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/configs/settings.conf -------------------------------------------------------------------------------- /.config/hypr/configs/startupApps.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/configs/startupApps.conf -------------------------------------------------------------------------------- /.config/hypr/configs/windowRules.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/configs/windowRules.conf -------------------------------------------------------------------------------- /.config/hypr/configs/workspaceRules.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/configs/workspaceRules.conf -------------------------------------------------------------------------------- /.config/hypr/hypridle.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/hypridle.conf -------------------------------------------------------------------------------- /.config/hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/hyprland.conf -------------------------------------------------------------------------------- /.config/hypr/hyprlock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/hyprlock.conf -------------------------------------------------------------------------------- /.config/hypr/hyprpaper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/hyprpaper.conf -------------------------------------------------------------------------------- /.config/hypr/pyprland.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/pyprland.toml -------------------------------------------------------------------------------- /.config/hypr/scripts/audioControl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/audioControl -------------------------------------------------------------------------------- /.config/hypr/scripts/brightnessExternal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/brightnessExternal -------------------------------------------------------------------------------- /.config/hypr/scripts/failed/balanceWindows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/failed/balanceWindows -------------------------------------------------------------------------------- /.config/hypr/scripts/inhibitor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/inhibitor.sh -------------------------------------------------------------------------------- /.config/hypr/scripts/initial-startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/initial-startup.sh -------------------------------------------------------------------------------- /.config/hypr/scripts/killSameApps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/killSameApps -------------------------------------------------------------------------------- /.config/hypr/scripts/killWindowsInCurrentWorkspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/killWindowsInCurrentWorkspace -------------------------------------------------------------------------------- /.config/hypr/scripts/mediaControl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/mediaControl -------------------------------------------------------------------------------- /.config/hypr/scripts/sleepIn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/sleepIn -------------------------------------------------------------------------------- /.config/hypr/scripts/startupApps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/startupApps.sh -------------------------------------------------------------------------------- /.config/hypr/scripts/takeShot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/takeShot -------------------------------------------------------------------------------- /.config/hypr/scripts/toggleFocusedMonitorBar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/toggleFocusedMonitorBar -------------------------------------------------------------------------------- /.config/hypr/scripts/toggleScaling: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/toggleScaling -------------------------------------------------------------------------------- /.config/hypr/scripts/toggleWaybar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/toggleWaybar -------------------------------------------------------------------------------- /.config/hypr/scripts/unused/checkUpdates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/unused/checkUpdates.sh -------------------------------------------------------------------------------- /.config/hypr/scripts/unused/countDown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/unused/countDown -------------------------------------------------------------------------------- /.config/hypr/scripts/unused/handleInhibit: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | while true; do 4 | echo "inhibitting" 5 | sleep 3600 6 | done -------------------------------------------------------------------------------- /.config/hypr/scripts/unused/handleMonitor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/unused/handleMonitor -------------------------------------------------------------------------------- /.config/hypr/scripts/unused/takeShot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/unused/takeShot -------------------------------------------------------------------------------- /.config/hypr/scripts/values/brightness.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/scripts/values/brightness.json -------------------------------------------------------------------------------- /.config/hypr/wallust/wallust-hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/hypr/wallust/wallust-hyprland.conf -------------------------------------------------------------------------------- /.config/kitty/Catppuccin-Macchiato.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/kitty/Catppuccin-Macchiato.conf -------------------------------------------------------------------------------- /.config/kitty/Catppuccin-Mocha.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/kitty/Catppuccin-Mocha.conf -------------------------------------------------------------------------------- /.config/kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/kitty/kitty.conf -------------------------------------------------------------------------------- /.config/kitty/tokyo-night.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/kitty/tokyo-night.conf -------------------------------------------------------------------------------- /.config/mimeapps.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/mimeapps.list -------------------------------------------------------------------------------- /.config/pipes.js/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/pipes.js/config.json -------------------------------------------------------------------------------- /.config/qt5ct/qt5ct.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/qt5ct/qt5ct.conf -------------------------------------------------------------------------------- /.config/qt6ct/qt6ct.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/qt6ct/qt6ct.conf -------------------------------------------------------------------------------- /.config/smplayer/hdpi.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/smplayer/hdpi.ini -------------------------------------------------------------------------------- /.config/smplayer/smplayer.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/smplayer/smplayer.ini -------------------------------------------------------------------------------- /.config/smplayer/styles.ass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/smplayer/styles.ass -------------------------------------------------------------------------------- /.config/starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/starship.toml -------------------------------------------------------------------------------- /.config/tmux/tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/tmux/tmux.conf -------------------------------------------------------------------------------- /.config/user-dirs.dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/user-dirs.dirs -------------------------------------------------------------------------------- /.config/waybar/colors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/waybar/colors.css -------------------------------------------------------------------------------- /.config/waybar/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/waybar/config -------------------------------------------------------------------------------- /.config/waybar/modules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/waybar/modules -------------------------------------------------------------------------------- /.config/waybar/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/waybar/preview.png -------------------------------------------------------------------------------- /.config/waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/waybar/style.css -------------------------------------------------------------------------------- /.config/waybar/wallust/colors-waybar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/waybar/wallust/colors-waybar.css -------------------------------------------------------------------------------- /.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml -------------------------------------------------------------------------------- /.config/xsettingsd/xsettingsd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/xsettingsd/xsettingsd.conf -------------------------------------------------------------------------------- /.config/zsh/aliases.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/zsh/aliases.zsh -------------------------------------------------------------------------------- /.config/zsh/pacman.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/zsh/pacman.zsh -------------------------------------------------------------------------------- /.config/zsh/wireguard.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.config/zsh/wireguard.zsh -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.gitignore -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/00000000000000020006000e7e9ffc3f: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/00008160000006810000408080010102: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/03b6e0fcb3499374a867c041f52298f0: -------------------------------------------------------------------------------- 1 | circle -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/08e8e1c95fe2fc01f976f1e063a24ccd: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/1081e37283d90000800003c07f3ef6bf: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/3085a0e285430894940527032f8b26df: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/3ecb610c1bf2410f44200f48c40d3599: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/4498f0e0c1937ffe01fd06f973665830: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/6407b0e94181790501fd1e167b474872: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/640fb0e74195791501fd1ed57b41487f: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/9081237383d90e509aa00f00170e968f: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/9d800788f1b08800ae810202380a0822: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/a2a266d0498c3104214a47bd64ab0fc8: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/alias -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/all-scroll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/all-scroll -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/arrow: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/b66166c04f8c3109214a4fbd64a50fc8: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/bottom_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/bottom_left_corner -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/bottom_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/bottom_right_corner -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/bottom_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/bottom_side -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/cell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/cell -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/center_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/center_ptr -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/closedhand: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/col-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/col-resize -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/color-picker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/color-picker -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/context-menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/context-menu -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/copy -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/cross: -------------------------------------------------------------------------------- 1 | crosshair -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/crossed_circle: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/crosshair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/crosshair -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/d9ce0ab605698f320427677b458ad60b: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/default -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/dnd-copy: -------------------------------------------------------------------------------- 1 | copy -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/dnd-move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/dnd-move -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/dnd-no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/dnd-no-drop -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/dnd-none: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/down-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/down-arrow -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/draft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/draft -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/e-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/e29285e634086352946a0e7090d73106: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/fleur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/fleur -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/forbidden: -------------------------------------------------------------------------------- 1 | no-drop -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/grab: -------------------------------------------------------------------------------- 1 | openhand -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/grabbing: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/half-busy: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/hand1: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/hand2: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/help -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/ibeam: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/left-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/left-arrow -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/left_ptr: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/left_ptr_help: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/left_ptr_watch: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/left_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/left_side -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/link: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/ll_angle: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/lr_angle: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/move: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/n-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/ne-resize: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/nesw-resize: -------------------------------------------------------------------------------- 1 | size_bdiag -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/no-drop -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/not-allowed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/not-allowed -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/nw-resize: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/nwse-resize: -------------------------------------------------------------------------------- 1 | size_fdiag -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/openhand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/openhand -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/pencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/pencil -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/pirate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/pirate -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/plus: -------------------------------------------------------------------------------- 1 | cell -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/pointer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/pointer -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/pointing_hand: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/progress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/progress -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/question_arrow: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/right-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/right-arrow -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/right_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/right_ptr -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/right_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/right_side -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/row-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/row-resize -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/s-resize: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/sb_h_double_arrow: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/sb_v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/se-resize: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/size_all: -------------------------------------------------------------------------------- 1 | fleur -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/size_bdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/size_bdiag -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/size_fdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/size_fdiag -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/size_hor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/size_hor -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/size_ver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/size_ver -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/split_h: -------------------------------------------------------------------------------- 1 | col-resize -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/split_v: -------------------------------------------------------------------------------- 1 | row-resize -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/sw-resize: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/text -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/top_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/top_left_corner -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/top_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/top_right_corner -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/top_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/top_side -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/ul_angle: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/up-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/up-arrow -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/ur_angle: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/v_double_arrow: -------------------------------------------------------------------------------- 1 | size_ver -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/vertical-text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/vertical-text -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/w-resize: -------------------------------------------------------------------------------- 1 | size_hor -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/wait -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/watch: -------------------------------------------------------------------------------- 1 | wait -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/wayland-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/wayland-cursor -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/whats_this: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/x-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/x-cursor -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/xterm: -------------------------------------------------------------------------------- 1 | text -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/zoom-in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/zoom-in -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/cursors/zoom-out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.icons/Fluent-dark-cursors/cursors/zoom-out -------------------------------------------------------------------------------- /.icons/Fluent-dark-cursors/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=Fluent-dark 3 | 4 | -------------------------------------------------------------------------------- /.local/share/asciiart/alpha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/alpha -------------------------------------------------------------------------------- /.local/share/asciiart/bars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/bars -------------------------------------------------------------------------------- /.local/share/asciiart/blocks1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/blocks1 -------------------------------------------------------------------------------- /.local/share/asciiart/blocks2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/blocks2 -------------------------------------------------------------------------------- /.local/share/asciiart/burger: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/burger -------------------------------------------------------------------------------- /.local/share/asciiart/colortest-slim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/colortest-slim -------------------------------------------------------------------------------- /.local/share/asciiart/colorwheel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/colorwheel -------------------------------------------------------------------------------- /.local/share/asciiart/crunchbang-mini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/crunchbang-mini -------------------------------------------------------------------------------- /.local/share/asciiart/elfman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/elfman -------------------------------------------------------------------------------- /.local/share/asciiart/fade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/fade -------------------------------------------------------------------------------- /.local/share/asciiart/invader-fire-flower-m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/invader-fire-flower-m -------------------------------------------------------------------------------- /.local/share/asciiart/jangofett: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/jangofett -------------------------------------------------------------------------------- /.local/share/asciiart/mario-xs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/mario-xs -------------------------------------------------------------------------------- /.local/share/asciiart/mouseface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/mouseface -------------------------------------------------------------------------------- /.local/share/asciiart/notused/colorbars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/notused/colorbars -------------------------------------------------------------------------------- /.local/share/asciiart/notused/crunchbang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/notused/crunchbang -------------------------------------------------------------------------------- /.local/share/asciiart/notused/kaisen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/notused/kaisen -------------------------------------------------------------------------------- /.local/share/asciiart/notused/pacman-full: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/notused/pacman-full -------------------------------------------------------------------------------- /.local/share/asciiart/notused/pinguco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/notused/pinguco -------------------------------------------------------------------------------- /.local/share/asciiart/notused/rupees: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/notused/rupees -------------------------------------------------------------------------------- /.local/share/asciiart/notused/six: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/notused/six -------------------------------------------------------------------------------- /.local/share/asciiart/notused/tiefighter1row: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/notused/tiefighter1row -------------------------------------------------------------------------------- /.local/share/asciiart/pacman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/pacman -------------------------------------------------------------------------------- /.local/share/asciiart/pacman-alt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/pacman-alt -------------------------------------------------------------------------------- /.local/share/asciiart/pacman-ghosts-l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/pacman-ghosts-l -------------------------------------------------------------------------------- /.local/share/asciiart/panes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/panes -------------------------------------------------------------------------------- /.local/share/asciiart/pizza: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/pizza -------------------------------------------------------------------------------- /.local/share/asciiart/rails: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/rails -------------------------------------------------------------------------------- /.local/share/asciiart/skullys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/skullys -------------------------------------------------------------------------------- /.local/share/asciiart/skullz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/skullz -------------------------------------------------------------------------------- /.local/share/asciiart/square: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/square -------------------------------------------------------------------------------- /.local/share/asciiart/taco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/taco -------------------------------------------------------------------------------- /.local/share/asciiart/tvs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/tvs -------------------------------------------------------------------------------- /.local/share/asciiart/zfetch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/zfetch -------------------------------------------------------------------------------- /.local/share/asciiart/zwaves: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.local/share/asciiart/zwaves -------------------------------------------------------------------------------- /.stow-local-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.stow-local-ignore -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark-hdpi/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark-hdpi/xfwm4/hide-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark-hdpi/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark-hdpi/xfwm4/left-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark-hdpi/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark-hdpi/xfwm4/menu-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark-hdpi/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark-hdpi/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark-xhdpi/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark-xhdpi/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/gnome-shell/pad-osd.css -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gtk-2.0/hacks.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/gtk-2.0/hacks.rc -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/gtk-2.0/main.rc -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/gtk-4.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/gtk-4.0/thumbnail.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/index.theme -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/metacity-1/metacity-theme-1.xml: -------------------------------------------------------------------------------- 1 | metacity-theme-3.xml -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/metacity-1/metacity-theme-2.xml: -------------------------------------------------------------------------------- 1 | metacity-theme-3.xml -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/plank/dock.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/plank/dock.theme -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/close-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/hide-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/left-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/menu-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/menu-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/menu-prelight.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/right-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/shade-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/stick-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /.themes/Catppuccin-Purple-Dark/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Catppuccin-Purple-Dark/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Lavanda-Dark-Compact-Tokyonight/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Lavanda-Dark-Compact-Tokyonight/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-2.0/hacks.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Lavanda-Dark-Compact-Tokyonight/gtk-2.0/hacks.rc -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Lavanda-Dark-Compact-Tokyonight/gtk-2.0/main.rc -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Lavanda-Dark-Compact-Tokyonight/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-4.0/assets/scalable/radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-4.0/assets/scalable/radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-4.0/assets/scalable/small-radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-4.0/assets/scalable/small-radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Lavanda-Dark-Compact-Tokyonight/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Lavanda-Dark-Compact-Tokyonight/index.theme -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/metacity-1/metacity-theme-1.xml: -------------------------------------------------------------------------------- 1 | metacity-theme-3.xml -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/metacity-1/metacity-theme-2.xml: -------------------------------------------------------------------------------- 1 | metacity-theme-3.xml -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/plank/dock.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Lavanda-Dark-Compact-Tokyonight/plank/dock.theme -------------------------------------------------------------------------------- /.themes/Lavanda-Dark-Compact-Tokyonight/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Lavanda-Dark-Compact-Tokyonight/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/gnome-shell/pad-osd.css -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/gtk-2.0/gtkrc.hidpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/gtk-2.0/gtkrc.hidpi -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/gtk-4.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/gtk-4.0/thumbnail.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/index.theme -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/metacity-1/metacity-theme-1.xml: -------------------------------------------------------------------------------- 1 | metacity-theme-2.xml -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/close-active.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/hide-active.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/left-active.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/menu-active.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /.themes/Material-DeepOcean-BL-LB/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Material-DeepOcean-BL-LB/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/close-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/hide-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/left-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/menu-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/menu-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/menu-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/right-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/shade-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/stick-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-hdpi/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-hdpi/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/close-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/hide-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/left-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/menu-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/menu-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/menu-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/right-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/shade-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/stick-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark-xhdpi/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark-xhdpi/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/cinnamon/assets/checkbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/cinnamon/assets/checkbox.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/cinnamon/assets/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/cinnamon/assets/close.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/cinnamon/assets/toggle-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/cinnamon/assets/toggle-off.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/cinnamon/assets/toggle-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/cinnamon/assets/toggle-on.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/cinnamon/assets/trash-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/cinnamon/assets/trash-icon.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gnome-shell/gnome-shell.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gnome-shell/gnome-shell.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gnome-shell/pad-osd.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/border.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/entry-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/entry-hover.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/entry.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/flat-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/flat-button.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/focus.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/handle-horz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/handle-horz.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/handle-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/handle-vert.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/pan-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/pan-down.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/pan-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/pan-left.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/pan-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/pan-right.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/pan-up-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/pan-up-alt.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/pan-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/pan-up.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/spin-ltr-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/spin-ltr-up.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/spin-rtl-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/spin-rtl-up.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/assets/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/assets/tab.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/hacks.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/hacks.rc -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-2.0/main.rc -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-4.0/assets/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-4.0/assets/close.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-4.0/assets/maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-4.0/assets/maximize.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-4.0/assets/minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-4.0/assets/minimize.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-4.0/assets/radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-4.0/assets/radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-4.0/assets/small-radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-4.0/assets/small-radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-4.0/assets/unmaximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-4.0/assets/unmaximize.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/gtk-4.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/gtk-4.0/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/index.theme -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/metacity-1/assets/button.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/metacity-1/assets/button.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/metacity-1/assets/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/metacity-1/assets/close.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/metacity-1/assets/maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/metacity-1/assets/maximize.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/metacity-1/assets/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/metacity-1/assets/menu.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/metacity-1/assets/minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/metacity-1/assets/minimize.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/metacity-1/assets/shade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/metacity-1/assets/shade.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/metacity-1/assets/unshade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/metacity-1/assets/unshade.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/metacity-1/metacity-theme-1.xml: -------------------------------------------------------------------------------- 1 | metacity-theme-3.xml -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/metacity-1/metacity-theme-2.xml: -------------------------------------------------------------------------------- 1 | metacity-theme-3.xml -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/plank/dock.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/plank/dock.theme -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/bottom-left-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/bottom-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/bottom-left-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/bottom-right-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/close-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/hide-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/left-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/maximize-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/maximize-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/maximize-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/menu-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/menu-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/menu-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/right-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/shade-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/shade-toggled-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/shade-toggled-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/stick-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/stick-toggled-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/stick-toggled-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Dark/xfwm4/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Dark/xfwm4/top-right-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/close-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/hide-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/left-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/menu-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/menu-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/menu-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/right-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/shade-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/stick-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-hdpi/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-hdpi/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/close-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/hide-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/left-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/menu-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/menu-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/menu-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/right-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/shade-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/stick-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light-xhdpi/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light-xhdpi/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/cinnamon/assets/checkbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/cinnamon/assets/checkbox.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/cinnamon/assets/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/cinnamon/assets/close.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/cinnamon/assets/toggle-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/cinnamon/assets/toggle-on.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gnome-shell/gnome-shell.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gnome-shell/gnome-shell.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gnome-shell/pad-osd.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/assets/border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/assets/border.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/assets/entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/assets/entry.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/assets/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/assets/focus.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/assets/pan-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/assets/pan-down.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/assets/pan-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/assets/pan-left.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/assets/pan-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/assets/pan-right.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/assets/pan-up-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/assets/pan-up-alt.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/assets/pan-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/assets/pan-up.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/assets/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/assets/tab.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/hacks.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/hacks.rc -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-2.0/main.rc -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-4.0/assets/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-4.0/assets/close.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-4.0/assets/maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-4.0/assets/maximize.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-4.0/assets/minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-4.0/assets/minimize.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-4.0/assets/radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-4.0/assets/radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-4.0/assets/small-radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-4.0/assets/small-radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-4.0/assets/unmaximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-4.0/assets/unmaximize.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/gtk-4.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/gtk-4.0/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/index.theme -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/metacity-1/assets/button.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/metacity-1/assets/button.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/metacity-1/assets/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/metacity-1/assets/close.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/metacity-1/assets/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/metacity-1/assets/menu.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/metacity-1/assets/shade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/metacity-1/assets/shade.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/metacity-1/assets/unshade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/metacity-1/assets/unshade.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/metacity-1/metacity-theme-1.xml: -------------------------------------------------------------------------------- 1 | metacity-theme-3.xml -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/metacity-1/metacity-theme-2.xml: -------------------------------------------------------------------------------- 1 | metacity-theme-3.xml -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/plank/dock.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/plank/dock.theme -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/bottom-left-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/bottom-right-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/close-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/hide-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/left-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/maximize-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/maximize-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/maximize-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/menu-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/menu-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/menu-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/right-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/shade-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/stick-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Light/xfwm4/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Light/xfwm4/top-right-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark-hdpi/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark-hdpi/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark-xhdpi/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark-xhdpi/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/gnome-shell/pad-osd.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-2.0/assets/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/gtk-2.0/assets/tab.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-2.0/hacks.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/gtk-2.0/hacks.rc -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/gtk-2.0/main.rc -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-4.0/assets/radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-4.0/assets/radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-4.0/assets/small-radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-4.0/assets/small-radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/gtk-4.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/gtk-4.0/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/index.theme -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/metacity-1/metacity-theme-1.xml: -------------------------------------------------------------------------------- 1 | metacity-theme-3.xml -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/metacity-1/metacity-theme-2.xml: -------------------------------------------------------------------------------- 1 | metacity-theme-3.xml -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/plank/dock.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/plank/dock.theme -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/close-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/hide-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/left-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/menu-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/menu-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/menu-prelight.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/right-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/shade-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/stick-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Dark/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Dark/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light-hdpi/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light-hdpi/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light-xhdpi/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light-xhdpi/xfwm4/themerc -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/cinnamon/cinnamon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/cinnamon/cinnamon.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/gtk-2.0/apps.rc -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-2.0/assets/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/gtk-2.0/assets/tab.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/gtk-2.0/gtkrc -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-2.0/hacks.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/gtk-2.0/hacks.rc -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-2.0/main.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/gtk-2.0/main.rc -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-3.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/gtk-3.0/gtk-dark.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-4.0/assets/radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-4.0/assets/radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-4.0/assets/small-radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-4.0/assets/small-radio-mixed-symbolic@2.svg: -------------------------------------------------------------------------------- 1 | small-checkbox-mixed-symbolic@2.svg -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-4.0/gtk-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/gtk-4.0/gtk-dark.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/gtk-4.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/gtk-4.0/thumbnail.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/index.theme -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/metacity-1/metacity-theme-1.xml: -------------------------------------------------------------------------------- 1 | metacity-theme-3.xml -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/metacity-1/metacity-theme-2.xml: -------------------------------------------------------------------------------- 1 | metacity-theme-3.xml -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/plank/dock.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/plank/dock.theme -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/xfwm4/close-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/xfwm4/hide-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/xfwm4/left-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/xfwm4/menu-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/xfwm4/right-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/xfwm4/shade-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/xfwm4/stick-active.png -------------------------------------------------------------------------------- /.themes/Tokyonight-Purple-Light/xfwm4/themerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.themes/Tokyonight-Purple-Light/xfwm4/themerc -------------------------------------------------------------------------------- /.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/.zshrc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /bin/colorscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/bin/colorscript -------------------------------------------------------------------------------- /bin/play: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/bin/play -------------------------------------------------------------------------------- /misc/firefox/chrome/add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/misc/firefox/chrome/add.svg -------------------------------------------------------------------------------- /misc/firefox/chrome/left-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/misc/firefox/chrome/left-arrow.svg -------------------------------------------------------------------------------- /misc/firefox/chrome/right-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/misc/firefox/chrome/right-arrow.svg -------------------------------------------------------------------------------- /misc/firefox/chrome/userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/misc/firefox/chrome/userChrome.css -------------------------------------------------------------------------------- /misc/firefox/chrome/userContent.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/misc/firefox/chrome/userContent.css -------------------------------------------------------------------------------- /misc/firefox/user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/misc/firefox/user.js -------------------------------------------------------------------------------- /previews/ags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thelazt16/dotfiles/HEAD/previews/ags.png --------------------------------------------------------------------------------