gruvbox
This commit is contained in:
parent
231f438b6b
commit
f245a5c25a
14 changed files with 154 additions and 141 deletions
|
|
@ -111,7 +111,7 @@
|
||||||
frame_width = 2
|
frame_width = 2
|
||||||
|
|
||||||
# Defines color of the frame around the notification window.
|
# Defines color of the frame around the notification window.
|
||||||
frame_color = "#f5c2e7"
|
frame_color = "#fabd2f"
|
||||||
|
|
||||||
# Size of gap to display between notifications - requires a compositor.
|
# Size of gap to display between notifications - requires a compositor.
|
||||||
# If value is greater than 0, separator_height will be ignored and a border
|
# If value is greater than 0, separator_height will be ignored and a border
|
||||||
|
|
@ -347,30 +347,23 @@
|
||||||
pause_on_mouse_over = false
|
pause_on_mouse_over = false
|
||||||
|
|
||||||
|
|
||||||
|
[global]
|
||||||
|
separator_color=frame
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
# IMPORTANT: colors have to be defined in quotation marks.
|
background = "#282828"
|
||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
foreground = "#ebdbb2"
|
||||||
background = "#1e1e2e"
|
frame_color = "#fabd2f"
|
||||||
foreground = "#cdd6f4"
|
|
||||||
timeout = 5
|
|
||||||
# Icon for notifications with low urgency
|
|
||||||
default_icon = dialog-information
|
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#1e1e2e"
|
background = "#282828"
|
||||||
foreground = "#cdd6f4"
|
foreground = "#ebdbb2"
|
||||||
timeout = 5
|
frame_color = "#fabd2f"
|
||||||
override_pause_level = 30
|
|
||||||
# Icon for notifications with normal urgency
|
|
||||||
default_icon = dialog-information
|
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#fab387"
|
background = "#3c1f1e"
|
||||||
foreground = "#cdd6f4"
|
foreground = "#ddc7a1"
|
||||||
timeout = 5
|
frame_color = "#ea6962"
|
||||||
override_pause_level = 60
|
|
||||||
# Icon for notifications with critical urgency
|
|
||||||
default_icon = dialog-warning
|
|
||||||
|
|
||||||
# Every section that isn't one of the above is interpreted as a rules to
|
# Every section that isn't one of the above is interpreted as a rules to
|
||||||
# override settings for certain messages.
|
# override settings for certain messages.
|
||||||
|
|
|
||||||
|
|
@ -6,21 +6,22 @@ pad=4x2 center
|
||||||
blink=yes
|
blink=yes
|
||||||
|
|
||||||
[colors-dark]
|
[colors-dark]
|
||||||
foreground=cdd6f4 # Text
|
alpha=0.9
|
||||||
background=1e1e2e # Base
|
background=282828
|
||||||
regular0=45475a # Surface 1
|
foreground=ebdbb2
|
||||||
regular1=f38ba8 # red
|
regular0=282828
|
||||||
regular2=a6e3a1 # green
|
regular1=cc241d
|
||||||
regular3=f9e2af # yellow
|
regular2=98971a
|
||||||
regular4=89b4fa # blue
|
regular3=d79921
|
||||||
regular5=f5c2e7 # pink
|
regular4=458588
|
||||||
regular6=94e2d5 # teal
|
regular5=b16286
|
||||||
regular7=bac2de # Subtext 1
|
regular6=689d6a
|
||||||
bright0=585b70 # Surface 2
|
regular7=a89984
|
||||||
bright1=f38ba8 # red
|
bright0=928374
|
||||||
bright2=a6e3a1 # green
|
bright1=fb4934
|
||||||
bright3=f9e2af # yellow
|
bright2=b8bb26
|
||||||
bright4=89b4fa # blue
|
bright3=fabd2f
|
||||||
bright5=f5c2e7 # pink
|
bright4=83a598
|
||||||
bright6=94e2d5 # teal
|
bright5=d3869b
|
||||||
bright7=a6adc8 # Subtext 0
|
bright6=8ec07c
|
||||||
|
bright7=ebdbb2
|
||||||
|
|
|
||||||
|
|
@ -133,9 +133,9 @@ done
|
||||||
riverctl map normal $mod+ctrl C spawn "$config/toggle_caffeine.sh"
|
riverctl map normal $mod+ctrl C spawn "$config/toggle_caffeine.sh"
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
riverctl background-color 0x1e1e2e
|
riverctl background-color 0x282828
|
||||||
riverctl border-color-focused 0xf5c2e7
|
riverctl border-color-focused 0xfabd2f
|
||||||
riverctl border-color-unfocused 0x586e75
|
riverctl border-color-unfocused 0x928374
|
||||||
riverctl border-width 2
|
riverctl border-width 2
|
||||||
|
|
||||||
# options
|
# options
|
||||||
|
|
@ -180,7 +180,7 @@ riverctl rule-add -app-id org.pwmt.zathura ssd
|
||||||
riverctl rule-add -app-id com.github.xournalpp.xournalpp ssd
|
riverctl rule-add -app-id com.github.xournalpp.xournalpp ssd
|
||||||
|
|
||||||
# spawn stuff
|
# spawn stuff
|
||||||
pgrep swaybg || swaybg -i ~/.config/river/wallpaper.jpg &
|
pgrep swaybg || swaybg -i ~/.config/river/wallpaper.png &
|
||||||
wlr-randr --output eDP-1 --scale 1.25 &
|
wlr-randr --output eDP-1 --scale 1.25 &
|
||||||
pgrep waybar || waybar &
|
pgrep waybar || waybar &
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 695 KiB |
BIN
river-classic/.config/river/wallpaper.png
Normal file
BIN
river-classic/.config/river/wallpaper.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 MiB |
|
|
@ -3,7 +3,7 @@
|
||||||
prefix=$HOME/Nextcloud/Books/
|
prefix=$HOME/Nextcloud/Books/
|
||||||
# dmenu="pipemenu --title Books"
|
# dmenu="pipemenu --title Books"
|
||||||
# dmenu="fuzzel -d -p books -w 80"
|
# dmenu="fuzzel -d -p books -w 80"
|
||||||
dmenu="bemenu -p books --center --list 20 down --width-factor 0.5 --border 2 --bdr #f6c2e7"
|
dmenu="bemenu -p books --center --list 20 down --width-factor 0.5 --border 2 --bdr #fabd2f"
|
||||||
# pdf=zathura
|
# pdf=zathura
|
||||||
pdf=sioyek
|
pdf=sioyek
|
||||||
# pdf="flatpak run org.gnome.Papers"
|
# pdf="flatpak run org.gnome.Papers"
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
prefix=$HOME/Nextcloud/Papers/
|
prefix=$HOME/Nextcloud/Papers/
|
||||||
# dmenu="pipemenu --title Books"
|
dmenu="bemenu -p papers --center --list 20 down --width-factor 0.5 --border 2 --bdr #fabd2f"
|
||||||
# dmenu="fuzzel -d -p books -w 80"
|
|
||||||
dmenu="bemenu -p papers --center --list 20 down --width-factor 0.5 --border 2 --bdr #f6c2e7"
|
|
||||||
# pdf=zathura
|
# pdf=zathura
|
||||||
pdf=sioyek
|
pdf=sioyek
|
||||||
# pdf="flatpak run org.gnome.Papers"
|
# pdf="flatpak run org.gnome.Papers"
|
||||||
|
|
|
||||||
|
|
@ -222,6 +222,19 @@ prerender_next_page_presentation 1
|
||||||
# Use case-insensitive search
|
# Use case-insensitive search
|
||||||
#case_sensitive_search 0
|
#case_sensitive_search 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
custom_color_contrast 0.3
|
||||||
|
custom_color_mode_empty_background_color #1d2021
|
||||||
|
page_separator_color #1d2021
|
||||||
|
page_separator_width 10
|
||||||
|
custom_background_color #282828
|
||||||
|
custom_text_color #fbf1c7
|
||||||
|
search_highlight_color #7ec16e
|
||||||
|
status_bar_color #427b58
|
||||||
|
status_bar_text_color #fbf1c7
|
||||||
|
|
||||||
|
|
||||||
#Amethyst
|
#Amethyst
|
||||||
highlight_color_a 0.94 0.64 1.00
|
highlight_color_a 0.94 0.64 1.00
|
||||||
#Blue
|
#Blue
|
||||||
|
|
@ -277,32 +290,32 @@ highlight_color_z 1.00 0.31 0.02
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# === CATPPUCCIN MOCHA === #
|
# # === CATPPUCCIN MOCHA === #
|
||||||
background_color #1e1e2e
|
# background_color #1e1e2e
|
||||||
|
|
||||||
text_highlight_color #f9e2af
|
# text_highlight_color #f9e2af
|
||||||
visual_mark_color #7f849c
|
# visual_mark_color #7f849c
|
||||||
|
|
||||||
search_highlight_color #f9e2af
|
# search_highlight_color #f9e2af
|
||||||
link_highlight_color #89b4fa
|
# link_highlight_color #89b4fa
|
||||||
synctex_highlight_color #a6e3a1
|
# synctex_highlight_color #a6e3a1
|
||||||
|
|
||||||
highlight_color_a #f9e2af
|
# highlight_color_a #f9e2af
|
||||||
highlight_color_b #a6e3a1
|
# highlight_color_b #a6e3a1
|
||||||
highlight_color_c #89dceb
|
# highlight_color_c #89dceb
|
||||||
highlight_color_d #eba0ac
|
# highlight_color_d #eba0ac
|
||||||
highlight_color_e #cba6f7
|
# highlight_color_e #cba6f7
|
||||||
highlight_color_f #f38ba8
|
# highlight_color_f #f38ba8
|
||||||
highlight_color_g #f9e2af
|
# highlight_color_g #f9e2af
|
||||||
|
|
||||||
|
|
||||||
custom_background_color #1e1e2e
|
# custom_background_color #1e1e2e
|
||||||
custom_text_color #cdd6f4
|
# custom_text_color #cdd6f4
|
||||||
|
|
||||||
ui_text_color #cdd6f4
|
# ui_text_color #cdd6f4
|
||||||
ui_background_color #313244
|
# ui_background_color #313244
|
||||||
ui_selected_text_color #cdd6f4
|
# ui_selected_text_color #cdd6f4
|
||||||
ui_selected_background_color #585b70
|
# ui_selected_background_color #585b70
|
||||||
|
|
||||||
status_bar_color #313244
|
# status_bar_color #313244
|
||||||
status_bar_text_color #cdd6f4
|
# status_bar_text_color #cdd6f4
|
||||||
|
|
|
||||||
|
|
@ -1,29 +1,32 @@
|
||||||
color=1e1e2e
|
color=282828
|
||||||
bs-hl-color=f5e0dc
|
bs-hl-color=ebdbb2
|
||||||
caps-lock-bs-hl-color=f5e0dc
|
caps-lock-bs-hl-color=ebdbb2
|
||||||
caps-lock-key-hl-color=a6e3a1
|
caps-lock-key-hl-color=b8bb26
|
||||||
inside-color=00000000
|
inside-color=00000000
|
||||||
inside-clear-color=00000000
|
inside-clear-color=00000000
|
||||||
inside-caps-lock-color=00000000
|
inside-caps-lock-color=00000000
|
||||||
inside-ver-color=00000000
|
inside-ver-color=00000000
|
||||||
inside-wrong-color=00000000
|
inside-wrong-color=00000000
|
||||||
key-hl-color=a6e3a1
|
key-hl-color=b8bb26
|
||||||
layout-bg-color=00000000
|
layout-bg-color=00000000
|
||||||
layout-border-color=00000000
|
layout-border-color=00000000
|
||||||
layout-text-color=cdd6f4
|
layout-text-color=ebdbb2
|
||||||
line-color=00000000
|
line-color=00000000
|
||||||
line-clear-color=00000000
|
line-clear-color=00000000
|
||||||
line-caps-lock-color=00000000
|
line-caps-lock-color=00000000
|
||||||
line-ver-color=00000000
|
line-ver-color=00000000
|
||||||
line-wrong-color=00000000
|
line-wrong-color=00000000
|
||||||
ring-color=b4befe
|
ring-color=83a598
|
||||||
ring-clear-color=f5e0dc
|
ring-clear-color=ebdbb2
|
||||||
ring-caps-lock-color=fab387
|
ring-caps-lock-color=fe8019
|
||||||
ring-ver-color=89b4fa
|
ring-ver-color=83a598
|
||||||
ring-wrong-color=eba0ac
|
ring-wrong-color=fb4934
|
||||||
separator-color=00000000
|
separator-color=00000000
|
||||||
text-color=cdd6f4
|
text-color=ebdbb2
|
||||||
text-clear-color=f5e0dc
|
text-clear-color=ebdbb2
|
||||||
text-caps-lock-color=fab387
|
text-caps-lock-color=fe8019
|
||||||
text-ver-color=89b4fa
|
text-ver-color=83a598
|
||||||
text-wrong-color=eba0ac
|
text-wrong-color=fb4934
|
||||||
|
|
||||||
|
font=Iosevka Nerd Font
|
||||||
|
font-size=35
|
||||||
|
|
|
||||||
|
|
@ -1,37 +0,0 @@
|
||||||
/*
|
|
||||||
*
|
|
||||||
* Catppuccin Mocha palette
|
|
||||||
* Maintainer: rubyowo
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
@define-color base #1e1e2e;
|
|
||||||
@define-color mantle #181825;
|
|
||||||
@define-color crust #11111b;
|
|
||||||
|
|
||||||
@define-color text #cdd6f4;
|
|
||||||
@define-color subtext0 #a6adc8;
|
|
||||||
@define-color subtext1 #bac2de;
|
|
||||||
|
|
||||||
@define-color surface0 #313244;
|
|
||||||
@define-color surface1 #45475a;
|
|
||||||
@define-color surface2 #585b70;
|
|
||||||
|
|
||||||
@define-color overlay0 #6c7086;
|
|
||||||
@define-color overlay1 #7f849c;
|
|
||||||
@define-color overlay2 #9399b2;
|
|
||||||
|
|
||||||
@define-color blue #89b4fa;
|
|
||||||
@define-color lavender #b4befe;
|
|
||||||
@define-color sapphire #74c7ec;
|
|
||||||
@define-color sky #89dceb;
|
|
||||||
@define-color teal #94e2d5;
|
|
||||||
@define-color green #a6e3a1;
|
|
||||||
@define-color yellow #f9e2af;
|
|
||||||
@define-color peach #fab387;
|
|
||||||
@define-color maroon #eba0ac;
|
|
||||||
@define-color red #f38ba8;
|
|
||||||
@define-color mauve #cba6f7;
|
|
||||||
@define-color pink #f5c2e7;
|
|
||||||
@define-color flamingo #f2cdcd;
|
|
||||||
@define-color rosewater #f5e0dc;
|
|
||||||
|
|
@ -1,64 +1,62 @@
|
||||||
@import "mocha.css";
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-family: Iosevka Nerd Font;
|
font-family: Iosevka Nerd Font;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: rgba(30, 30, 40, 1);
|
background: #282828;
|
||||||
color: @text;
|
color: #ebdbb2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
color: @text;
|
color: #ebdbb2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
color: @pink;
|
color: #fabd2f;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tags button {
|
#tags button {
|
||||||
color: @text;
|
color: #ebdbb2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tags button.occupied {
|
#tags button.occupied {
|
||||||
color: @yellow;
|
color: #fe8019;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tags button.focused {
|
#tags button.focused {
|
||||||
color: @base;
|
color: #282828;
|
||||||
background: @pink;
|
background: #fabd2f;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tags button.urgent {
|
#tags button.urgent {
|
||||||
color: @base;
|
color: #282828;
|
||||||
background: @red;
|
background: #fb4934;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#battery,
|
#battery,
|
||||||
#tray {
|
#tray {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#language {
|
#language {
|
||||||
color: @yellow;
|
color: #fabd2f;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wireplumber,
|
#wireplumber,
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: @red;
|
color: #fb4934;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
color: @green;
|
color: #b8bb26;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
color: @blue;
|
color: #83a598;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
|
|
|
||||||
40
zathura/.config/zathura/gruvbox-dark
Normal file
40
zathura/.config/zathura/gruvbox-dark
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
set notification-error-bg "rgba(40,40,40,1)" # bg
|
||||||
|
set notification-error-fg "rgba(251,73,52,1)" # bright:red
|
||||||
|
set notification-warning-bg "rgba(40,40,40,1)" # bg
|
||||||
|
set notification-warning-fg "rgba(250,189,47,1)" # bright:yellow
|
||||||
|
set notification-bg "rgba(40,40,40,1)" # bg
|
||||||
|
set notification-fg "rgba(184,187,38,1)" # bright:green
|
||||||
|
|
||||||
|
set completion-bg "rgba(80,73,69,1)" # bg2
|
||||||
|
set completion-fg "rgba(235,219,178,1)" # fg
|
||||||
|
set completion-group-bg "rgba(60,56,54,1)" # bg1
|
||||||
|
set completion-group-fg "rgba(146,131,116,1)" # gray
|
||||||
|
set completion-highlight-bg "rgba(131,165,152,1)" # bright:blue
|
||||||
|
set completion-highlight-fg "rgba(80,73,69,1)" # bg2
|
||||||
|
|
||||||
|
# Define the color in index mode
|
||||||
|
set index-bg "rgba(80,73,69,1)" # bg2
|
||||||
|
set index-fg "rgba(235,219,178,1)" # fg
|
||||||
|
set index-active-bg "rgba(131,165,152,1)" # bright:blue
|
||||||
|
set index-active-fg "rgba(80,73,69,1)" # bg2
|
||||||
|
|
||||||
|
set inputbar-bg "rgba(40,40,40,1)" # bg
|
||||||
|
set inputbar-fg "rgba(235,219,178,1)" # fg
|
||||||
|
|
||||||
|
set statusbar-bg "rgba(80,73,69,1)" # bg2
|
||||||
|
set statusbar-fg "rgba(235,219,178,1)" # fg
|
||||||
|
|
||||||
|
set highlight-color "rgba(250,189,47,0.5)" # bright:yellow
|
||||||
|
set highlight-active-color "rgba(254,128,25,0.5)" # bright:orange
|
||||||
|
|
||||||
|
set default-bg "rgba(40,40,40,1)" # bg
|
||||||
|
set default-fg "rgba(235,219,178,1)" # fg
|
||||||
|
set render-loading true
|
||||||
|
set render-loading-bg "rgba(40,40,40,1)" # bg
|
||||||
|
set render-loading-fg "rgba(235,219,178,1)" # fg
|
||||||
|
|
||||||
|
# Recolor book content's color
|
||||||
|
set recolor-lightcolor "rgba(40,40,40,1)" # bg
|
||||||
|
set recolor-darkcolor "rgba(235,219,178,1)" # fg
|
||||||
|
set recolor "true"
|
||||||
|
set recolor-keephue "true" # keep original color
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
include catppuccin-mocha
|
# include catppuccin-mocha
|
||||||
|
include gruvbox-dark
|
||||||
|
|
||||||
map ,r recolor
|
map ,r recolor
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,8 @@
|
||||||
export PATH="$HOME/.local/share/cargo/bin:$HOME/.cache/cabal/bin:$HOME/.local/bin:$HOME/j9.5/bin:$HOME/.local/share/rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin:/usr/lib/smlnj/bin:$HOME/.config/emacs/bin:$HOME/.elan/bin:$HOME/.local/share/pack/bin:$PATH"
|
export PATH="$HOME/.local/share/cargo/bin:$HOME/.cache/cabal/bin:$HOME/.local/bin:$HOME/j9.5/bin:$HOME/.local/share/rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin:/usr/lib/smlnj/bin:$HOME/.config/emacs/bin:$HOME/.elan/bin:$HOME/.local/share/pack/bin:$PATH"
|
||||||
|
|
||||||
# Bemenu
|
# Bemenu
|
||||||
export BEMENU_OPTS='--ignorecase --fb "#1e1e2e" --ff "#cdd6f4" --nb "#1e1e2e" --nf "#cdd6f4" --tb "#1e1e2e" --hb "#1e1e2e" --tf "#f5c2e7" --hf "#f9e2af" --af "#cdd6f4" --ab "#1e1e2e" --fn "Iosevka Nerd Font 16" --no-overlap --wrap'
|
export BEMENU_OPTS='--ignorecase --fb "#282828" --ff "#ebdbb2" --nb "#282828" --nf "#ebdbb2" --tb "#282828" --hb "#282828" --tf "#fb4934" --hf "#fabd2f" --nf "#ebdbb2" --af "#ebdbb2" --ab "#282828" --fn "Iosevka Nerd Font 16" --no-overlap --wrap'
|
||||||
|
# export BEMENU_OPTS='--ignorecase --fb "#1e1e2e" --ff "#cdd6f4" --nb "#1e1e2e" --nf "#cdd6f4" --tb "#1e1e2e" --hb "#1e1e2e" --tf "#f5c2e7" --hf "#f9e2af" --af "#cdd6f4" --ab "#1e1e2e" --fn "Iosevka Nerd Font 16" --no-overlap --wrap'
|
||||||
|
|
||||||
# XDG directories
|
# XDG directories
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
|
|
@ -12,6 +13,8 @@ export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
export XDG_MUSIC_DIR="$HOME/Nextcloud/Music"
|
export XDG_MUSIC_DIR="$HOME/Nextcloud/Music"
|
||||||
|
|
||||||
|
export BAT_THEME="gruvbox-dark"
|
||||||
|
|
||||||
# General environment variables
|
# General environment variables
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export VISUAL=nvim
|
export VISUAL=nvim
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue