├── .config ├── alacritty │ ├── alacritty.toml │ └── alacritty2.toml ├── btop │ ├── btop.conf │ └── btop.log ├── fish │ ├── config.fish │ └── fish_variables ├── foot │ └── foot.ini ├── hypr │ ├── hypridle.conf │ ├── hyprland.conf │ └── hyprlock.conf ├── iwgtk.conf ├── mako │ └── config ├── mimeapps.list ├── mpv │ ├── input.conf │ └── mpv.conf ├── waybar │ ├── config.jsonc │ ├── style.css │ ├── style.css.backup │ ├── style.css.bak │ └── style.css.minimal └── wofi │ ├── config │ ├── config_clip │ ├── config_emoji │ ├── config_hz │ ├── config_logout │ ├── style.css │ ├── style_clipboard.css │ ├── style_emoji.css │ ├── style_hz.css │ └── style_input.css ├── README.md ├── greetd └── config.toml ├── gtk └── Layan-Dark │ ├── AUTHORS │ ├── COPYING │ ├── gnome-shell │ ├── assets │ │ ├── activities-active.svg │ │ ├── activities.svg │ │ ├── calendar-arrow-left.svg │ │ ├── calendar-arrow-right.svg │ │ ├── calendar-today.svg │ │ ├── checkbox-off.svg │ │ ├── checkbox.svg │ │ ├── close.svg │ │ ├── dash-placeholder.svg │ │ ├── more-results.svg │ │ ├── no-events.svg │ │ ├── no-notifications.svg │ │ ├── process-working.svg │ │ ├── toggle-off.svg │ │ ├── toggle-on.svg │ │ ├── window-close-active.svg │ │ ├── window-close-hover.svg │ │ └── window-close.svg │ ├── gnome-shell-theme.gresource.xml │ ├── gnome-shell.css │ ├── message-indicator-symbolic.svg │ ├── no-events.svg │ ├── no-notifications.svg │ ├── noise-texture.png │ ├── pad-osd.css │ └── process-working.svg │ ├── gtk-2.0 │ ├── apps.rc │ ├── assets │ │ ├── border.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── button-insensitive.png │ │ ├── button.png │ │ ├── checkbox-checked-active.png │ │ ├── checkbox-checked-hover.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-mixed-active.png │ │ ├── checkbox-mixed-hover.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed.png │ │ ├── checkbox-unchecked-active.png │ │ ├── checkbox-unchecked-hover.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── checkbox-unchecked.png │ │ ├── combo-ltr-button-active.png │ │ ├── combo-ltr-button-hover.png │ │ ├── combo-ltr-button-insensitive.png │ │ ├── combo-ltr-button.png │ │ ├── combo-ltr-entry-active.png │ │ ├── combo-ltr-entry-insensitive.png │ │ ├── combo-ltr-entry.png │ │ ├── combo-rtl-button-active.png │ │ ├── combo-rtl-button-hover.png │ │ ├── combo-rtl-button-insensitive.png │ │ ├── combo-rtl-button.png │ │ ├── combo-rtl-entry-active.png │ │ ├── combo-rtl-entry-insensitive.png │ │ ├── combo-rtl-entry.png │ │ ├── entry-active.png │ │ ├── entry-background-insensitive.png │ │ ├── entry-background.png │ │ ├── entry-insensitive.png │ │ ├── entry.png │ │ ├── flat-button-active.png │ │ ├── flat-button-hover.png │ │ ├── flat-button-insensitive.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-insensitive.png │ │ ├── menu-checkbox-checked.png │ │ ├── menu-checkbox-mixed-insensitive.png │ │ ├── menu-checkbox-mixed.png │ │ ├── menu-checkbox-unchecked-insensitive.png │ │ ├── menu-checkbox-unchecked.png │ │ ├── menu-radio-checked-insensitive.png │ │ ├── menu-radio-checked.png │ │ ├── menu-radio-mixed-insensitive.png │ │ ├── menu-radio-mixed.png │ │ ├── menu-radio-unchecked-insensitive.png │ │ ├── menu-radio-unchecked.png │ │ ├── notebook-combo-ltr-entry-active.png │ │ ├── notebook-combo-ltr-entry-insensitive.png │ │ ├── notebook-combo-ltr-entry.png │ │ ├── notebook-combo-rtl-entry-active.png │ │ ├── notebook-combo-rtl-entry-insensitive.png │ │ ├── notebook-combo-rtl-entry.png │ │ ├── notebook-entry-active.png │ │ ├── notebook-entry-insensitive.png │ │ ├── notebook-entry.png │ │ ├── pan-down-alt-insensitive.png │ │ ├── pan-down-alt.png │ │ ├── pan-down-insensitive.png │ │ ├── pan-down.png │ │ ├── pan-left-alt-insensitive.png │ │ ├── pan-left-alt.png │ │ ├── pan-left-insensitive.png │ │ ├── pan-left-semi.png │ │ ├── pan-left.png │ │ ├── pan-right-alt-insensitive.png │ │ ├── pan-right-alt.png │ │ ├── pan-right-insensitive.png │ │ ├── pan-right-semi.png │ │ ├── pan-right.png │ │ ├── pan-up-alt-insensitive.png │ │ ├── pan-up-alt.png │ │ ├── pan-up-insensitive.png │ │ ├── pan-up.png │ │ ├── pathbar_button_active.png │ │ ├── pathbar_button_prelight.png │ │ ├── progressbar-progress.png │ │ ├── progressbar-trough.png │ │ ├── radio-checked-active.png │ │ ├── radio-checked-hover.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-checked.png │ │ ├── radio-mixed-active.png │ │ ├── radio-mixed-hover.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-mixed.png │ │ ├── radio-unchecked-active.png │ │ ├── radio-unchecked-hover.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked.png │ │ ├── scale-horz-trough-active.png │ │ ├── scale-horz-trough-insensitive.png │ │ ├── scale-horz-trough.png │ │ ├── scale-slider-active.png │ │ ├── scale-slider-hover.png │ │ ├── scale-slider-insensitive.png │ │ ├── scale-slider.png │ │ ├── scale-vert-trough-active.png │ │ ├── scale-vert-trough-insensitive.png │ │ ├── scale-vert-trough.png │ │ ├── scrollbar-horz-slider-active.png │ │ ├── scrollbar-horz-slider-hover.png │ │ ├── scrollbar-horz-slider-insensitive.png │ │ ├── scrollbar-horz-slider.png │ │ ├── scrollbar-horz-trough.png │ │ ├── scrollbar-vert-ltr-slider-active.png │ │ ├── scrollbar-vert-ltr-slider-hover.png │ │ ├── scrollbar-vert-ltr-slider-insensitive.png │ │ ├── scrollbar-vert-ltr-slider.png │ │ ├── scrollbar-vert-ltr-trough.png │ │ ├── scrollbar-vert-rtl-slider-active.png │ │ ├── scrollbar-vert-rtl-slider-hover.png │ │ ├── scrollbar-vert-rtl-slider-insensitive.png │ │ ├── scrollbar-vert-rtl-slider.png │ │ ├── scrollbar-vert-rtl-trough.png │ │ ├── spin-ltr-down-active.png │ │ ├── spin-ltr-down-hover.png │ │ ├── spin-ltr-down-insensitive.png │ │ ├── spin-ltr-down.png │ │ ├── spin-ltr-up-active.png │ │ ├── spin-ltr-up-hover.png │ │ ├── spin-ltr-up-insensitive.png │ │ ├── spin-ltr-up.png │ │ ├── spin-rtl-down-active.png │ │ ├── spin-rtl-down-hover.png │ │ ├── spin-rtl-down-insensitive.png │ │ ├── spin-rtl-down.png │ │ ├── spin-rtl-up-active.png │ │ ├── spin-rtl-up-hover.png │ │ ├── spin-rtl-up-insensitive.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 │ └── panel.rc │ ├── gtk-3.0 │ ├── assets │ ├── gtk-dark.css │ └── gtk.css │ ├── gtk-4.0 │ ├── assets │ ├── gtk-dark.css │ └── gtk.css │ ├── gtk-assets │ ├── header-icon-alt.png │ ├── header-icon-alt@2.png │ ├── header-icon.png │ ├── header-icon@2.png │ ├── scalable │ │ ├── checkbox-checked-symbolic.svg │ │ ├── checkbox-mixed-symbolic.svg │ │ ├── checkbox-unchecked-symbolic.svg │ │ ├── radio-checked-symbolic.svg │ │ ├── radio-mixed-symbolic.svg │ │ ├── radio-unchecked-symbolic.svg │ │ ├── side-paned.svg │ │ ├── small-checkbox-checked-symbolic.svg │ │ ├── small-checkbox-mixed-symbolic.svg │ │ ├── small-checkbox-unchecked-symbolic.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-slider-dark.png │ ├── scale-slider-dark@2.png │ ├── scale-slider-disabled-dark.png │ ├── scale-slider-disabled-dark@2.png │ ├── scale-slider-disabled.png │ ├── scale-slider-disabled@2.png │ ├── scale-slider.png │ ├── scale-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 │ ├── switch-slider-checked-dark.png │ ├── switch-slider-checked-dark@2.png │ ├── switch-slider-checked.png │ ├── switch-slider-checked@2.png │ ├── switch-slider-unchecked-dark.png │ ├── switch-slider-unchecked-dark@2.png │ ├── switch-slider-unchecked.png │ └── switch-slider-unchecked@2.png │ ├── index.theme │ ├── 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 │ ├── 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 ├── ly └── config.ini ├── mirrorlist └── pacman.conf /.config/alacritty/alacritty.toml: -------------------------------------------------------------------------------- 1 | [colors.bright] 2 | black = "#6c7086" 3 | blue = "#176bea" 4 | cyan = "#94e2d5" 5 | green = "#94e2d5" 6 | magenta = "#78a3fc" 7 | red = "#e95379" 8 | white = "#ffffff" 9 | yellow = "#fac29a" 10 | 11 | [colors.cursor] 12 | cursor = "#f5e0dc" 13 | text = "#11111b" 14 | 15 | [colors.normal] 16 | black = "#000000" 17 | blue = "#1ea0dc" 18 | cyan = "#72a7b1" 19 | green = "#27d696" 20 | magenta = "#cba6f7" 21 | red = "#F43E5C" 22 | white = "#cdd6f4" 23 | yellow = "#f09383" 24 | 25 | [colors.primary] 26 | background = "#04080c" 27 | foreground = "#d0e0f0" 28 | 29 | [colors.vi_mode_cursor] 30 | cursor = "#f5e0dc" 31 | text = "#11111b" 32 | 33 | [cursor] 34 | blink_interval = 500 35 | thickness = 0.1 36 | vi_mode_style = "block" 37 | 38 | [cursor.style] 39 | blinking = "Always" 40 | shape = "Underline" 41 | 42 | [env] 43 | TERM = "xterm-256color" 44 | 45 | # [shell] 46 | # program = "tmux" 47 | # args = ["attach"] 48 | # command = "notify-send hehe" 49 | 50 | [font] 51 | size = 12.0 52 | 53 | [font.normal] 54 | family = "Maple Mono" 55 | style = "regular" 56 | 57 | [selection] 58 | save_to_clipboard = true 59 | 60 | [window] 61 | decorations = "none" 62 | opacity = 0.8 63 | 64 | [window.dimensions] 65 | columns = 115 66 | lines = 28 67 | 68 | [window.padding] 69 | x = 10 70 | y = 8 71 | 72 | -------------------------------------------------------------------------------- /.config/alacritty/alacritty2.toml: -------------------------------------------------------------------------------- 1 | [colors.bright] 2 | black = "#6c7086" 3 | blue = "#176bea" 4 | cyan = "#94e2d5" 5 | green = "#94e2d5" 6 | magenta = "#cba6f7" 7 | red = "#e95379" 8 | white = "#ffffff" 9 | yellow = "#fac29a" 10 | 11 | [colors.cursor] 12 | cursor = "#f5e0dc" 13 | text = "#11111b" 14 | 15 | [colors.normal] 16 | black = "#000000" 17 | blue = "#1ea0dc" 18 | cyan = "#72a7b1" 19 | green = "#27d696" 20 | magenta = "#8d57f0" 21 | red = "#F43E5C" 22 | white = "#cdd6f4" 23 | yellow = "#f09383" 24 | 25 | [colors.primary] 26 | background = "#000000" 27 | foreground = "#d0e0f0" 28 | 29 | [colors.vi_mode_cursor] 30 | cursor = "#f5e0dc" 31 | text = "#11111b" 32 | 33 | [cursor] 34 | blink_interval = 500 35 | thickness = 0.2 36 | vi_mode_style = "Underline" 37 | 38 | [cursor.style] 39 | blinking = "Always" 40 | shape = "Underline" 41 | 42 | [env] 43 | TERM = "xterm-256color" 44 | 45 | [font] 46 | size = 12 47 | 48 | [font.normal] 49 | family = "Maple Mono" 50 | style = "regular" 51 | 52 | [[keyboard.bindings]] 53 | action = "ScrollLineUp" 54 | key = "PageUp" 55 | mode = "~Alt" 56 | mods = "none" 57 | 58 | [[keyboard.bindings]] 59 | action = "ScrollLineDown" 60 | key = "PageDown" 61 | mode = "~Alt" 62 | mods = "none" 63 | 64 | [selection] 65 | save_to_clipboard = true 66 | 67 | [window] 68 | decorations = "none" 69 | opacity = 0.4 70 | 71 | [window.dimensions] 72 | columns = 115 73 | lines = 28 74 | 75 | [window.padding] 76 | x = 10 77 | y = 8 78 | -------------------------------------------------------------------------------- /.config/btop/btop.log: -------------------------------------------------------------------------------- 1 | 2 | 2024/01/30 (18:04:18) | ===> btop++ v.1.3.0 3 | 2024/01/30 (18:04:18) | ERROR: Exception during Config::unlock() : unordered_map::at 4 | 5 | 2024/01/30 (18:04:37) | ===> btop++ v.1.3.0 6 | 2024/01/30 (18:04:37) | ERROR: Exception during Config::unlock() : unordered_map::at 7 | 8 | 2024/03/03 (02:09:01) | ===> btop++ v.1.3.2 9 | 2024/03/03 (02:09:01) | ERROR: Couldn't determine terminal size of "STDOUT_FILENO"! 10 | 2024/03/03 (02:09:01) | ERROR: Couldn't determine terminal size of "/dev/tty"! 11 | 12 | 2024/03/03 (02:09:26) | ===> btop++ v.1.3.2 13 | 2024/03/03 (02:09:26) | ERROR: Couldn't determine terminal size of "STDOUT_FILENO"! 14 | 2024/03/03 (02:09:26) | ERROR: Couldn't determine terminal size of "/dev/tty"! 15 | 16 | 2024/03/12 (22:55:52) | ===> btop++ v.1.3.2 17 | 2024/03/12 (22:55:52) | ERROR: Couldn't determine terminal size of "STDOUT_FILENO"! 18 | 2024/03/12 (22:55:52) | ERROR: Couldn't determine terminal size of "/dev/tty"! 19 | 20 | 2024/03/14 (22:19:23) | ===> btop++ v.1.3.2 21 | 2024/03/14 (22:19:23) | ERROR: Exception during Config::unlock() : unordered_map::at 22 | -------------------------------------------------------------------------------- /.config/fish/config.fish: -------------------------------------------------------------------------------- 1 | if status is-interactive 2 | # Commands to run in interactive sessions can go here 3 | 4 | # zoxide initialization 5 | zoxide init fish | source 6 | 7 | #......................alias............................ 8 | 9 | # core utils rust replacements 10 | alias ls="exa" 11 | alias l="exa -la" 12 | alias grep="rg" 13 | alias unzip="ripunzip unzip-file" 14 | alias cp="xcp -r" 15 | 16 | alias vim="nvim" 17 | alias nv="nvim" 18 | alias lv="nvim -c 'lua require(\"persistence\").load()'" 19 | alias sv="nvim -c 'lua require(\"persistence\").select()'" 20 | alias sunv="sudo -E -s nvim" 21 | alias svim="sudo -E -s nvim" 22 | alias tm="tmux" 23 | alias tma="tmux a" 24 | alias tk="tmux kill-session" 25 | alias tkk="tmux kill-server" 26 | 27 | alias fishrc="vim ~/.config/fish/config.fish" 28 | alias hyper="nvim ~/.config/hypr/hyprland.conf" 29 | alias niriconf="nvim ~/.config/niri/config.kdl" 30 | 31 | alias rat='rate-mirrors --allow-root arch | sudo tee /etc/pacman.d/mirrorlist' 32 | alias yin='yay -S --answerclean All --answerdiff None --answeredit None' 33 | alias yun='yay -R' 34 | alias ariad='aria2c -s 32 -x 16' 35 | alias ariac='aria2c -s 32 -x 16 -c' 36 | alias zad='cd $HOME/Downloads/ ; aria2c -s 32 -x 16 -c' 37 | 38 | alias lokate="sudo updatedb && sudo locate" 39 | alias piper-play="piper-tts --model $HOME/.local/en_US-hfc_female-medium.onnx --output_file /tmp/temp_piper_audio.wav && mpv /tmp/temp_piper_audio.wav" 40 | 41 | alias winmount="sudo mkdir -p /run/media/gaz/windows_mount ; sudo mount /dev/nvme0n1p3 /run/media/gaz/windows_mount" 42 | alias budsbattery='echo "$(bluetoothctl info | grep "Name:" | cut -b 8-) -> $(bluetoothctl info | grep "Battery" | sed "s/.*(\([0-9]\+\))/\1/") %"' 43 | 44 | alias nscan="iwctl station $(iwctl device list | tail -n +5 | awk '{ print($2) }') scan on ; iwctl station $(iwctl device list | tail -n +5 | awk '{ print($2) }') get-networks" 45 | alias nconn="iwctl station $(iwctl device list | tail -n +5 | awk '{ print($2) }') connect" 46 | alias ndev="iwctl device $(iwctl device list | tail -n +5 | awk '{ print($2) }') set-property Powered" 47 | alias warpon="sh $HOME/scripts/warp_start.sh" 48 | alias warpoff="sh $HOME/scripts/warp_stop.sh" 49 | 50 | 51 | # git aliases 52 | # ------------------------------------------------------------------------- 53 | alias gittoken="cat $HOME/Desktop/workspace/my_token | wl-copy -n" 54 | alias gcl="git clone" 55 | alias gcld="git clone --depth 1" 56 | alias gcm="git commit -m" 57 | alias ga="git add" 58 | alias gps="git push" 59 | alias gpl="git pull" 60 | alias gst="git status" 61 | alias gck="git checkout" 62 | alias gl="git log --all --graph --decorate" 63 | alias gll="git log --all --graph --oneline --decorate" 64 | function gacp 65 | git add . 66 | git commit -m $argv[1] 67 | git push 68 | end 69 | # ------------------------------------------------------------------------- 70 | 71 | 72 | 73 | #..............exports (environment vars)................ 74 | 75 | set -x MOZ_ENABLE_WAYLAND 1 76 | set -x EDITOR nvim 77 | 78 | 79 | 80 | 81 | #.......................functions........................ 82 | 83 | #multiple cd using dots 84 | function multicd 85 | echo cd (string repeat -n (math (string length -- $argv[1]) - 1) ../) 86 | end 87 | abbr --add dotdot --regex '^\.\.+$' --function multicd 88 | 89 | 90 | # greetings 91 | function fish_greeting 92 | 93 | set h (date +"%H") 94 | 95 | if test $h -gt 6 -a $h -le 12 96 | set gt "good morning" 97 | else if test $h -gt 12 -a $h -le 16 98 | set gt "good afternoon" 99 | else if test $h -gt 16 -a $h -le 22 100 | set gt "good evening" 101 | else 102 | set gt "good night" 103 | end 104 | 105 | set user (whoami) 106 | 107 | echo "$(random choice "...:: welcome back sir ::..." "..:: hi $user , welcome once again ::.." "..:: $gt $user , what do you have for me ::.." "...:: here you go ::..." "Hello $user..::..How are you?" "..:: on your demand boss ::.." "..:: ready to receive commands sir ::.." "...:: hello $user , $gt ::..." "..:: $gt sir ::.." "..:: ready for action as always ::.." "..:: Hungry for commands boss ::.." "..:: $gt $user , what's next?" "..:: nice to see you again $user ::..." "..:: $gt $user , how are you ::.." "..:: welcome back sir ::.." "..:: what do you want ::.." "..:: just type it ::.." "..:: give me a command already ::.." "..:: hello mr $user , $gt to you ::.." "..:: what do you want this time huh ::.." "..:: at your service sir ::.." "..:: $gt sir , where have you been this whole time sir ::.." "..:: put it on fire ::..") ( you have $(wc -l $HOME/.tasks | awk '{ print $1 }') tasks pending ) "| lolcat 108 | # echo "{ you have $(wc -l $HOME/.tasks | awk '{ print $1 }') tasks pending }" 109 | 110 | # echo $li[(math (random) % (count $li))] | lolcat 111 | end 112 | 113 | # tasks 114 | alias lstsk="sh $HOME/scripts/tasks.sh" 115 | alias etsk="nv $HOME/.tasks" 116 | function rmtsk 117 | sed -i "$argv[1]d" $HOME/.tasks 118 | end 119 | function addtsk 120 | echo "$argv[1]" >> $HOME/.tasks 121 | end 122 | 123 | end 124 | 125 | # Non-interactive mode is used when the shell is executing a script or commands without direct user interaction. 126 | # set -ax PATH ~/go/bin 127 | -------------------------------------------------------------------------------- /.config/foot/foot.ini: -------------------------------------------------------------------------------- 1 | # -*- conf -*- 2 | 3 | # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) 4 | # term=foot (or xterm-256color if built with -Dterminfo=disabled) 5 | # login-shell=no 6 | 7 | # app-id=foot 8 | # title=foot 9 | # locked-title=no 10 | 11 | font=jetbrains mono:size=12:regular 12 | # font-bold=VictorMono Nerd Font 13 | # font-italic= 14 | # font-bold-italic= 15 | # line-height= 16 | # letter-spacing=0 17 | # horizontal-letter-offset=0 18 | # vertical-letter-offset=0 19 | # underline-offset= 20 | # box-drawings-uses-font-glyphs=no 21 | # dpi-aware=auto 22 | 23 | # initial-window-size-pixels=700x500 # Or, 24 | # initial-window-size-chars= 25 | # initial-window-mode=windowed 26 | pad=10x8 # optionally append 'center' 27 | # resize-delay-ms=100 28 | 29 | # notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} 30 | 31 | # bold-text-in-bright=no 32 | # word-delimiters=,│`|:"'()[]{}<> 33 | # selection-target=primary 34 | # workers= 35 | 36 | [environment] 37 | # name=value 38 | 39 | [bell] 40 | # urgent=no 41 | # notify=no 42 | # command= 43 | # command-focused=no 44 | 45 | [scrollback] 46 | # lines=1000 47 | # multiplier=3.0 48 | # indicator-position=relative 49 | # indicator-format= 50 | 51 | [url] 52 | launch=xdg-open ${url} 53 | # label-letters=sadfjklewcmpgh 54 | # osc8-underline=url-mode 55 | # protocols=http, https, ftp, ftps, file, gemini, gopher 56 | # uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[] 57 | 58 | [cursor] 59 | style=underline 60 | # color= 61 | blink=yes 62 | # beam-thickness=1.5 63 | # underline-thickness= 64 | 65 | [mouse] 66 | hide-when-typing=yes 67 | # alternate-scroll-mode=yes 68 | 69 | [colors] 70 | alpha=0.7 71 | foreground=d0e0f0 72 | background=000004 73 | 74 | ## Normal/regular colors (color palette 0-7) 75 | regular0=000000 76 | regular1=f43e5c # red 77 | regular2=1fedb3 # green 78 | regular3=f09282 # yellow 79 | regular4=1ea0dc # blue 80 | regular5=8d57f0 # magenta 81 | regular6=72a7b1 # cyan 82 | regular7=cdd6f4 # white 83 | 84 | ## Bright colors (color palette 8-15) 85 | bright0=6c7086 # bright black 86 | bright1=e95379 # bright red 87 | bright2=94e2d5 # bright green 88 | bright3=fac29a # bright yellow 89 | bright4=176bea # bright blue 90 | bright5=cba6f7 # bright magenta 91 | bright6=94e3d5 # bright cyan 92 | bright7=ffffff # bright white 93 | 94 | ## dimmed colors (see foot.ini(5) man page) 95 | # dim0= 96 | # ... 97 | # dim7= 98 | 99 | ## The remaining 256-color palette 100 | # 16 = <256-color palette #16> 101 | # ... 102 | # 255 = <256-color palette #255> 103 | 104 | ## Misc colors 105 | # selection-foreground= 106 | # selection-background= 107 | # jump-labels= # black-on-yellow 108 | # scrollback-indicator= # black-on-bright-blue 109 | # search-box-no-match= # black-on-red 110 | # search-box-match= # black-on-yellow 111 | # urls= 112 | 113 | [csd] 114 | # preferred=server 115 | # size=26 116 | # font= 117 | # color= 118 | # hide-when-typing=no 119 | # border-width=0 120 | # border-color= 121 | # button-width=26 122 | # button-color= 123 | # button-minimize-color= 124 | # button-maximize-color= 125 | # button-close-color= 126 | 127 | [key-bindings] 128 | # scrollback-up-page=Shift+Page_Up 129 | # scrollback-up-half-page=none 130 | # scrollback-up-line=none 131 | # scrollback-down-page=Shift+Page_Down 132 | # scrollback-down-half-page=none 133 | # scrollback-down-line=none 134 | # clipboard-copy=Control+Shift+c XF86Copy 135 | # clipboard-paste=Control+Shift+v XF86Paste 136 | # primary-paste=Shift+Insert 137 | # search-start=Control+Shift+r 138 | # font-increase=Control+plus Control+equal Control+KP_Add 139 | # font-decrease=Control+minus Control+KP_Subtract 140 | # font-reset=Control+0 Control+KP_0 141 | # spawn-terminal=Control+Shift+n 142 | # minimize=none 143 | # maximize=none 144 | # fullscreen=none 145 | # pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none 146 | # pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none 147 | # pipe-selected=[xargs -r firefox] none 148 | # show-urls-launch=Control+Shift+u 149 | # show-urls-copy=none 150 | # show-urls-persistent=none 151 | # prompt-prev=Control+Shift+z 152 | # prompt-next=Control+Shift+x 153 | # unicode-input=none 154 | # noop=none 155 | 156 | [search-bindings] 157 | # cancel=Control+g Control+c Escape 158 | # commit=Return 159 | # find-prev=Control+r 160 | # find-next=Control+s 161 | # cursor-left=Left Control+b 162 | # cursor-left-word=Control+Left Mod1+b 163 | # cursor-right=Right Control+f 164 | # cursor-right-word=Control+Right Mod1+f 165 | # cursor-home=Home Control+a 166 | # cursor-end=End Control+e 167 | # delete-prev=BackSpace 168 | # delete-prev-word=Mod1+BackSpace Control+BackSpace 169 | # delete-next=Delete 170 | # delete-next-word=Mod1+d Control+Delete 171 | # extend-to-word-boundary=Control+w 172 | # extend-to-next-whitespace=Control+Shift+w 173 | # clipboard-paste=Control+v Control+Shift+v Control+y XF86Paste 174 | # primary-paste=Shift+Insert 175 | # unicode-input=none 176 | 177 | [url-bindings] 178 | # cancel=Control+g Control+c Control+d Escape 179 | # toggle-url-visible=t 180 | 181 | [text-bindings] 182 | # \x03=Mod4+c # Map Super+c -> Ctrl+c 183 | 184 | [mouse-bindings] 185 | # selection-override-modifiers=Shift 186 | # primary-paste=BTN_MIDDLE 187 | # select-begin=BTN_LEFT 188 | # select-begin-block=Control+BTN_LEFT 189 | # select-extend=BTN_RIGHT 190 | # select-extend-character-wise=Control+BTN_RIGHT 191 | # select-word=BTN_LEFT-2 192 | # select-word-whitespace=Control+BTN_LEFT-2 193 | # select-row=BTN_LEFT-3 194 | 195 | # vim: ft=dosini 196 | 197 | -------------------------------------------------------------------------------- /.config/hypr/hypridle.conf: -------------------------------------------------------------------------------- 1 | general { 2 | lock_cmd = hyprlock 3 | unlock_cmd = notify-send "hypridle unlock cmd!" 4 | before_sleep_cmd = hyprlock 5 | after_sleep_cmd = 6 | ignore_dbus_inhibit = false 7 | } 8 | 9 | listener { 10 | timeout = 100 11 | on-timeout = temp=$(brightnessctl g); brightnessctl set $((temp / 2)) 12 | on-resume = temp=$(brightnessctl g); brightnessctl set $((temp * 2)) 13 | } 14 | 15 | 16 | listener { 17 | timeout = 500 18 | on-timeout = systemctl suspend 19 | on-resume = notify-send ' 𝕎 𝕖 𝕝 𝕔 𝕠 𝕞 𝕖 𝔹 𝕒 𝕔 𝕜 𝔾 𝕒 𝕫 ' -t 5000 20 | } 21 | -------------------------------------------------------------------------------- /.config/hypr/hyprlock.conf: -------------------------------------------------------------------------------- 1 | general { 2 | hide_cursor = true 3 | } 4 | 5 | background { 6 | monitor = eDP-1 7 | path = screenshot 8 | color = rgba(0, 0, 0, 0.5) 9 | blur_passes = 2 10 | blur_size = 4 11 | noise = 0.01 12 | contrast = 1 13 | brightness = 1 14 | vibrancy = 0.1696 15 | vibrancy_darkness = 0.9 16 | } 17 | 18 | input-field { 19 | monitor = 20 | size = 400, 50 21 | outline_thickness = 0 22 | dots_size = 0.3 # Scale of input-field height, 0.2 - 0.8 23 | dots_spacing = 0.4 # Scale of dots' absolute size, 0.0 - 1.0 24 | dots_center = true 25 | outer_color = rgba(0,0,0,0) 26 | inner_color = rgba(200, 200, 200, 0) 27 | font_color = rgb(255,255,255) 28 | fade_on_empty = true 29 | placeholder_text = Input Password... # Text rendered in the input box when it's empty. 30 | hide_input = false 31 | 32 | position = 0, -20 33 | halign = center 34 | valign = center 35 | } 36 | 37 | label { 38 | monitor = 39 | # text = $TIME 40 | text = Hi there, Gaz 41 | color = rgba(200, 200, 200, 1.0) 42 | font_size = 25 43 | font_family = Noto Sans 44 | 45 | position = 0, 80 46 | halign = center 47 | valign = center 48 | } 49 | -------------------------------------------------------------------------------- /.config/iwgtk.conf: -------------------------------------------------------------------------------- 1 | # 2 | # Only specify options that you wish to change. To use an option's default value, leave it 3 | # commented. 4 | # 5 | # Color values may consist of: 6 | # * A standard name (Taken from the CSS specification). 7 | # * A hexadecimal value in the form "#rgb", "#rrggbb", "#rrrgggbbb" or "#rrrrggggbbbb" 8 | # * A hexadecimal value in the form "#rgba", "#rrggbbaa", or "#rrrrggggbbbbaaaa" 9 | # * A RGB color in the form "rgb(r,g,b)" (In this case the color will have full opacity) 10 | # * A RGBA color in the form "rgba(r,g,b,a)" 11 | # 12 | # Where "r", "g", "b", and "a" are respectively the red, green, blue and alpha color 13 | # values. In the last two cases, "r", "g", and "b" are either integers in the range 0 to 14 | # 255 or percentage values in the range 0% to 100%, and "a" is a floating point value in 15 | # the range 0 to 1. 16 | # 17 | # See: https://docs.gtk.org/gdk4/method.RGBA.parse.html 18 | # List of standard color names: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color_keywords 19 | # 20 | 21 | # 22 | # Indicator icon colors: station mode 23 | # 24 | 25 | [indicator.colors.station] 26 | #connected=lime 27 | #connecting=yellow 28 | #disconnected=gray 29 | 30 | # 31 | # Indicator icon colors: AP mode 32 | # 33 | 34 | [indicator.colors.ap] 35 | #up=lime 36 | #down=gray 37 | 38 | # 39 | # Indicator icon colors: ad-hoc mode 40 | # 41 | 42 | [indicator.colors.adhoc] 43 | #up=lime 44 | #down=gray 45 | 46 | # 47 | # Indicator icon colors: disabled device or adapter 48 | # 49 | 50 | [indicator.colors.disabled] 51 | #device=gray 52 | #adapter=gray 53 | 54 | # 55 | # Available network list - Signal strength icon colors 56 | # 57 | 58 | [network.colors] 59 | #connected=lime 60 | #connecting=yellow 61 | #known=darkgreen 62 | #unknown=gray 63 | #hidden=gray 64 | 65 | # 66 | # Known network list - last connection date/time - format string 67 | # 68 | 69 | [known-network] 70 | #last-connection-time.format=%x\n%l:%M %p 71 | 72 | # 73 | # Dark mode and window dimensions 74 | # 75 | 76 | [window] 77 | dark=true 78 | #width=440 79 | #height=600 80 | -------------------------------------------------------------------------------- /.config/mako/config: -------------------------------------------------------------------------------- 1 | sort=-time 2 | layer=overlay 3 | width=410 4 | icons=1 5 | max-icon-size=30 6 | max-visible=5 7 | icon-path=/usr/share/icons/kora 8 | default-timeout=3000 9 | ignore-timeout=0 10 | font=Poppins 12 11 | text-alignment=center 12 | padding=10 13 | margin=0,0,8,0 14 | outer-margin=10,0,0,0 15 | anchor=top-center 16 | border-size=1 17 | border-radius=10 18 | border-color=#637C86aa 19 | background-color=#272F3950 20 | text-color=#ffffff 21 | progress-color=over #302D41 22 | 23 | 24 | [urgency=critical] 25 | border-color=#BB1122 26 | anchor=center 27 | border-size=2 28 | default-timeout=5000 29 | background-color=#CF707415 30 | 31 | [urgency=low] 32 | border-size=1 33 | border-color=#1ED76090 34 | anchor=bottom-center 35 | outer-margin=10,0,50,0 36 | background-color=#1ED76005 37 | -------------------------------------------------------------------------------- /.config/mimeapps.list: -------------------------------------------------------------------------------- 1 | [Default Applications] 2 | application/octet-stream=mousepad.desktop 3 | application/pdf=firefox.desktop 4 | application/pdf=firefox.desktop 5 | application/x-gettext-translation=mousepad.desktop 6 | application/xml=mousepad.desktop 7 | application/x-wine-extension-ini=mousepad.desktop 8 | image/gif=viewnior.desktop 9 | image/gif=viewnior.desktop 10 | image/jpeg=viewnior.desktop 11 | image/png=viewnior.desktop 12 | text/plain=gvim.desktop 13 | video/ogg=mpv.desktop 14 | video/x-flv=mpv.desktop 15 | video/x-ms-wmv=mpv.desktop 16 | video/x-ogm+ogg=mpv.desktop 17 | video/x-theora+ogg=mpv.desktop 18 | x-scheme-handler/tg=userapp-Telegram Desktop-PWJY11.desktop 19 | text/html=firefox.desktop 20 | x-scheme-handler/http=firefox.desktop 21 | x-scheme-handler/https=firefox.desktop 22 | x-scheme-handler/about=microsoft-edge.desktop 23 | x-scheme-handler/unknown=microsoft-edge.desktop 24 | x-scheme-handler/chrome=firefox.desktop 25 | application/x-extension-htm=firefox.desktop 26 | application/x-extension-html=firefox.desktop 27 | application/x-extension-shtml=firefox.desktop 28 | application/xhtml+xml=firefox.desktop 29 | application/x-extension-xhtml=firefox.desktop 30 | application/x-extension-xht=firefox.desktop 31 | x-scheme-handler/mailto=userapp-Thunderbird-QH1WT1.desktop 32 | message/rfc822=userapp-Thunderbird-QH1WT1.desktop 33 | x-scheme-handler/mid=userapp-Thunderbird-QH1WT1.desktop 34 | x-scheme-handler/jetbrains=jetbrains-toolbox.desktop 35 | x-scheme-handler/fleet=jetbrains-fleet.desktop 36 | x-scheme-handler/mailspring=Mailspring.desktop 37 | application/vnd.openxmlformats-officedocument.wordprocessingml.document=abiword.desktop 38 | inode/directory=nemo.desktop 39 | 40 | [Added Associations] 41 | x-scheme-handler/tg=userapp-Telegram Desktop-EAXNQ1.desktop;org.telegram.desktop.desktop;userapp-Telegram Desktop-PWJY11.desktop; 42 | x-scheme-handler/http=firefox.desktop;firefoxdeveloperedition.desktop;userapp-Nightly-MTNIA2.desktop; 43 | x-scheme-handler/https=firefox.desktop;firefoxdeveloperedition.desktop;userapp-Nightly-MTNIA2.desktop; 44 | x-scheme-handler/chrome=firefox.desktop;firefoxdeveloperedition.desktop;userapp-Nightly-MTNIA2.desktop; 45 | text/html=firefox.desktop;firefoxdeveloperedition.desktop;userapp-Nightly-MTNIA2.desktop; 46 | application/x-extension-htm=firefox.desktop;firefoxdeveloperedition.desktop;userapp-Nightly-MTNIA2.desktop; 47 | application/x-extension-html=firefox.desktop;firefoxdeveloperedition.desktop;userapp-Nightly-MTNIA2.desktop; 48 | application/x-extension-shtml=firefox.desktop;firefoxdeveloperedition.desktop;userapp-Nightly-MTNIA2.desktop; 49 | application/xhtml+xml=firefox.desktop;firefoxdeveloperedition.desktop;userapp-Nightly-MTNIA2.desktop; 50 | application/x-extension-xhtml=firefox.desktop;firefoxdeveloperedition.desktop;userapp-Nightly-MTNIA2.desktop; 51 | application/x-extension-xht=firefox.desktop;firefoxdeveloperedition.desktop;userapp-Nightly-MTNIA2.desktop; 52 | x-scheme-handler/mailto=userapp-Thunderbird-QH1WT1.desktop; 53 | x-scheme-handler/mid=userapp-Thunderbird-QH1WT1.desktop; 54 | application/vnd.exstream-package=gvim.desktop; 55 | application/pdf=firefox-nightly.desktop;firefox.desktop; 56 | application/vnd.openxmlformats-officedocument.wordprocessingml.document=abiword.desktop; 57 | text/plain=gvim.desktop; 58 | inode/directory=nemo.desktop; 59 | -------------------------------------------------------------------------------- /.config/mpv/input.conf: -------------------------------------------------------------------------------- 1 | a cycle audio-delay -0.050 2 | A cycle audio-delay +0.050 3 | l cycle-values loop-playlist yes no ; show-text "${?=loop-playlist==inf:Looping enabled}${?=loop-playlist==no:Looping disabled}" 4 | 5 | -------------------------------------------------------------------------------- /.config/mpv/mpv.conf: -------------------------------------------------------------------------------- 1 | # deband=no 2 | # interpolation=no 3 | # vo=gpu 4 | # hwdec-codecs=all 5 | # dscale=bilinear 6 | # opengl-pbo 7 | # hwdec=auto 8 | # hwdec-codecs=all 9 | # scale=bilinear 10 | # video-sync=display-resample 11 | # vd-lavc-dr=yes 12 | # gpu-api=vulkan 13 | # vulkan-async-compute=yes 14 | # vulkan-async-transfer=yes 15 | 16 | screenshot-directory=/home/gaz/Pictures/mpv_snapshots 17 | # vo=gpu 18 | # profile=gpu-hq 19 | # hdr-compute-peak=yes 20 | # target-peak=1000 21 | # loop=yes 22 | -------------------------------------------------------------------------------- /.config/waybar/config.jsonc: -------------------------------------------------------------------------------- 1 | { 2 | "layer": "top", 3 | "position": "top", 4 | "width": 1700, 5 | "margin-top": 4, 6 | "gtk-layer-shell": true, 7 | // "reload_style_on_change": true, 8 | "fixed-center": true, 9 | // "mode": "hide", 10 | // "start-hidden": true, 11 | // "height": 30, 12 | // "spacing": 2, 13 | "modules-left": [ 14 | "hyprland/workspaces", 15 | "niri/workspaces", 16 | // "niri/window", 17 | "custom/player" 18 | ], 19 | "modules-center": [ 20 | "clock" 21 | ], 22 | "modules-right": [ 23 | "tray", 24 | // "bluetooth", 25 | // "idle_inhibitor", 26 | "network", 27 | "cpu", 28 | // "temperature", 29 | "memory", 30 | "backlight", 31 | "pulseaudio", 32 | "battery", 33 | ], 34 | 35 | "hyprland/workspaces": { 36 | "active-only": false, 37 | "all-outputs": true, 38 | "disable-scroll": true, 39 | "format": "{name}", 40 | "on-click": "activate", 41 | // "show-special": true, 42 | "sort-by-number": true 43 | // "format-icons": { 44 | // "special": "" 45 | // // "active": "", 46 | // // "default": "" 47 | // } 48 | }, 49 | 50 | "niri/workspaces": { 51 | "format": "{value}", 52 | "format-icons": { 53 | // Named workspaces 54 | // (you need to configure them in niri) 55 | "browser": "", 56 | "discord": "", 57 | "chat": "", 58 | 59 | // Icons by state 60 | "active": "", 61 | "default": "" 62 | } 63 | }, 64 | // 65 | // "niri/window": { 66 | // "format": "{}", 67 | // "icon": true, 68 | // "rewrite": { 69 | // "(.*) - Mozilla Firefox": "🌎 $1", 70 | // "(.*) - fish": "> [$1]" 71 | // } 72 | // }, 73 | 74 | 75 | "custom/player": { 76 | "interval": 5, 77 | "exec": "~/scripts/waybar/waybar_now_playing", 78 | "format": " {}", 79 | "return-type": "json", 80 | "max-length": 30, 81 | "on-click": "~/scripts/waybar/waybar_now_playing play-pause", 82 | "on-click-right": "~/scripts/waybar/waybar_now_playing next", 83 | "on-click-middle": "~/scripts/waybar/waybar_now_playing previous" 84 | }, 85 | // "bluetooth": { 86 | // "format": " {status}", 87 | // "format-connected": " {device_alias}", 88 | // "format-connected-battery": " {device_alias} {device_battery_percentage}%", 89 | // // "format-device-preference": [ "device1", "device2" ], // preference list deciding the displayed device 90 | // "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected", 91 | // "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}", 92 | // "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}", 93 | // "tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%" 94 | // }, 95 | // "wlr/taskbar": { 96 | // "format": "{icon}", 97 | // "icon-size": 20, 98 | // "tooltip-format": "{title}", 99 | // "active-first": true, 100 | // "on-click": "activate", 101 | // "on-click-middle": "close", 102 | // "app_ids-mapping": { 103 | // "firefoxdeveloperedition": "firefox-developer-edition" 104 | // } 105 | // }, 106 | 107 | "clock": { 108 | "interval": 1, 109 | "format": "{:%H:%M:%S %a %d %B}", 110 | "tooltip": false, 111 | // "tooltip-format": "{:%Y %B}\n{calendar}", 112 | "on-click": "$HOME/scripts/waybar/wallpapers_v2.sh", 113 | "on-click-right": "alacritty -T fast -e fast" 114 | }, 115 | 116 | "tray": { 117 | "icon-size": 16, 118 | "spacing": 12 119 | }, 120 | 121 | "idle_inhibitor": { 122 | "format": "{icon}", 123 | "on-click": "$HOME/scripts/hyprland/hypridle_caffeine.sh", 124 | "format-icons": { 125 | "activated": " ☕ ", 126 | "deactivated": " ☕ " 127 | }, 128 | "tooltip": false, 129 | }, 130 | 131 | "network": { 132 | "interval": 2, 133 | "format-wifi": " {essid} : {bandwidthTotalBytes}", 134 | "format-ethernet": " {essid}", 135 | "format-linked": "{ifname} (No IP) ", 136 | "format-disconnected": "! Disconnected", 137 | "tooltip-format-wifi": "{signalStrength}% | ⬇ {bandwidthDownBits} ⬆ {bandwidthUpBits} | {ipaddr}/{cidr}", 138 | // "on-click": "alacritty -t nmtui -e nmtui", 139 | "on-click": "iwgtk", 140 | "on-click-right": "~/scripts/warp_start.sh", 141 | "on-click-middle": "~/scripts/warp_stop.sh" 142 | }, 143 | 144 | "cpu": { 145 | "interval": 6, 146 | "format": "󰾆 {usage}", 147 | "tooltip": true, 148 | "on-click": "alacritty -t btop -e btop --utf-force" 149 | }, 150 | 151 | "memory": { 152 | "interval": 6, 153 | "format": "󰍛 {used}" 154 | }, 155 | 156 | "backlight": { 157 | "device": "intel_backlight", 158 | "tooltip": false, 159 | "format": "{icon} {percent}", 160 | "format-icons": [ 161 | "🌌", 162 | "", 163 | "", 164 | "", 165 | "", 166 | "", 167 | "", 168 | "", 169 | "🪩" 170 | ], 171 | "on-scroll-down": "brightnessctl set 1%+", 172 | "on-scroll-up": "brightnessctl set 1%-", 173 | "min-length": 5 174 | }, 175 | 176 | "pulseaudio": { 177 | "format": "{icon} {volume}", 178 | "tooltip": false, 179 | "format-muted": "🔇 sssh..", 180 | "on-click": "pavucontrol", 181 | "scroll-step": 1, 182 | "format-icons": { 183 | "headphone": "🎐", 184 | "hands-free": "🎐", 185 | "headset": "🎐", 186 | "phone": "📞", 187 | "portable": "📞", 188 | "car": "", 189 | "default": [ 190 | "☁️", 191 | "🌧️", 192 | "🌨️", 193 | "🌩️", 194 | "⛈️" 195 | ] 196 | } 197 | }, 198 | 199 | "battery": { 200 | "interval": 5, 201 | "states": { 202 | "good": 95, 203 | "warning": 20, 204 | "critical": 10 205 | }, 206 | "format": "{icon} {capacity}", 207 | "format-charging": "⚡ {capacity}", 208 | "format-plugged": "⚡ {capacity}", 209 | "format-alt": "{time} {icon}", 210 | "format-icons": [ 211 | "", 212 | "", 213 | "", 214 | "", 215 | "" 216 | ] 217 | } 218 | } 219 | -------------------------------------------------------------------------------- /.config/waybar/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | background: transparent; 3 | border-radius: 20px; 4 | font-family: comfortaa; 5 | font-weight: 800; 6 | /* font-size: 13.5px; */ 7 | } 8 | 9 | window#waybar { 10 | background: rgba(0,0,0,0.3); 11 | border-radius: 50px; 12 | /* border: 0.5px solid gray; */ 13 | } 14 | 15 | tooltip { 16 | color: black; 17 | background-color : rgba(200, 200, 230,0.9); 18 | border-radius: 10px; 19 | } 20 | 21 | #cpu, #memory, #custom-player, #idle_inhibitor, #temperature, #clock, #battery, #pulseaudio, #network, #workspaces, #tray, #backlight, #window { 22 | margin: 0 5px; 23 | } 24 | 25 | #workspaces { 26 | border-radius: 20px; 27 | padding-left: 6px; 28 | } 29 | 30 | #workspaces button { 31 | color: white; 32 | opacity: 0.7; 33 | background: transparent; 34 | margin-right: 10px; 35 | } 36 | 37 | #workspaces button.active { 38 | color: #42c0ff; 39 | opacity: 1; 40 | background: transparent; 41 | font-size: 18px; 42 | } 43 | 44 | #custom-workspaces { 45 | border-radius: 20px; 46 | padding: 6px; 47 | padding-top: 6px; 48 | padding-bottom: 5px; 49 | padding-left: 15px; 50 | } 51 | #custom-player { 52 | /* background-color : rgba(94, 161, 255,0.3); */ 53 | padding-left: 10px; 54 | padding-right: 10px; 55 | /* border: 1px solid rgba(94, 161, 255,0); */ 56 | border-radius: 20px; 57 | } 58 | 59 | #clock { 60 | margin: 2px 5px; 61 | color: #42c0ff; 62 | /* background-color : rgba(94, 161, 255,0.3); */ 63 | min-width: 165px; 64 | padding: 2px 12px 0px 12px; 65 | border-radius: 30px; 66 | /* border: 1px solid rgba(94, 161, 255,0.5); */ 67 | /* box-shadow: rgba(17, 17, 27, 0.2) 0 0 3 2px; */ 68 | } 69 | 70 | #idle_inhibitor { 71 | margin: 2px 5px; 72 | padding: 0 4px; 73 | /* border: 1px solid rgba(94, 161, 255,0.5); */ 74 | border-radius: 30px; 75 | } 76 | #idle_inhibitor.activated { 77 | transition: all 0.3s ease-in-out; 78 | /* background-color : rgba(94, 161, 255,0.3); */ 79 | border-right: 0.5px solid rgba(94, 161, 255,0.6); 80 | border-left: 0.5px solid rgba(94, 161, 255,0.6); 81 | color: white; 82 | } 83 | 84 | #network { 85 | margin: 2px 5px; 86 | min-width: 160px; 87 | color: white; 88 | /* border: 1px solid rgba(94, 161, 255,0.5); */ 89 | /* background-color : rgba(94, 161, 255,0.3); */ 90 | border-radius: 30px; 91 | padding: 0 8px; 92 | } 93 | 94 | #cpu { 95 | padding: 0 8px; 96 | margin: 2px 5px; 97 | margin-right: 0px; 98 | min-width: 40px; 99 | color : rgba(255,255,255,0.8); 100 | border-left: 0.5px solid rgba(170, 170, 170,0.6); 101 | border-radius: 30px 0 0 30px; 102 | border-right: none; 103 | opacity: 0.9; 104 | } 105 | 106 | #memory { 107 | padding: 0 8px; 108 | margin: 2px 5px; 109 | margin-left: 0px; 110 | min-width: 50px; 111 | color : rgba(255,255,255,0.8); 112 | border-right: 0.5px solid rgba(170, 170, 170,0.6); 113 | border-radius: 0 30px 30px 0; 114 | border-left: none; 115 | opacity: 0.9; 116 | } 117 | 118 | #backlight { 119 | padding: 0 8px; 120 | margin: 2px 5px; 121 | margin-right: 0px; 122 | color : rgba(255,255,255,0.8); 123 | border-left: 0.5px solid rgba(170, 170, 170,0.6); 124 | border-radius: 30px 0 0 30px; 125 | border-right: none; 126 | opacity: 0.9; 127 | } 128 | 129 | #pulseaudio { 130 | min-width: 50px; 131 | padding: 0 8px; 132 | margin: 2px 5px; 133 | margin-left: 0px; 134 | color : rgba(255,255,255,0.8); 135 | border-right: 0.5px solid rgba(170, 170, 170,0.6); 136 | border-radius: 0 30px 30px 0; 137 | border-left: none; 138 | opacity: 0.9; 139 | } 140 | 141 | #battery { 142 | color: white; 143 | /* margin: 5px; */ 144 | margin-right: 10px; 145 | padding: 0 10px; 146 | } 147 | 148 | #battery.plugged { 149 | transition: all 0.6s ease-in-out; 150 | color: #42c0ff; 151 | /* border: 1px solid #5EA1ff; */ 152 | } 153 | 154 | #tray { 155 | /* background-color : rgba(170, 170, 170,0.15); */ 156 | margin-right: 10px; 157 | padding: 0 8px; 158 | border-radius: 0px; 159 | } 160 | -------------------------------------------------------------------------------- /.config/waybar/style.css.backup: -------------------------------------------------------------------------------- 1 | * { 2 | background: transparent; 3 | border-radius: 20px; 4 | font-family: comfortaa; 5 | font-weight: 800; 6 | /* font-size: 13.5px; */ 7 | } 8 | 9 | window#waybar { 10 | background: rgba(0,0,0,0.3); 11 | border-radius: 15px; 12 | /* border: 0.5px solid gray; */ 13 | } 14 | 15 | tooltip { 16 | color: black; 17 | background-color : rgba(200, 200, 230,0.9); 18 | border-radius: 10px; 19 | } 20 | 21 | #cpu, #memory, #custom-player, #idle_inhibitor, #temperature, #clock, #battery, #pulseaudio, #network, #workspaces, #tray, #backlight, #window { 22 | margin: 0 5px; 23 | } 24 | 25 | #workspaces { 26 | border-radius: 20px; 27 | padding-left: 6px; 28 | } 29 | 30 | #workspaces button { 31 | color: white; 32 | opacity: 0.7; 33 | background: transparent; 34 | margin-right: 10px; 35 | } 36 | 37 | #workspaces button.active { 38 | color: #42c0ff; 39 | opacity: 1; 40 | background: transparent; 41 | font-size: 18px; 42 | } 43 | 44 | #custom-player { 45 | /* background-color : rgba(94, 161, 255,0.3); */ 46 | padding-left: 10px; 47 | padding-right: 10px; 48 | /* border: 1px solid rgba(94, 161, 255,0); */ 49 | border-radius: 20px; 50 | } 51 | 52 | #clock { 53 | margin: 2px 5px; 54 | color: white; 55 | background-color : rgba(94, 161, 255,0.3); 56 | min-width: 165px; 57 | padding: 2px 12px 0px 12px; 58 | border-radius: 30px; 59 | /* border: 1px solid rgba(94, 161, 255,0.5); */ 60 | /* box-shadow: rgba(17, 17, 27, 0.2) 0 0 3 2px; */ 61 | } 62 | 63 | #idle_inhibitor { 64 | margin: 2px 5px; 65 | padding: 0 4px; 66 | border: 1px solid rgba(94, 161, 255,0.5); 67 | border-radius: 30px; 68 | } 69 | #idle_inhibitor.activated { 70 | transition: all 0.3s ease-in-out; 71 | background-color : rgba(94, 161, 255,0.3); 72 | border: 1px solid rgba(94, 161, 255,0.3); 73 | color: white; 74 | } 75 | 76 | #network { 77 | margin: 2px 5px; 78 | min-width: 160px; 79 | color: white; 80 | /* border: 1px solid rgba(94, 161, 255,0.5); */ 81 | background-color : rgba(94, 161, 255,0.3); 82 | border-radius: 30px; 83 | padding: 0 8px; 84 | } 85 | 86 | #cpu { 87 | padding: 0 8px; 88 | margin: 2px 5px; 89 | margin-right: 0px; 90 | min-width: 40px; 91 | color : rgba(255,255,255,0.8); 92 | border: 0.5px solid rgba(170, 170, 170,0.6); 93 | border-radius: 30px 0 0 30px; 94 | border-right: none; 95 | opacity: 0.9; 96 | } 97 | 98 | #memory { 99 | padding: 0 8px; 100 | margin: 2px 5px; 101 | margin-left: 0px; 102 | min-width: 50px; 103 | color : rgba(255,255,255,0.8); 104 | border: 0.5px solid rgba(170, 170, 170,0.6); 105 | border-radius: 0 30px 30px 0; 106 | border-left: none; 107 | opacity: 0.9; 108 | } 109 | 110 | #backlight { 111 | padding: 0 8px; 112 | margin: 2px 5px; 113 | margin-right: 0px; 114 | color : rgba(255,255,255,0.8); 115 | border: 0.5px solid rgba(170, 170, 170,0.6); 116 | border-radius: 30px 0 0 30px; 117 | border-right: none; 118 | opacity: 0.9; 119 | } 120 | 121 | #pulseaudio { 122 | padding: 0 8px; 123 | margin: 2px 5px; 124 | margin-left: 0px; 125 | color : rgba(255,255,255,0.8); 126 | border: 0.5px solid rgba(170, 170, 170,0.6); 127 | border-radius: 0 30px 30px 0; 128 | border-left: none; 129 | opacity: 0.9; 130 | } 131 | 132 | #battery { 133 | color: white; 134 | /* margin: 5px; */ 135 | margin-right: 10px; 136 | padding: 0 10px; 137 | } 138 | 139 | #battery.plugged { 140 | transition: all 0.6s ease-in-out; 141 | color: #42c0ff; 142 | /* border: 1px solid #5EA1ff; */ 143 | } 144 | 145 | #tray { 146 | /* background-color : rgba(170, 170, 170,0.15); */ 147 | margin-right: 10px; 148 | padding: 0 8px; 149 | border-radius: 0px; 150 | } 151 | -------------------------------------------------------------------------------- /.config/waybar/style.css.bak: -------------------------------------------------------------------------------- 1 | * { 2 | border: none; 3 | font-family: comfortaa; 4 | font-weight: 800; 5 | /* font-size: 13.5px; */ 6 | } 7 | 8 | window#waybar { 9 | background: transparent; 10 | } 11 | 12 | tooltip { 13 | color: black; 14 | background-color : rgba(200, 200, 230,0.9); 15 | border-radius: 10px; 16 | } 17 | 18 | #cpu,#memory,#custom-player,#idle_inhibitor,#temperature, #custom-caffeine, #clock, #battery, #pulseaudio, #network, #workspaces, #tray, #backlight, #window { 19 | margin-top: 2px; 20 | margin-bottom: 2px; 21 | /* padding-top: 0px; */ 22 | } 23 | 24 | /* text-align: center; */ 25 | /* } */ 26 | #workspaces { 27 | /* font-family: Poppins; */ 28 | background-color : rgba(0, 0, 0,0.15); 29 | margin-left: 5px; 30 | border-radius: 80px; 31 | border: 0.3px solid rgba(170, 170, 170,0.8); 32 | /* font-weight: 600; */ 33 | } 34 | 35 | #workspaces button { 36 | color: white; 37 | opacity: 0.7; 38 | margin: 0px 0 0 0px; 39 | padding: 0px 9px; 40 | transition: all 0.5s ease-in-out; 41 | border: 0.1px solid rgba(0,0,0,0.2); 42 | /* border-color: cyan; */ 43 | /* border-width: 0.2px; */ 44 | 45 | 46 | } 47 | 48 | #workspaces button.active { 49 | transition: all 0.5s ease-in-out; 50 | /* border: 0.1px solid cyan; */ 51 | opacity: 1; 52 | /* border-radius: 8px; */ 53 | color: white; 54 | background-color : rgba(170, 170, 170,0.25); 55 | border-radius: 80px; 56 | /* box-shadow: rgba(17, 17, 27, 0.2) 0 0 3 2px; */ 57 | 58 | } 59 | 60 | #custom-player{ 61 | /* background-color : rgba(0,0,0,0.05); */ 62 | margin: 0 8px; 63 | opacity : 0.95; 64 | } 65 | 66 | #clock { 67 | color: white; 68 | background-color : rgba(0, 0, 0,0.2); 69 | /* box-shadow: rgba(17, 17, 27, 0.2) 0 0 3 2px; */ 70 | border-radius: 8px; 71 | padding: 2px 8px 0px 8px; 72 | /* border: 0.5px solid rgba(86 ,87 ,245, 1); */ 73 | } 74 | 75 | #tray { 76 | background-color : rgba(170, 170, 170,0.15); 77 | margin-right: 10px; 78 | padding: 0 8px; 79 | border-radius: 8px; 80 | } 81 | 82 | #idle_inhibitor { 83 | margin-right: 5px; 84 | margin-left: 5px; 85 | padding: 0 4px; 86 | background-color: rgba(0, 0, 0, 0.15); 87 | color: rgba(170, 170, 170,0.4); 88 | border: 0.3px solid rgba(180, 180, 180,0.9); 89 | border-radius: 10px; 90 | } 91 | #idle_inhibitor.activated { 92 | transition: all 0.6s ease-in-out; 93 | background-color : rgba(170, 170, 170,0.3); 94 | border: 0.3px solid rgba(0, 0, 0,0.9); 95 | color: white; 96 | } 97 | 98 | #network { 99 | background-color: rgba(0, 0, 0, 0.2); 100 | min-width: 160px; 101 | color: white; 102 | border: 0.4px solid rgba(170, 170, 170,0.6); 103 | border-radius: 90px; 104 | padding: 0 8px; 105 | margin-right: 5px; 106 | 107 | } 108 | 109 | #cpu { 110 | padding: 0 8px; 111 | min-width: 40px; 112 | color: white; 113 | background-color: rgba(0, 0, 0, 0.15); 114 | border: 0.3px solid rgba(180, 180, 180,0.8); 115 | border-radius: 80px 0 0 80px; 116 | border-right: none; 117 | opacity: 0.9; 118 | } 119 | 120 | #memory { 121 | padding: 0 8px; 122 | min-width: 50px; 123 | color: white; 124 | background-color: rgba(0, 0, 0, 0.15); 125 | border: 0.3px solid rgba(170, 170, 170,0.8); 126 | border-radius: 0 80px 80px 0; 127 | border-left: none; 128 | opacity: 0.9; 129 | 130 | } 131 | 132 | #backlight { 133 | margin-left: 5px ; 134 | padding: 0 8px; 135 | color: white; 136 | background-color: rgba(0, 0, 0, 0.15); 137 | border: 0.3px solid rgba(170, 170, 170,0.8); 138 | border-radius: 80px 0 0 80px; 139 | border-right: none; 140 | opacity: 0.9; 141 | } 142 | 143 | #pulseaudio { 144 | padding: 0 8px; 145 | color: white; 146 | background-color: rgba(0, 0, 0, 0.15); 147 | border: 0.3px solid rgba(170, 170, 170,0.8); 148 | border-radius: 0 80px 80px 0; 149 | border-left: none; 150 | opacity: 0.9; 151 | 152 | } 153 | 154 | #battery { 155 | color: white; 156 | margin-left: 5px; 157 | margin-right: 3px; 158 | padding: 0 10px; 159 | border-radius: 80px; 160 | border: 0.3px solid rgba(0, 0, 0,0.9); 161 | background-color : rgba(170, 170, 170,0.25); 162 | } 163 | 164 | #battery.plugged { 165 | transition: all 1s ease-in-out; 166 | border: 0.3px solid rgba(170, 170, 170,0.8); 167 | background: radial-gradient( 168 | /* 60deg, */ 169 | rgba(33, 234, 150,0.5), 170 | transparent 171 | /* rgba(170, 170, 170,0.2) */ 172 | ); 173 | 174 | } 175 | -------------------------------------------------------------------------------- /.config/waybar/style.css.minimal: -------------------------------------------------------------------------------- 1 | * { 2 | background: transparent; 3 | border-radius: 20px; 4 | font-family: comfortaa; 5 | font-weight: 800; 6 | /* font-size: 13.5px; */ 7 | } 8 | 9 | window#waybar { 10 | background: rgba(0,0,0,0.3); 11 | border-radius: 15px; 12 | /* border: 0.5px solid gray; */ 13 | } 14 | 15 | tooltip { 16 | color: black; 17 | background-color : rgba(200, 200, 230,0.9); 18 | border-radius: 10px; 19 | } 20 | 21 | #cpu, #memory, #custom-player, #idle_inhibitor, #temperature, #clock, #battery, #pulseaudio, #network, #workspaces, #tray, #backlight, #window { 22 | margin: 0 5px; 23 | } 24 | 25 | #workspaces { 26 | border-radius: 20px; 27 | padding-left: 6px; 28 | } 29 | 30 | #workspaces button { 31 | color: white; 32 | opacity: 0.7; 33 | background: transparent; 34 | margin-right: 10px; 35 | } 36 | 37 | #workspaces button.active { 38 | color: #42c0ff; 39 | opacity: 1; 40 | background: transparent; 41 | font-size: 18px; 42 | } 43 | 44 | #custom-player { 45 | /* background-color : rgba(94, 161, 255,0.3); */ 46 | padding-left: 10px; 47 | padding-right: 10px; 48 | /* border: 1px solid rgba(94, 161, 255,0); */ 49 | border-radius: 20px; 50 | } 51 | 52 | #clock { 53 | margin: 2px 5px; 54 | color: #42c0ff; 55 | /* background-color : rgba(94, 161, 255,0.3); */ 56 | min-width: 165px; 57 | padding: 2px 12px 0px 12px; 58 | border-radius: 30px; 59 | /* border: 1px solid rgba(94, 161, 255,0.5); */ 60 | /* box-shadow: rgba(17, 17, 27, 0.2) 0 0 3 2px; */ 61 | } 62 | 63 | #idle_inhibitor { 64 | margin: 2px 5px; 65 | padding: 0 4px; 66 | /* border: 1px solid rgba(94, 161, 255,0.5); */ 67 | border-radius: 30px; 68 | } 69 | #idle_inhibitor.activated { 70 | transition: all 0.3s ease-in-out; 71 | /* background-color : rgba(94, 161, 255,0.3); */ 72 | border-right: 0.5px solid rgba(94, 161, 255,0.6); 73 | border-left: 0.5px solid rgba(94, 161, 255,0.6); 74 | color: white; 75 | } 76 | 77 | #network { 78 | margin: 2px 5px; 79 | min-width: 160px; 80 | color: white; 81 | /* border: 1px solid rgba(94, 161, 255,0.5); */ 82 | /* background-color : rgba(94, 161, 255,0.3); */ 83 | border-radius: 30px; 84 | padding: 0 8px; 85 | } 86 | 87 | #cpu { 88 | padding: 0 8px; 89 | margin: 2px 5px; 90 | margin-right: 0px; 91 | min-width: 40px; 92 | color : rgba(255,255,255,0.8); 93 | border-left: 0.5px solid rgba(170, 170, 170,0.6); 94 | border-radius: 30px 0 0 30px; 95 | border-right: none; 96 | opacity: 0.9; 97 | } 98 | 99 | #memory { 100 | padding: 0 8px; 101 | margin: 2px 5px; 102 | margin-left: 0px; 103 | min-width: 50px; 104 | color : rgba(255,255,255,0.8); 105 | border-right: 0.5px solid rgba(170, 170, 170,0.6); 106 | border-radius: 0 30px 30px 0; 107 | border-left: none; 108 | opacity: 0.9; 109 | } 110 | 111 | #backlight { 112 | padding: 0 8px; 113 | margin: 2px 5px; 114 | margin-right: 0px; 115 | color : rgba(255,255,255,0.8); 116 | border-left: 0.5px solid rgba(170, 170, 170,0.6); 117 | border-radius: 30px 0 0 30px; 118 | border-right: none; 119 | opacity: 0.9; 120 | } 121 | 122 | #pulseaudio { 123 | padding: 0 8px; 124 | margin: 2px 5px; 125 | margin-left: 0px; 126 | color : rgba(255,255,255,0.8); 127 | border-right: 0.5px solid rgba(170, 170, 170,0.6); 128 | border-radius: 0 30px 30px 0; 129 | border-left: none; 130 | opacity: 0.9; 131 | } 132 | 133 | #battery { 134 | color: white; 135 | /* margin: 5px; */ 136 | margin-right: 10px; 137 | padding: 0 10px; 138 | } 139 | 140 | #battery.plugged { 141 | transition: all 0.6s ease-in-out; 142 | color: #42c0ff; 143 | /* border: 1px solid #5EA1ff; */ 144 | } 145 | 146 | #tray { 147 | /* background-color : rgba(170, 170, 170,0.15); */ 148 | margin-right: 10px; 149 | padding: 0 8px; 150 | border-radius: 0px; 151 | } 152 | -------------------------------------------------------------------------------- /.config/wofi/config: -------------------------------------------------------------------------------- 1 | width=650 2 | height=450 3 | location=center 4 | show=drun 5 | prompt= 6 | filter_rate=100 7 | allow_markup=true 8 | no_actions=true 9 | halign=fill 10 | orientation=vertical 11 | content_halign=start 12 | insensitive=true 13 | allow_images=true 14 | image_size=30 15 | gtk_dark=true 16 | -------------------------------------------------------------------------------- /.config/wofi/config_clip: -------------------------------------------------------------------------------- 1 | width=1050 2 | height=600 3 | location=center 4 | show=drun 5 | prompt= 6 | filter_rate=100 7 | allow_markup=true 8 | no_actions=true 9 | halign=fill 10 | orientation=vertical 11 | content_halign=start 12 | insensitive=true 13 | allow_images=true 14 | image_size=30 15 | gtk_dark=true 16 | hide_search=true 17 | -------------------------------------------------------------------------------- /.config/wofi/config_emoji: -------------------------------------------------------------------------------- 1 | width=550 2 | height=460 3 | location=center 4 | show=drun 5 | prompt= 6 | filter_rate=100 7 | allow_markup=true 8 | no_actions=true 9 | halign=fill 10 | orientation=vertical 11 | content_halign=start 12 | insensitive=true 13 | allow_images=true 14 | image_size=30 15 | gtk_dark=true 16 | hide_search=true 17 | -------------------------------------------------------------------------------- /.config/wofi/config_hz: -------------------------------------------------------------------------------- 1 | width=1850 2 | height=130 3 | location=6 4 | show=drun 5 | prompt= 6 | filter_rate=100 7 | allow_markup=true 8 | no_actions=true 9 | halign=fill 10 | orientation=horizontal 11 | content_halign=start 12 | insensitive=true 13 | allow_images=true 14 | image_size=30 15 | gtk_dark=true 16 | -------------------------------------------------------------------------------- /.config/wofi/config_logout: -------------------------------------------------------------------------------- 1 | width=1600 2 | height=130 3 | location=9 4 | show=drun 5 | prompt=logout 6 | filter_rate=100 7 | allow_markup=true 8 | no_actions=true 9 | halign=fill 10 | orientation=horizontal 11 | content_halign=start 12 | insensitive=true 13 | allow_images=true 14 | image_size=30 15 | gtk_dark=true 16 | hide_search=true 17 | -------------------------------------------------------------------------------- /.config/wofi/style.css: -------------------------------------------------------------------------------- 1 | window { 2 | background-color: transparent; 3 | font-family: "noto sans"; 4 | /* font-weight: regular; */ 5 | font-size: 18px; 6 | } 7 | 8 | #outer-box { 9 | padding: 5px 5px; 10 | background-color: rgba(9, 16, 20,0.3); 11 | /* opacity: 0.2; */ 12 | border-radius: 15px; 13 | border: 2px solid rgba(79, 87, 87 ,0.8); 14 | } 15 | 16 | #input { 17 | color: #d6d6d6; 18 | font-size: 16px; 19 | padding: 6px 15px 6px 30px; 20 | margin: 5px 8px 0px 8px ; 21 | background: transparent; 22 | /* background: rgba(255,255,255,0.04); */ 23 | border-radius: 50px; 24 | box-shadow: none; 25 | border: 1px solid rgba(0,0,0,0); 26 | 27 | } 28 | #input:focus { 29 | transition-duration: 0.3s; 30 | /* border: 1px solid rgba(220, 220, 220, 0.5); */ 31 | /* background: rgba(255,255,255,0.05); */ 32 | 33 | background: linear-gradient(40deg,transparent, rgba(255,255,255,0.05) ,transparent,transparent,transparent,transparent); 34 | } 35 | #input > image { 36 | -gtk-icon-transform:scalex(1); 37 | } 38 | 39 | #inner-box { 40 | color: #d6d6d6; 41 | margin: 4px; 42 | padding: 8px; 43 | /* background: rgba(0,0,0,0.4); */ 44 | border-radius: 10px; 45 | /* border: 1px solid rgba(0,0,0,0.3); */ 46 | /* border-top: none; */ 47 | } 48 | 49 | #scroll { 50 | margin: 5px; 51 | margin-bottom: 5px; 52 | /* background: rgba(255,255,255,0.1); */ 53 | border-radius: 10px; 54 | } 55 | 56 | #text { 57 | color: #a2acb0; 58 | padding-left : 15px; 59 | } 60 | #text:selected { 61 | color: #ffffff; 62 | } 63 | 64 | #entry { 65 | /* important for that annoying border around selected entries */ 66 | color: transparent; 67 | padding: 10px; 68 | padding-left: 20px; 69 | margin-bottom: 5px; 70 | border-radius: 0px; 71 | /* background: rgba(255,255,255,0.03); */ 72 | } 73 | #entry:selected { 74 | transition-duration:0.1s; 75 | /* background: rgba(255,255,255,0.15); */ 76 | padding-left: 27px; 77 | background: linear-gradient(60deg,transparent, rgba(255,255,255,0.05) ,transparent,transparent,transparent); 78 | border-left: 2px solid #5ea1ff; 79 | } 80 | -------------------------------------------------------------------------------- /.config/wofi/style_clipboard.css: -------------------------------------------------------------------------------- 1 | window { 2 | background-color: transparent; 3 | font-family: "noto sans"; 4 | /* font-weight: regular; */ 5 | font-size: 17px; 6 | } 7 | 8 | #outer-box { 9 | padding: 0 5px; 10 | background-color: rgba(9, 16, 20, 0.96); 11 | /* opacity: 0.2; */ 12 | border-radius: 15px; 13 | /* border: 2px solid rgba(79, 87, 87, 0.8); */ 14 | } 15 | 16 | #input { 17 | color: #d6d6d6; 18 | font-size: 15px; 19 | padding: 0px 15px 0px 20px; 20 | margin: 0px 8px 0px 8px; 21 | background-color: rgba(0, 0, 0, 0); 22 | /* background: rgba(255,255,255,0.04); */ 23 | border-radius: 30px; 24 | 25 | } 26 | 27 | #input:focus { 28 | transition-duration: 0.3s; 29 | background: rgba(255, 255, 255, 0.04); 30 | } 31 | 32 | /* #input > image.left { */ 33 | /* -gtk-icon-transform:scaleX(0); */ 34 | /* } */ 35 | #input>image.right { 36 | -gtk-icon-transform: scaleX(0); 37 | } 38 | 39 | /* #input > image { */ 40 | /* -gtk-icon-transform:scalex(0); */ 41 | /* } */ 42 | 43 | 44 | #inner-box { 45 | color: #d6d6d6; 46 | margin: 0px 5px; 47 | /* padding: 6px; */ 48 | /* background-color: rgba(0,0,0,9); */ 49 | border-radius: 8px; 50 | } 51 | 52 | #scroll { 53 | margin: 2px 5px; 54 | margin-bottom: 5px; 55 | /* background: rgba(255,255,255,0.1); */ 56 | border-radius: 10px; 57 | } 58 | 59 | #text { 60 | color: #a2acb0; 61 | padding-left: 15px; 62 | } 63 | 64 | #text:selected { 65 | color: #ffffff; 66 | } 67 | 68 | #entry { 69 | /* important for that annoying border around selected entries */ 70 | color: transparent; 71 | padding: 5px; 72 | margin-bottom: 12px; 73 | border-radius: 0px; 74 | } 75 | 76 | #entry:selected { 77 | transition-duration: 0.1s; 78 | /* background: rgba(255,255,255,0.15); */ 79 | padding-left: 10px; 80 | background: linear-gradient(60deg, transparent, rgba(255, 255, 255, 0.05), transparent, transparent, transparent); 81 | border-left: 2px solid #5ea1ff; 82 | } 83 | -------------------------------------------------------------------------------- /.config/wofi/style_emoji.css: -------------------------------------------------------------------------------- 1 | window { 2 | background-color: transparent; 3 | font-family: "noto sans"; 4 | font-size: 16px; 5 | } 6 | 7 | #outer-box { 8 | padding: 0 15px; 9 | background-color: rgba(0,0,0,0.25); 10 | border-radius: 15px; 11 | border: 1px solid rgba(220, 220, 220, 0.1); 12 | } 13 | 14 | #input { 15 | color: #d6d6d6; 16 | font-size: 15px; 17 | padding: 0px 15px 0px 20px; 18 | margin: 0px 8px 0px 8px ; 19 | background-color: rgba(0,0,0,0); 20 | border-radius: 30px; 21 | 22 | } 23 | #input:focus { 24 | transition-duration:0.3s; 25 | background: rgba(255,255,255,0.04); 26 | } 27 | 28 | #inner-box { 29 | color: #d6d6d6; 30 | margin: 4px; 31 | margin-top: 0; 32 | border-radius: 10px; 33 | } 34 | 35 | #scroll { 36 | margin-top: 5px; 37 | margin-bottom: 24px; 38 | border: none; 39 | border-radius: 15px; 40 | } 41 | #text { 42 | font-size: 30px; 43 | color: #aecfff; 44 | text-align: center; 45 | padding-left : 11px; 46 | } 47 | #text:selected { 48 | color: #fff; 49 | margin: 0px 0px; 50 | border: none; 51 | border-radius: 12px; 52 | } 53 | 54 | #entry { 55 | color: transparent; 56 | margin: 0px 0px; 57 | border: none; 58 | border-radius: 10px; 59 | background-color: transparent; 60 | } 61 | 62 | #entry:selected { 63 | transition-duration:0.2s; 64 | background-color: gray; 65 | } 66 | -------------------------------------------------------------------------------- /.config/wofi/style_hz.css: -------------------------------------------------------------------------------- 1 | window { 2 | background-color: transparent; 3 | font-family: "noto sans"; 4 | /* font-weight: regular; */ 5 | font-size: 18px; 6 | } 7 | 8 | #outer-box { 9 | padding: 0 5px; 10 | background-color: rgba(9, 16, 20,0.3); 11 | border-radius: 15px; 12 | border: 2px solid rgba(79, 87, 87 ,0.8); 13 | } 14 | 15 | #input { 16 | color: #d6d6d6; 17 | font-size: 16px; 18 | padding: 4px 15px 4px 20px; 19 | margin: 35px 8px 42px 8px ; 20 | background-color: rgba(0,0,0,0.0); 21 | /* background: rgba(255,255,255,0.04); */ 22 | border-radius: 30px; 23 | 24 | } 25 | #input:focus { 26 | transition-duration:0.3s; 27 | background: rgba(255,255,255,0.04); 28 | } 29 | /* #input > image.left { */ 30 | /* -gtk-icon-transform:scaleX(0); */ 31 | /* } */ 32 | #input > image.right { 33 | -gtk-icon-transform:scaleX(0); 34 | } 35 | /* #input > image { */ 36 | /* -gtk-icon-transform:scalex(0); */ 37 | /* } */ 38 | 39 | #inner-box { 40 | color: #d6d6d6; 41 | margin: 4px; 42 | /* padding-left: 10px; */ 43 | /* background-color: rgba(0,0,0,9); */ 44 | border-radius: 10px; 45 | } 46 | 47 | #scroll { 48 | margin: 5px; 49 | margin-bottom: 5px; 50 | /* background: rgba(255,255,255,0.1); */ 51 | border-radius: 10px; 52 | } 53 | 54 | #text { 55 | color: #d6d6d6; 56 | padding-left : 15px; 57 | } 58 | #text:selected { 59 | color: #ffffff; 60 | } 61 | 62 | #entry { 63 | /* important for that annoying border around selected entries */ 64 | color: transparent; 65 | padding: 10px; 66 | padding-left: 20px; 67 | margin-bottom: 5px; 68 | border-radius: 10px; 69 | } 70 | #entry:selected { 71 | /* transition-duration:0.1s; */ 72 | background: rgba(255,255,255,0.15); 73 | /* padding-left: 27px; */ 74 | /* background: linear-gradient(90deg,rgba(4, 46, 44,0.6),rgba(255,255,255,0.1)); */ 75 | } 76 | -------------------------------------------------------------------------------- /.config/wofi/style_input.css: -------------------------------------------------------------------------------- 1 | window { 2 | background-color: transparent; 3 | font-family: "noto sans"; 4 | /* font-weight: regular; */ 5 | font-size: 18px; 6 | } 7 | 8 | #outer-box { 9 | padding: 0; 10 | margin: 0; 11 | background-color: rgba(0,0,0,0.4); 12 | border-radius: 15px; 13 | border: 1px solid rgba(220, 220, 220, 0.1); 14 | } 15 | 16 | #input { 17 | color: #d6d6d6; 18 | font-size: 18px; 19 | padding: 6px 15px 6px 10px; 20 | margin: 25px 8px 0px 8px ; 21 | background-color: rgba(0,0,0,0.0); 22 | /* background: rgba(255,255,255,0.04); */ 23 | border-radius: 30px; 24 | 25 | } 26 | #input:focus { 27 | transition-duration:0.3s; 28 | background: rgba(255,255,255,0.05); 29 | } 30 | #input > image { 31 | -gtk-icon-transform:scalex(0); 32 | } 33 | -------------------------------------------------------------------------------- /greetd/config.toml: -------------------------------------------------------------------------------- 1 | [terminal] 2 | # The VT to run the greeter on. Can be "next", "current" or a number 3 | # designating the VT. 4 | vt = 1 5 | 6 | # The default session, also known as the greeter. 7 | [default_session] 8 | 9 | # `agreety` is the bundled agetty/login-lookalike. You can replace `/bin/sh` 10 | # with whatever you want started, such as `sway`. 11 | command = "tuigreet --cmd Hyprland -g '.. Hello Friend ..' -t --asterisks --window-padding 2 --user-menu" 12 | 13 | # The user to run the command as. The privileges this user must have depends 14 | # on the greeter. A graphical greeter may for example require the user to be 15 | # in the `video` group. 16 | user = '' 17 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ CANTA GTK THEME ------------------------ 2 | 3 | SOURCES: 4 | nana-4 - materia gtk theme: https://github.com/nana-4/materia-theme 5 | 6 | CUSTOMIZER: 7 | Vince Liuice - Canta Theme (https://github.com/vinceliuice/Canta-theme) 8 | 9 | ------------------------ CANTA GTK THEME ------------------------ 10 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/activities-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/activities.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/calendar-arrow-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/calendar-arrow-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/calendar-today.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 32 | 35 | 39 | 43 | 44 | 55 | 66 | 77 | 88 | 99 | 110 | 121 | 122 | 146 | 153 | 154 | 156 | 157 | 159 | image/svg+xml 160 | 162 | 163 | 164 | 165 | 166 | 171 | 177 | 178 | 179 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/checkbox-off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/checkbox.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/dash-placeholder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/more-results.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/no-events.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/no-notifications.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/process-working.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/toggle-off.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 24 | 28 | 29 | 30 | 49 | 54 | 55 | 58 | 68 | 75 | 82 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/toggle-on.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 24 | 28 | 29 | 30 | 49 | 54 | 55 | 58 | 65 | 75 | 82 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/window-close-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/window-close-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/assets/window-close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/gnome-shell-theme.gresource.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | assets/dash/bottom-running1.svg 5 | assets/dash/bottom-running1-focused.svg 6 | assets/dash/bottom-running2.svg 7 | assets/dash/bottom-running2-focused.svg 8 | assets/dash/bottom-running3.svg 9 | assets/dash/bottom-running3-focused.svg 10 | assets/dash/bottom-running4.svg 11 | assets/dash/bottom-running4-focused.svg 12 | assets/dash/left-running1.svg 13 | assets/dash/left-running1-focused.svg 14 | assets/dash/left-running2.svg 15 | assets/dash/left-running2-focused.svg 16 | assets/dash/left-running3.svg 17 | assets/dash/left-running3-focused.svg 18 | assets/dash/left-running4.svg 19 | assets/dash/left-running4-focused.svg 20 | assets/dash/right-running1.svg 21 | assets/dash/right-running1-focused.svg 22 | assets/dash/right-running2.svg 23 | assets/dash/right-running2-focused.svg 24 | assets/dash/right-running3.svg 25 | assets/dash/right-running3-focused.svg 26 | assets/dash/right-running4.svg 27 | assets/dash/right-running4-focused.svg 28 | assets/dash/top-running1.svg 29 | assets/dash/top-running1-focused.svg 30 | assets/dash/top-running2.svg 31 | assets/dash/top-running2-focused.svg 32 | assets/dash/top-running3.svg 33 | assets/dash/top-running3-focused.svg 34 | assets/dash/top-running4.svg 35 | assets/dash/top-running4-focused.svg 36 | assets/calendar-arrow-left.svg 37 | assets/calendar-arrow-right.svg 38 | assets/calendar-today.svg 39 | assets/checkbox.svg 40 | assets/checkbox-off.svg 41 | assets/close.svg 42 | assets/dash-placeholder.svg 43 | assets/more-results.svg 44 | assets/toggle-off.svg 45 | assets/toggle-on.svg 46 | assets/window-close.svg 47 | assets/window-close-active.svg 48 | assets/activities.svg 49 | assets/activities-active.svg 50 | extensions/workspaces-to-dock/workspaces-to-dock.css 51 | gnome-shell.css 52 | message-indicator-symbolic.svg 53 | no-events.svg 54 | no-notifications.svg 55 | noise-texture.png 56 | pad-osd.css 57 | process-working.svg 58 | 59 | 60 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/message-indicator-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/no-events.svg: -------------------------------------------------------------------------------- 1 | assets/no-events.svg -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/no-notifications.svg: -------------------------------------------------------------------------------- 1 | assets/no-notifications.svg -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/noise-texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gnome-shell/noise-texture.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/pad-osd.css: -------------------------------------------------------------------------------- 1 | .Leader { 2 | stroke-width: .5 !important; 3 | stroke: #535353; 4 | fill: none !important; 5 | } 6 | 7 | .Button { 8 | stroke-width: .25; 9 | stroke: #ededed; 10 | fill: #ededed; 11 | } 12 | 13 | .Ring { 14 | stroke-width: .5 !important; 15 | stroke: #535353 !important; 16 | fill: none !important; 17 | } 18 | 19 | .Label { 20 | stroke: none !important; 21 | stroke-width: .1 !important; 22 | font-size: .1 !important; 23 | fill: transparent !important; 24 | } 25 | 26 | .TouchStrip, .TouchRing { 27 | stroke-width: .1 !important; 28 | stroke: #ededed !important; 29 | fill: #535353 !important; 30 | } 31 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gnome-shell/process-working.svg: -------------------------------------------------------------------------------- 1 | assets/process-working.svg -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- 1 | # vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: 2 | # 3 | # This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g. 4 | # custom widgets, programs giving us a chance to alter their UI to fit more with 5 | # the theme or stuff that is supposed to look different, like panels. 6 | 7 | # TODO: This could really look nicer 8 | style "gimp_spin_scale" { 9 | # Spin background 10 | bg[NORMAL] = @base_color 11 | 12 | engine "pixmap" { 13 | image { 14 | function = BOX 15 | state = NORMAL 16 | detail = "spinbutton_up" 17 | overlay_file = "assets/pan-up-alt.png" 18 | overlay_stretch = FALSE 19 | } 20 | 21 | image { 22 | function = BOX 23 | state = PRELIGHT 24 | detail = "spinbutton_up" 25 | overlay_file = "assets/pan-up.png" 26 | overlay_stretch = FALSE 27 | } 28 | 29 | image { 30 | function = BOX 31 | state = ACTIVE 32 | detail = "spinbutton_up" 33 | overlay_file = "assets/pan-up.png" 34 | overlay_stretch = FALSE 35 | } 36 | 37 | image { 38 | function = BOX 39 | state = INSENSITIVE 40 | detail = "spinbutton_up" 41 | overlay_file = "assets/pan-up-alt-insensitive.png" 42 | overlay_stretch = FALSE 43 | } 44 | 45 | image { 46 | function = BOX 47 | state = NORMAL 48 | detail = "spinbutton_down" 49 | overlay_file = "assets/pan-down-alt.png" 50 | overlay_stretch = FALSE 51 | } 52 | 53 | image { 54 | function = BOX 55 | state = PRELIGHT 56 | detail = "spinbutton_down" 57 | overlay_file = "assets/pan-down.png" 58 | overlay_stretch = FALSE 59 | } 60 | 61 | image { 62 | function = BOX 63 | state = ACTIVE 64 | detail = "spinbutton_down" 65 | overlay_file = "assets/pan-down.png" 66 | overlay_stretch = FALSE 67 | } 68 | 69 | image { 70 | function = BOX 71 | state = INSENSITIVE 72 | detail = "spinbutton_down" 73 | overlay_file = "assets/pan-down-alt-insensitive.png" 74 | overlay_stretch = FALSE 75 | } 76 | } 77 | } 78 | 79 | style "chrome_gtk_frame" { 80 | ChromeGtkFrame::frame-color = @titlebar_bg_color 81 | ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color 82 | ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color 83 | ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color 84 | 85 | ChromeGtkFrame::frame-gradient-size = 0 86 | } 87 | 88 | # Disable spin button assets for GimpSpinScale 89 | class "GimpSpinScale" style "gimp_spin_scale" 90 | 91 | # Chromium lets us define some colours and settings for better integration 92 | class "ChromeGtkFrame" style "chrome_gtk_frame" 93 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/border.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/button-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/button-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/button-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/checkbox-checked-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/checkbox-checked-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/checkbox-checked-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/checkbox-checked-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/checkbox-mixed-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/checkbox-mixed-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/checkbox-mixed-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/checkbox-mixed-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/checkbox-unchecked-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/checkbox-unchecked-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/checkbox-unchecked-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/checkbox-unchecked-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-button-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-button-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-button-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-button.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-entry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-entry-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-entry-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-ltr-entry.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-button-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-button-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-button-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-button.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-entry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-entry-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-entry-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/combo-rtl-entry.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/entry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/entry-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/entry-background-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/entry-background-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/entry-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/entry-background.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/entry-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/entry.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/flat-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/flat-button-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/flat-button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/flat-button-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/flat-button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/flat-button-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/flat-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/flat-button.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/focus.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/frame-inline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/frame-inline.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/frame-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/frame-notebook.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/handle-horz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/handle-horz-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/handle-horz-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/handle-horz-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/handle-horz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/handle-horz.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/handle-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/handle-vert-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/handle-vert-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/handle-vert-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/handle-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/handle-vert.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/menu-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/menu-checkbox-checked.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/menu-checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/menu-checkbox-mixed.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/menu-radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/menu-radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/menu-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/menu-radio-checked.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/menu-radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/menu-radio-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/menu-radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/menu-radio-mixed.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/menu-radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/menu-radio-unchecked.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/notebook-combo-ltr-entry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/notebook-combo-ltr-entry-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/notebook-combo-ltr-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/notebook-combo-ltr-entry.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/notebook-combo-rtl-entry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/notebook-combo-rtl-entry-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/notebook-combo-rtl-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/notebook-combo-rtl-entry.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/notebook-entry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/notebook-entry-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/notebook-entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/notebook-entry-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/notebook-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/notebook-entry.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-down-alt-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-down-alt-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-down-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-down-alt.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-down-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-down-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-down.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-left-alt-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-left-alt-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-left-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-left-alt.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-left-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-left-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-left-semi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-left-semi.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-left.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-right-alt-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-right-alt-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-right-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-right-alt.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-right-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-right-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-right-semi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-right-semi.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-right.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-up-alt-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-up-alt-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-up-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-up-alt.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-up-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-up-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pan-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pan-up.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pathbar_button_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pathbar_button_active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/pathbar_button_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/pathbar_button_prelight.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/progressbar-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/progressbar-progress.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/progressbar-trough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/progressbar-trough.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/radio-checked-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/radio-checked-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/radio-checked-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/radio-checked-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/radio-checked.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/radio-mixed-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/radio-mixed-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/radio-mixed-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/radio-mixed-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/radio-unchecked-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/radio-unchecked-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/radio-unchecked-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/radio-unchecked-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scale-horz-trough-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scale-horz-trough-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scale-horz-trough-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scale-horz-trough-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scale-horz-trough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scale-horz-trough.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scale-slider-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scale-slider-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scale-slider-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scale-slider-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scale-slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scale-slider-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scale-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scale-slider.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scale-vert-trough-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scale-vert-trough-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scale-vert-trough-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scale-vert-trough-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scale-vert-trough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scale-vert-trough.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-horz-slider-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-horz-slider-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-horz-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-horz-slider.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-horz-trough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-horz-trough.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-ltr-trough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-ltr-trough.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-rtl-trough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/scrollbar-vert-rtl-trough.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-down-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-down-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-down-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-down-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-down-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-down-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-down.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-up-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-up-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-up-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-up-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-up-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-up-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-ltr-up.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-down-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-down-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-down-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-down-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-down-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-down-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-down.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-up-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-up-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-up-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-up-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-up-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-up-insensitive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/spin-rtl-up.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/tab.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/treeview-ltr-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/treeview-ltr-button-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/treeview-ltr-button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/treeview-ltr-button-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/treeview-ltr-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/treeview-ltr-button.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/treeview-rtl-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/treeview-rtl-button-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/treeview-rtl-button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/treeview-rtl-button-hover.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/assets/treeview-rtl-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-2.0/assets/treeview-rtl-button.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- 1 | # Based on Bridge by ScionicSpectre and Adwaita by GNOME 2 | # vim:set ts=2 sw=2 sts=2 ai et: 3 | # 4 | # This is the GTK+ 2 version of Materia. It's whole purpose is to look as the 5 | # GTK+ 3 version as much as possible until GTK+ 2 dies completely. 6 | # 7 | # Note: comments for explaining styles are on the bottom of each file beside the 8 | # widget matches. 9 | 10 | # Declare the colours used throughout the theme. 11 | # There shouldn't be any fiddling with them in the theme files themselves in 12 | # order to not mess up the dark theme. 13 | 14 | # Text/base 15 | gtk-color-scheme = "text_color:#FFFFFF\nbase_color:#31313A" 16 | # Foreground/background 17 | gtk-color-scheme = "fg_color:#FFFFFF\nbg_color:#34343B" 18 | # Selected foreground/background 19 | gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#5657f5" 20 | # Titlebar foreground/background 21 | gtk-color-scheme = "titlebar_fg_color:#efefef\ntitlebar_bg_color:#31313A" 22 | # Links 23 | gtk-color-scheme = "link_color:#42A5F5\nvisited_link_color:#E040FB" 24 | 25 | # Set GTK settings 26 | gtk-auto-mnemonics = 1 27 | gtk-primary-button-warps-slider = 1 28 | 29 | # And hand over the control to the theme files 30 | include "main.rc" 31 | include "apps.rc" 32 | include "hacks.rc" 33 | include "panel.rc" 34 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-2.0/hacks.rc: -------------------------------------------------------------------------------- 1 | # vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: 2 | # 3 | # This file contains horrible hacks to make this theme work with some programs 4 | # This is mostly due to the limitations of gtk2 but sometimes its the fault of 5 | # the programs themselves. Not going to point fingers. 6 | # 7 | # Either way, it's a WONTFIX for both, hence this horrible file. 8 | 9 | style "toplevel_hack" { 10 | engine "adwaita" {} 11 | } 12 | 13 | style "chrome_entry" { 14 | base[NORMAL] = @base_color 15 | base[INSENSITIVE] = @base_color 16 | } 17 | 18 | style "vim_notebook" { 19 | bg[NORMAL] = @base_color 20 | bg[ACTIVE] = @bg_color 21 | } 22 | 23 | # Vim puts an eventbox between the tab and the label and colours it, 24 | # we need to handle that 25 | widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" 26 | 27 | # (he)xchat input box 28 | class "SexySpellEntry" style:highest "normal_entry" 29 | 30 | # Chromium uses base as the fill colour of its own entries 31 | # This would be fine but Gtk+ uses it to fill the surrounding space, so its set to bg 32 | # That results in Chromium using it for the fill, so we need to handle that 33 | widget_class "*Chrom*" style "chrome_entry" 34 | 35 | # Hack to be able to match widgets in LibreOffice 36 | class "GtkWindow" style "toplevel_hack" 37 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-3.0/assets: -------------------------------------------------------------------------------- 1 | ../gtk-assets -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-4.0/assets: -------------------------------------------------------------------------------- 1 | ../gtk-assets -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/header-icon-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/header-icon-alt.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/header-icon-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/header-icon-alt@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/header-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/header-icon.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/header-icon@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/header-icon@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scalable/checkbox-checked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 35 | 39 | 40 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scalable/checkbox-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 35 | 39 | 40 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scalable/checkbox-unchecked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 33 | 36 | 37 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scalable/radio-checked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 35 | 39 | 40 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scalable/radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 35 | 39 | 40 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scalable/radio-unchecked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 35 | 39 | 40 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scalable/side-paned.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 48 | 51 | 52 | 54 | 63 | 66 | 70 | 71 | 72 | 80 | 81 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scalable/small-checkbox-checked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 35 | 39 | 40 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scalable/small-checkbox-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 35 | 39 | 40 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scalable/small-checkbox-unchecked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 35 | 39 | 40 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scalable/small-radio-checked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 35 | 39 | 40 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scalable/small-radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 35 | 39 | 40 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scalable/small-radio-unchecked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 16 | 35 | 39 | 40 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider-disabled-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider-disabled-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider-disabled-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider-disabled-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider-disabled.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider-disabled@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider-disabled@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-after-slider@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider-disabled-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider-disabled-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider-disabled-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider-disabled-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider-disabled.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider-disabled@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider-disabled@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-horz-marks-before-slider@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-slider-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-slider-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-slider-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-slider-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-slider-disabled-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-slider-disabled-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-slider-disabled-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-slider-disabled-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-slider-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-slider-disabled.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-slider-disabled@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-slider-disabled@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-slider.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-slider@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-slider@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider-disabled-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider-disabled-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider-disabled-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider-disabled-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider-disabled.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider-disabled@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider-disabled@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-after-slider@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider-disabled-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider-disabled-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider-disabled-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider-disabled-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider-disabled.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider-disabled@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider-disabled@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/scale-vert-marks-before-slider@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-checked-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-checked-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-checked.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-checked@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-unchecked-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-unchecked-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/selectionmode-checkbox-unchecked@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/switch-slider-checked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/switch-slider-checked-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/switch-slider-checked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/switch-slider-checked-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/switch-slider-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/switch-slider-checked.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/switch-slider-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/switch-slider-checked@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/switch-slider-unchecked-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/switch-slider-unchecked-dark.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/switch-slider-unchecked-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/switch-slider-unchecked-dark@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/switch-slider-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/switch-slider-unchecked.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/gtk-assets/switch-slider-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/gtk-assets/switch-slider-unchecked@2.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Layan-Dark 4 | Comment=An Flat Gtk+ theme based on Material Design 5 | Encoding=UTF-8 6 | 7 | [X-GNOME-Metatheme] 8 | GtkTheme=Layan-Dark 9 | MetacityTheme=Layan-Dark 10 | IconTheme=Tela-Dark 11 | CursorTheme=Adwaita 12 | ButtonLayout=menu:minimize,maximize,close 13 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/plank/dock.theme: -------------------------------------------------------------------------------- 1 | #This file auto-generated by Plank. 2 | #2018-07-10T12:56:31+0000 3 | 4 | [PlankTheme] 5 | #The roundness of the top corners. 6 | TopRoundness=4 7 | #The roundness of the bottom corners. 8 | BottomRoundness=0 9 | #The thickness (in pixels) of lines drawn. 10 | LineWidth=1 11 | #The color (RGBA) of the outer stroke. 12 | OuterStrokeColor=0;;0;;0;;95 13 | #The starting color (RGBA) of the fill gradient. 14 | FillStartColor=40;;42;;52;;215 15 | #The ending color (RGBA) of the fill gradient. 16 | FillEndColor=40;;42;;46;;215 17 | #The color (RGBA) of the inner stroke. 18 | InnerStrokeColor=40;;42;;52;;245 19 | 20 | [PlankDockTheme] 21 | #The padding on the left/right dock edges, in tenths of a percent of IconSize. 22 | HorizPadding=0 23 | #The padding on the top dock edge, in tenths of a percent of IconSize. 24 | TopPadding=-7 25 | #The padding on the bottom dock edge, in tenths of a percent of IconSize. 26 | BottomPadding=1.5 27 | #The padding between items on the dock, in tenths of a percent of IconSize. 28 | ItemPadding=3 29 | #The size of item indicators, in tenths of a percent of IconSize. 30 | IndicatorSize=5 31 | #The size of the icon-shadow behind every item, in tenths of a percent of IconSize. 32 | IconShadowSize=1.2 33 | #The height (in percent of IconSize) to bounce an icon when the application sets urgent. 34 | UrgentBounceHeight=1.6666666666666667 35 | #The height (in percent of IconSize) to bounce an icon when launching an application. 36 | LaunchBounceHeight=0.625 37 | #The opacity value (0 to 1) to fade the dock to when hiding it. 38 | FadeOpacity=1 39 | #The amount of time (in ms) for click animations. 40 | ClickTime=300 41 | #The amount of time (in ms) to bounce an urgent icon. 42 | UrgentBounceTime=0 43 | #The amount of time (in ms) to bounce an icon when launching an application. 44 | LaunchBounceTime=600 45 | #The amount of time (in ms) for active window indicator animations. 46 | ActiveTime=300 47 | #The amount of time (in ms) to slide icons into/out of the dock. 48 | SlideTime=300 49 | #The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). 50 | FadeTime=250 51 | #The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). 52 | HideTime=200 53 | #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. 54 | GlowSize=0 55 | #The total time (in ms) to show the hidden-dock urgent glow. 56 | GlowTime=0 57 | #The time (in ms) of each pulse of the hidden-dock urgent glow. 58 | GlowPulseTime=0 59 | #The hue-shift (-180 to 180) of the urgent indicator color. 60 | UrgentHueShift=150 61 | #The time (in ms) to move an item to its new position or its addition/removal to/from the dock. 62 | ItemMoveTime=200 63 | #Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. 64 | CascadeHide=true 65 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/bottom-left-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/bottom-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/bottom-left-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/bottom-right-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/bottom-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/bottom-right-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/close-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/hide-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/left-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/maximize-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/maximize-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/maximize-prelight.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/maximize-toggled-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/maximize-toggled-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/maximize-toggled-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/maximize-toggled-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/maximize-toggled-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/maximize-toggled-prelight.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/maximize-toggled-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/maximize-toggled-pressed.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/menu-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/menu-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/menu-prelight.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/right-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/shade-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/shade-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/shade-prelight.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/stick-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/stick-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/stick-prelight.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/stick-toggled-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/stick-toggled-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/stick-toggled-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/stick-toggled-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/stick-toggled-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/stick-toggled-prelight.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/stick-toggled-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/stick-toggled-pressed.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/themerc: -------------------------------------------------------------------------------- 1 | button_offset=6 2 | button_spacing=0 3 | 4 | show_app_icon=false 5 | 6 | full_width_title=true 7 | 8 | title_shadow_active=false 9 | title_shadow_inactive=false 10 | 11 | title_horizontal_offset=3 12 | 13 | active_text_color=#afafaf 14 | active_text_shadow_color=#252525 15 | 16 | inactive_text_color=#808080 17 | inactive_text_shadow_color=#252525 18 | 19 | shadow_delta_height=2 20 | shadow_delta_width=0 21 | shadow_delta_x=0 22 | shadow_delta_y=-5 23 | shadow_opacity=40 24 | -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /gtk/Layan-Dark/xfwm4/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cybergaz/hyprconf/6c58a6819f05a665f8e0ee8ab5d044869588d2e4/gtk/Layan-Dark/xfwm4/top-right-inactive.png -------------------------------------------------------------------------------- /ly/config.ini: -------------------------------------------------------------------------------- 1 | # The active animation 2 | # none -> Nothing (default) 3 | # doom -> PSX DOOM fire 4 | # matrix -> CMatrix 5 | animation = none 6 | 7 | # Format string for clock in top right corner (see strftime specification). Example: %c 8 | clock = null 9 | 10 | # Enable/disable big clock 11 | bigclock = false 12 | 13 | # The character used to mask the password 14 | asterisk = . 15 | 16 | # Erase password input on failure 17 | clear_password = true 18 | 19 | # Enable vi keybindings 20 | vi_mode = false 21 | 22 | # The `fg` and `bg` color settings take a digit 0-8 corresponding to: 23 | #define TB_DEFAULT 0x00 24 | #define TB_BLACK 0x01 25 | #define TB_RED 0x02 26 | #define TB_GREEN 0x03 27 | #define TB_YELLOW 0x04 28 | #define TB_BLUE 0x05 29 | #define TB_MAGENTA 0x06 30 | #define TB_CYAN 0x07 31 | #define TB_WHITE 0x08 32 | # 33 | # Setting both to zero makes `bg` black and `fg` white. To set the actual color palette you are encouraged to use another tool 34 | # such as [mkinitcpio-colors](https://github.com/evanpurkhiser/mkinitcpio-colors). Note that the color palette defined with 35 | # `mkinitcpio-colors` takes 16 colors (0-15), only values 0-8 are valid for `ly` config and these values do not correspond 36 | # exactly. For instance, in defining palettes with `mkinitcpio-colors` the order is black, dark red, dark green, brown, dark 37 | # blue, dark purple, dark cyan, light gray, dark gray, bright red, bright green, yellow, bright blue, bright purple, bright 38 | # cyan, and white, indexed in that order 0 through 15. For example, the color defined for white (indexed at 15 in the mkinitcpio 39 | # config) will be used by `ly` for `fg = 8`. 40 | 41 | # Background color id 42 | bg = 0 43 | 44 | # Foreground color id 45 | fg = 8 46 | 47 | # Border color 48 | border_fg = 8 49 | 50 | # Title to show at the top of the main box 51 | box_title = null 52 | 53 | # Initial text to show on the info line (Defaults to hostname) 54 | initial_info_text = null 55 | 56 | # Blank main box background 57 | # Setting to false will make it transparent 58 | blank_box = true 59 | 60 | # Remove main box borders 61 | hide_borders = true 62 | 63 | # Main box margins 64 | margin_box_h = 2 65 | margin_box_v = 1 66 | 67 | # Input boxes length 68 | input_len = 34 69 | 70 | # Max input sizes 71 | max_desktop_len = 100 72 | max_login_len = 255 73 | max_password_len = 255 74 | 75 | # Input box active by default on startup 76 | # Available inputs: session, login, password 77 | default_input = login 78 | 79 | # Load the saved desktop and username 80 | load = true 81 | 82 | # Save the current desktop and login as defaults 83 | save = true 84 | 85 | # Remove power management command hints 86 | hide_key_hints = true 87 | 88 | # Specifies the key used for shutdown (F1-F12) 89 | shutdown_key = F1 90 | 91 | # Specifies the key used for restart (F1-F12) 92 | restart_key = F2 93 | 94 | # Specifies the key used for sleep (F1-F12) 95 | sleep_key = F3 96 | 97 | # Command executed when pressing shutdown_key 98 | shutdown_cmd = /sbin/shutdown -a now 99 | 100 | # Command executed when pressing restart_key 101 | restart_cmd = /sbin/shutdown -r now 102 | 103 | # Command executed when pressing sleep key (can be null) 104 | sleep_cmd = null 105 | 106 | # Active language 107 | # Available languages are found in /etc/ly/lang/ 108 | lang = en 109 | 110 | # TTY in use 111 | tty = 2 112 | 113 | # Console path 114 | console_dev = /dev/console 115 | 116 | # Default path. If null, ly doesn't set a path. 117 | path = /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin 118 | 119 | # Event timeout in milliseconds 120 | min_refresh_delta = 5 121 | 122 | # Set numlock on/off at startup 123 | numlock = false 124 | 125 | # Service name (set to ly to use the provided pam config file) 126 | service_name = ly 127 | 128 | # Terminal reset command (tput is faster) 129 | term_reset_cmd = /usr/bin/tput reset 130 | 131 | # Terminal restore cursor command 132 | term_restore_cursor_cmd = /usr/bin/tput cnorm 133 | 134 | # Cookie generator 135 | mcookie_cmd = /usr/bin/mcookie 136 | 137 | # Wayland setup command 138 | wayland_cmd = /etc/ly/wsetup.sh 139 | 140 | # Wayland desktop environments 141 | waylandsessions = /usr/share/wayland-sessions 142 | 143 | # xinitrc (hidden if null) 144 | xinitrc = ~/.xinitrc 145 | 146 | # Xorg server command 147 | x_cmd = /usr/bin/X 148 | 149 | # Xorg setup command 150 | x_cmd_setup = /etc/ly/xsetup.sh 151 | 152 | # Xorg xauthority edition tool 153 | xauth_cmd = /usr/bin/xauth 154 | 155 | # Xorg desktop environments 156 | xsessions = /usr/share/xsessions 157 | 158 | # Brightness control 159 | brightness_down_key = F2 160 | brightness_up_key = F3 161 | Brightness_change = 10 162 | -------------------------------------------------------------------------------- /pacman.conf: -------------------------------------------------------------------------------- 1 | # 2 | # /etc/pacman.conf 3 | # 4 | # See the pacman.conf(5) manpage for option and repository directives 5 | 6 | # 7 | # GENERAL OPTIONS 8 | # 9 | [options] 10 | # The following paths are commented out with their default values listed. 11 | # If you wish to use different paths, uncomment and update the paths. 12 | #RootDir = / 13 | #DBPath = /var/lib/pacman/ 14 | #CacheDir = /var/cache/pacman/pkg/ 15 | #LogFile = /var/log/pacman.log 16 | #GPGDir = /etc/pacman.d/gnupg/ 17 | #HookDir = /etc/pacman.d/hooks/ 18 | HoldPkg = pacman glibc 19 | #XferCommand = /usr/bin/curl -L -C - -f -o %o %u 20 | #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u 21 | #CleanMethod = KeepInstalled 22 | Architecture = auto 23 | 24 | # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup 25 | #IgnorePkg = 26 | #IgnoreGroup = 27 | 28 | #NoUpgrade = 29 | #NoExtract = 30 | 31 | # Misc options 32 | #UseSyslog 33 | ILoveCandy 34 | #Color 35 | #NoProgressBar 36 | CheckSpace 37 | #VerbosePkgLists 38 | ParallelDownloads = 10 39 | 40 | # By default, pacman accepts packages signed by keys that its local keyring 41 | # trusts (see pacman-key and its man page), as well as unsigned packages. 42 | SigLevel = Required DatabaseOptional 43 | LocalFileSigLevel = Optional 44 | #RemoteFileSigLevel = Required 45 | 46 | # NOTE: You must run `pacman-key --init` before first using pacman; the local 47 | # keyring can then be populated with the keys of all official Arch Linux 48 | # packagers with `pacman-key --populate archlinux`. 49 | 50 | # 51 | # REPOSITORIES 52 | # - can be defined here or included from another file 53 | # - pacman will search repositories in the order defined here 54 | # - local/custom mirrors can be added here or in separate files 55 | # - repositories listed first will take precedence when packages 56 | # have identical names, regardless of version number 57 | # - URLs will have $repo replaced by the name of the current repo 58 | # - URLs will have $arch replaced by the name of the architecture 59 | # 60 | # Repository entries are of the format: 61 | # [repo-name] 62 | # Server = ServerName 63 | # Include = IncludePath 64 | # 65 | # The header [repo-name] is crucial - it must be present and 66 | # uncommented to enable the repo. 67 | # 68 | 69 | # The testing repositories are disabled by default. To enable, uncomment the 70 | # repo name header and Include lines. You can add preferred servers immediately 71 | # after the header, and they will be used before the default mirrors. 72 | 73 | #[testing] 74 | #Include = /etc/pacman.d/mirrorlist 75 | 76 | [core] 77 | Include = /etc/pacman.d/mirrorlist 78 | 79 | [extra] 80 | Include = /etc/pacman.d/mirrorlist 81 | 82 | #[community-testing] 83 | #Include = /etc/pacman.d/mirrorlist 84 | 85 | [community] 86 | Include = /etc/pacman.d/mirrorlist 87 | 88 | # If you want to run 32 bit applications on your x86_64 system, 89 | # enable the multilib repositories as required here. 90 | 91 | #[multilib-testing] 92 | #Include = /etc/pacman.d/mirrorlist 93 | 94 | #[multilib] 95 | #Include = /etc/pacman.d/mirrorlist 96 | 97 | # An example of a custom package repository. See the pacman manpage for 98 | # tips on creating your own repositories. 99 | #[custom] 100 | #SigLevel = Optional TrustAll 101 | #Server = file:///home/custompkgs 102 | --------------------------------------------------------------------------------