|
@ -0,0 +1,27 @@
|
||||||
|
if status is-interactive
|
||||||
|
# Commands to run in interactive sessions can go here
|
||||||
|
end
|
||||||
|
|
||||||
|
alias ls="ls --color=auto"
|
||||||
|
alias grep="grep --color=auto"
|
||||||
|
|
||||||
|
set -gx PATH /home/red/.config/herd-lite/bin $PATH
|
||||||
|
set -x ANDROID_HOME "home/red/Android/Sdk"
|
||||||
|
set -x ANDROID_SDK_ROOT "home/red/Android/Sdk"
|
||||||
|
|
||||||
|
if set -q PHP_INI_SCAN_DIR
|
||||||
|
set -gx PHP_INI_SCAN_DIR "/home/red/.config/herd-lite/bin:$PHP_INI_SCAN_DIR"
|
||||||
|
else
|
||||||
|
set -gx PHP_INI_SCAN_DIR "/home/red/.config/herd-lite/bin"
|
||||||
|
end
|
||||||
|
|
||||||
|
function sail
|
||||||
|
if test -f sail
|
||||||
|
sh sail $argv
|
||||||
|
else
|
||||||
|
sh vendor/bin/sail $argv
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
export BUN_INSTALL="$HOME/.bun"
|
||||||
|
export PATH="$BUN_INSTALL/bin:$PATH"
|
|
@ -0,0 +1,42 @@
|
||||||
|
# This file contains fish universal variable definitions.
|
||||||
|
# VERSION: 3.0
|
||||||
|
SETUVAR __fish_initialized:3800
|
||||||
|
SETUVAR fish_color_autosuggestion:FFC473
|
||||||
|
SETUVAR fish_color_cancel:\x2d\x2dreverse
|
||||||
|
SETUVAR fish_color_command:FF9400
|
||||||
|
SETUVAR fish_color_comment:A63100
|
||||||
|
SETUVAR fish_color_cwd:green
|
||||||
|
SETUVAR fish_color_cwd_root:red
|
||||||
|
SETUVAR fish_color_end:FF4C00
|
||||||
|
SETUVAR fish_color_error:FFDD73
|
||||||
|
SETUVAR fish_color_escape:00a6b2
|
||||||
|
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||||
|
SETUVAR fish_color_host:normal
|
||||||
|
SETUVAR fish_color_host_remote:\x1d
|
||||||
|
SETUVAR fish_color_keyword:\x1d
|
||||||
|
SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue
|
||||||
|
SETUVAR fish_color_normal:normal
|
||||||
|
SETUVAR fish_color_operator:00a6b2
|
||||||
|
SETUVAR fish_color_option:\x1d
|
||||||
|
SETUVAR fish_color_param:FFC000
|
||||||
|
SETUVAR fish_color_quote:BF9C30
|
||||||
|
SETUVAR fish_color_redirection:BF5B30
|
||||||
|
SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dbrblack
|
||||||
|
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
|
||||||
|
SETUVAR fish_color_status:red
|
||||||
|
SETUVAR fish_color_user:brgreen
|
||||||
|
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||||
|
SETUVAR fish_key_bindings:fish_default_key_bindings
|
||||||
|
SETUVAR fish_pager_color_background:\x1d
|
||||||
|
SETUVAR fish_pager_color_completion:normal
|
||||||
|
SETUVAR fish_pager_color_description:B3A06D
|
||||||
|
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||||
|
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||||
|
SETUVAR fish_pager_color_secondary_background:\x1d
|
||||||
|
SETUVAR fish_pager_color_secondary_completion:\x1d
|
||||||
|
SETUVAR fish_pager_color_secondary_description:\x1d
|
||||||
|
SETUVAR fish_pager_color_secondary_prefix:\x1d
|
||||||
|
SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3dbrblack
|
||||||
|
SETUVAR fish_pager_color_selected_completion:\x1d
|
||||||
|
SETUVAR fish_pager_color_selected_description:\x1d
|
||||||
|
SETUVAR fish_pager_color_selected_prefix:\x1d
|
|
@ -0,0 +1,3 @@
|
||||||
|
#xfce4-terminal-notebook vte-terminal {
|
||||||
|
padding: 13px;
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
[Settings]
|
||||||
|
gtk-theme-name=Arc-Dark
|
||||||
|
gtk-icon-theme-name=Qogir-dark
|
||||||
|
gtk-font-name=Noto Sans 10
|
||||||
|
gtk-cursor-theme-name=Qogir-dark
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
gtk-button-images=0
|
||||||
|
gtk-menu-images=0
|
||||||
|
gtk-enable-event-sounds=1
|
||||||
|
gtk-enable-input-feedback-sounds=0
|
||||||
|
gtk-xft-antialias=1
|
||||||
|
gtk-xft-hinting=1
|
||||||
|
gtk-xft-hintstyle=hintslight
|
||||||
|
gtk-xft-rgba=rgb
|
||||||
|
gtk-application-prefer-dark-theme=0
|
|
@ -0,0 +1,44 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="20"
|
||||||
|
height="20"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 20 20"
|
||||||
|
id="svg4"
|
||||||
|
sodipodi:docname="checkbox-checked-symbolic.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs8" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:snap-global="false"
|
||||||
|
inkscape:zoom="10.547676"
|
||||||
|
inkscape:cx="13.510085"
|
||||||
|
inkscape:cy="10.902876"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="652"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:deskcolor="#d1d1d1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid825" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<path
|
||||||
|
id="rect340"
|
||||||
|
d="m 16.363961,5.7576864 c -0.391736,-0.3917365 -1.022477,-0.3917368 -1.414214,0 L 8.5857865,12.121648 5.0502526,8.5861135 c -0.3917367,-0.3917368 -1.0224771,-0.3917365 -1.4142135,0 -0.3917365,0.3917362 -0.3917368,1.0224772 0,1.4142135 l 4.2426407,4.242641 c 0.024483,0.02448 0.049725,0.04625 0.075958,0.06767 0.3935113,0.321347 0.9710025,0.299581 1.3382554,-0.06767 L 16.363961,7.1718999 c 0.391737,-0.3917367 0.391736,-1.0224771 0,-1.4142135 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
|
@ -0,0 +1,45 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="40"
|
||||||
|
height="40"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 40 40"
|
||||||
|
id="svg4"
|
||||||
|
sodipodi:docname="checkbox-checked-symbolic@2.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs8" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:snap-global="false"
|
||||||
|
inkscape:zoom="10.547676"
|
||||||
|
inkscape:cx="5.8306685"
|
||||||
|
inkscape:cy="13.273066"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="652"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:deskcolor="#d1d1d1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid825" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<path
|
||||||
|
id="rect340"
|
||||||
|
d="m 32.727894,11.515401 c -0.783472,-0.783473 -2.044954,-0.783473 -2.828428,0 L 17.171545,24.243326 10.100478,17.172255 c -0.7834739,-0.783473 -2.0449547,-0.783473 -2.8284282,1e-6 -0.7834731,0.783472 -0.7834745,2.044955 0,2.828427 l 8.4852812,8.485281 c 0.04896,0.04896 0.09952,0.09245 0.151973,0.135285 0.787025,0.642691 1.942005,0.599161 2.676511,-0.135341 L 32.727951,14.343772 c 0.783473,-0.783474 0.783472,-2.044954 0,-2.828428 z"
|
||||||
|
style="stroke-width:2" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
|
@ -0,0 +1,49 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="20"
|
||||||
|
height="20"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 20 20"
|
||||||
|
id="svg4"
|
||||||
|
sodipodi:docname="checkbox-mixed-symbolic.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs8" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="21.095352"
|
||||||
|
inkscape:cx="7.0868692"
|
||||||
|
inkscape:cy="12.988643"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="652"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4"
|
||||||
|
width="20px"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:deskcolor="#d1d1d1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid825" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
id="rect1585"
|
||||||
|
width="10"
|
||||||
|
height="2"
|
||||||
|
x="5"
|
||||||
|
y="9"
|
||||||
|
rx="1"
|
||||||
|
ry="1" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1,50 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="40"
|
||||||
|
height="40"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 40 40"
|
||||||
|
id="svg4"
|
||||||
|
sodipodi:docname="checkbox-mixed-symbolic@2.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs8" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="10.547676"
|
||||||
|
inkscape:cx="-0.047403807"
|
||||||
|
inkscape:cy="19.340753"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="652"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4"
|
||||||
|
width="20px"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:deskcolor="#d1d1d1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid825" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
id="rect1585"
|
||||||
|
width="20"
|
||||||
|
height="4"
|
||||||
|
x="10"
|
||||||
|
y="18"
|
||||||
|
rx="2"
|
||||||
|
ry="2"
|
||||||
|
style="stroke-width:2" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1,38 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
viewBox="0 0 16 16"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
sodipodi:docname="close.svg"
|
||||||
|
id="svg824"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs5" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#424242"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="11.5625"
|
||||||
|
inkscape:cx="7.3513514"
|
||||||
|
inkscape:cy="13.837838"
|
||||||
|
inkscape:window-width="1440"
|
||||||
|
inkscape:window-height="742"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg824" />
|
||||||
|
<path
|
||||||
|
d="m 4.464745,3.96488 c -0.12775,0 -0.2555,0.0486 -0.35339,0.14649 -0.19578,0.19586 -0.19578,0.51116 0,0.70703 L 7.292955,8 l -3.1816,3.1816 c -0.19578,0.19586 -0.19578,0.51116 0,0.70703 0.19578,0.19586 0.51118,0.19586 0.70704,0 l 3.18161,-3.1816 3.1816,3.1816 c 0.19578,0.19586 0.51114,0.19586 0.70704,0 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 L 8.707045,8 l 3.1816,-3.1816 c 0.19578,-0.19586 0.19578,-0.51116 0,-0.70703 -0.19578,-0.19586 -0.51117,-0.19586 -0.70704,0 l -3.1816,3.1816 -3.18161,-3.1816 C 4.720495,4.01347 4.592755,3.96488 4.465005,3.96488 Z"
|
||||||
|
id="path2928"
|
||||||
|
style="fill:#ffffff" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
|
@ -0,0 +1,3 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
|
||||||
|
<path d="M0 0h12A12 12 0 1 1 0 12z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 111 B |
|
@ -0,0 +1,38 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
viewBox="0 0 16 16"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
sodipodi:docname="maximize.svg"
|
||||||
|
id="svg825"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs5" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#424242"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="23.125"
|
||||||
|
inkscape:cx="11.243243"
|
||||||
|
inkscape:cy="11.978378"
|
||||||
|
inkscape:window-width="1440"
|
||||||
|
inkscape:window-height="742"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg825" />
|
||||||
|
<path
|
||||||
|
d="M 6,4 C 4.892,4 4,4.892 4,6 v 4 c 0,1.108 0.89201,2 2,2 h 4 c 1.10801,0 2,-0.892 2,-2 V 6 C 12,4.892 11.10799,4 10,4 Z m 0,1 h 4 c 0.554,0 1,0.44602 1,1 v 4 c 0,0.55398 -0.44602,1 -1,1 H 6 C 5.44603,11 5.00001,10.55398 5.00001,10 V 6 C 5.00001,5.44602 5.44604,5 6,5 Z"
|
||||||
|
id="path2930"
|
||||||
|
style="fill:#ffffff" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1,43 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
viewBox="0 0 16 16"
|
||||||
|
version="1.1"
|
||||||
|
id="svg4"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
sodipodi:docname="minimize.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs5" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#424242"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="23.125"
|
||||||
|
inkscape:cx="5.7513514"
|
||||||
|
inkscape:cy="9.8162162"
|
||||||
|
inkscape:window-width="1440"
|
||||||
|
inkscape:window-height="742"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4" />
|
||||||
|
<rect
|
||||||
|
x="4"
|
||||||
|
y="8"
|
||||||
|
width="8"
|
||||||
|
height="1"
|
||||||
|
rx="0.5"
|
||||||
|
ry="0.5"
|
||||||
|
id="rect2932"
|
||||||
|
style="fill:#ffffff" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
|
@ -0,0 +1,45 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="20"
|
||||||
|
height="20"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 20 20"
|
||||||
|
id="svg4"
|
||||||
|
sodipodi:docname="radio-checked-symbolic.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs8" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="29.833333"
|
||||||
|
inkscape:cx="9.6368716"
|
||||||
|
inkscape:cy="12"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="652"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:deskcolor="#d1d1d1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid825" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<path
|
||||||
|
id="path2"
|
||||||
|
d="m 10,6 c 2.209138,0 4,1.790862 4,4 0,2.209138 -1.790862,4 -4,4 C 7.790862,14 6,12.209138 6,10 6,7.790862 7.790862,6 10,6 Z"
|
||||||
|
sodipodi:nodetypes="sssss"
|
||||||
|
style="stroke-width:2" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1,45 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="40"
|
||||||
|
height="40"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 40 40"
|
||||||
|
id="svg4"
|
||||||
|
sodipodi:docname="radio-checked-symbolic@2.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs8" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="3.7291666"
|
||||||
|
inkscape:cx="-8.4469275"
|
||||||
|
inkscape:cy="25.743017"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="652"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:deskcolor="#d1d1d1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid825" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<path
|
||||||
|
id="path2"
|
||||||
|
d="m 20,12 c 4.418276,0 8,3.581724 8,8 0,4.418276 -3.581724,8 -8,8 -4.418276,0 -8,-3.581724 -8,-8 0,-4.418276 3.581724,-8 8,-8 z"
|
||||||
|
sodipodi:nodetypes="sssss"
|
||||||
|
style="stroke-width:4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
|
@ -0,0 +1 @@
|
||||||
|
checkbox-mixed-symbolic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
checkbox-mixed-symbolic@2.svg
|
|
@ -0,0 +1,53 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
id="svg17"
|
||||||
|
sodipodi:docname="scale-horz-marks-after-slider-symbolic.svg"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview19"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="29.833333"
|
||||||
|
inkscape:cx="12"
|
||||||
|
inkscape:cy="12"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg17" />
|
||||||
|
<defs
|
||||||
|
id="defs6">
|
||||||
|
<linearGradient
|
||||||
|
id="color-primary-dark">
|
||||||
|
<stop
|
||||||
|
stop-color="#1A73E8"
|
||||||
|
offset="1"
|
||||||
|
id="stop2" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="a"
|
||||||
|
x1="-3.5527e-15"
|
||||||
|
x2="24"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
xlink:href="#color-primary-dark" />
|
||||||
|
</defs>
|
||||||
|
<path
|
||||||
|
d="m 12,20.485281 -4.2426407,-4.24264 a 6,6 0 1 1 8.4852817,0 z"
|
||||||
|
fill="#000000"
|
||||||
|
id="path10" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1,47 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
id="svg12"
|
||||||
|
sodipodi:docname="scale-horz-marks-before-slider-symbolic.svg"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview14"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="14.916667"
|
||||||
|
inkscape:cx="3.2178771"
|
||||||
|
inkscape:cy="15.821229"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg12" />
|
||||||
|
<defs
|
||||||
|
id="defs5">
|
||||||
|
<linearGradient
|
||||||
|
id="a"
|
||||||
|
x2="24"
|
||||||
|
gradientUnits="userSpaceOnUse">
|
||||||
|
<stop
|
||||||
|
stop-color="#1A73E8"
|
||||||
|
offset="1"
|
||||||
|
id="stop2" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path
|
||||||
|
d="m 12,3.5147186 4.242641,4.2426407 a 6,6 0 1 1 -8.4852817,0 z"
|
||||||
|
id="path9" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1,41 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
id="svg12"
|
||||||
|
sodipodi:docname="scale-slider-hover-symbolic.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview14"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="11.041667"
|
||||||
|
inkscape:cx="12"
|
||||||
|
inkscape:cy="12.226415"
|
||||||
|
inkscape:window-width="1368"
|
||||||
|
inkscape:window-height="704"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg12" />
|
||||||
|
<defs
|
||||||
|
id="defs5" />
|
||||||
|
<circle
|
||||||
|
cx="12"
|
||||||
|
cy="12"
|
||||||
|
r="8"
|
||||||
|
id="circle9"
|
||||||
|
style="stroke-width:1.33333" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
|
@ -0,0 +1,41 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="48"
|
||||||
|
height="48"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 48 48"
|
||||||
|
id="svg12"
|
||||||
|
sodipodi:docname="scale-slider-hover-symbolic@2.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview14"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="11.041667"
|
||||||
|
inkscape:cx="3.4867923"
|
||||||
|
inkscape:cy="12.226415"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg12" />
|
||||||
|
<defs
|
||||||
|
id="defs5" />
|
||||||
|
<circle
|
||||||
|
cx="24"
|
||||||
|
cy="24"
|
||||||
|
r="16"
|
||||||
|
id="circle9"
|
||||||
|
style="stroke-width:2.66666" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
|
@ -0,0 +1,40 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
id="svg12"
|
||||||
|
sodipodi:docname="scale-slider-symbolic.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview14"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="11.041667"
|
||||||
|
inkscape:cx="11.864151"
|
||||||
|
inkscape:cy="12.226415"
|
||||||
|
inkscape:window-width="1368"
|
||||||
|
inkscape:window-height="700"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg12" />
|
||||||
|
<defs
|
||||||
|
id="defs5" />
|
||||||
|
<circle
|
||||||
|
cx="12"
|
||||||
|
cy="12"
|
||||||
|
r="6"
|
||||||
|
id="circle9" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
|
@ -0,0 +1,41 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="48"
|
||||||
|
height="48"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 48 48"
|
||||||
|
id="svg12"
|
||||||
|
sodipodi:docname="scale-slider-symbolic@2.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview14"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="11.041667"
|
||||||
|
inkscape:cx="3.3056603"
|
||||||
|
inkscape:cy="12.226415"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg12" />
|
||||||
|
<defs
|
||||||
|
id="defs5" />
|
||||||
|
<circle
|
||||||
|
cx="24"
|
||||||
|
cy="24"
|
||||||
|
r="12"
|
||||||
|
id="circle9"
|
||||||
|
style="stroke-width:2" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
|
@ -0,0 +1,52 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
id="svg17"
|
||||||
|
sodipodi:docname="scale-vert-marks-after-slider-symbolic.svg"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview19"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="29.833333"
|
||||||
|
inkscape:cx="12"
|
||||||
|
inkscape:cy="12"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg17" />
|
||||||
|
<defs
|
||||||
|
id="defs6">
|
||||||
|
<linearGradient
|
||||||
|
id="color-primary-dark">
|
||||||
|
<stop
|
||||||
|
stop-color="#1A73E8"
|
||||||
|
offset="1"
|
||||||
|
id="stop2" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="a"
|
||||||
|
x2="24"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
xlink:href="#color-primary-dark" />
|
||||||
|
</defs>
|
||||||
|
<path
|
||||||
|
d="m 20.485281,12 -4.24264,4.242641 a 6,6 0 1 1 0,-8.4852817 z"
|
||||||
|
fill="#000000"
|
||||||
|
id="path10" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1,55 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
id="svg17"
|
||||||
|
sodipodi:docname="scale-vert-marks-before-slider-symbolic.svg"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview19"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="29.833333"
|
||||||
|
inkscape:cx="12"
|
||||||
|
inkscape:cy="12"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1012"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg17" />
|
||||||
|
<defs
|
||||||
|
id="defs6">
|
||||||
|
<linearGradient
|
||||||
|
id="color-primary-dark">
|
||||||
|
<stop
|
||||||
|
stop-color="#1A73E8"
|
||||||
|
offset="1"
|
||||||
|
id="stop2" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="a"
|
||||||
|
x1="-2.6324e-15"
|
||||||
|
x2="24"
|
||||||
|
y1="-3.5527e-15"
|
||||||
|
y2="-3.5527e-15"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
xlink:href="#color-primary-dark" />
|
||||||
|
</defs>
|
||||||
|
<path
|
||||||
|
d="M 3.5147186,12 7.7573593,7.7573593 a 6,6 0 1 1 0,8.4852817 z"
|
||||||
|
fill="#000000"
|
||||||
|
id="path10" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1,45 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 16 16"
|
||||||
|
id="svg4"
|
||||||
|
sodipodi:docname="small-checkbox-checked-symbolic.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs8" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:snap-global="false"
|
||||||
|
inkscape:zoom="31.643028"
|
||||||
|
inkscape:cx="9.1489348"
|
||||||
|
inkscape:cy="7.3001863"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="652"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:deskcolor="#d1d1d1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid1068" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<path
|
||||||
|
id="rect340"
|
||||||
|
d="m 12.596166,4.818375 c -0.391736,-0.3917359 -1.022477,-0.3917367 -1.414214,2e-7 L 6.9393399,9.0609886 4.8180203,6.9396678 c -0.3917368,-0.3917368 -1.0224772,-0.3917365 -1.4142136,0 -0.3917366,0.3917363 -0.3917373,1.0224777 0,1.4142138 l 2.8284271,2.8284274 c 0.02448,0.02448 0.049752,0.04622 0.075986,0.06764 0.3935135,0.321347 0.9710033,0.299582 1.3382562,-0.06767 l 4.949717,-4.949718 c 0.391738,-0.3917362 0.391736,-1.0224769 0,-1.4142136 z"
|
||||||
|
sodipodi:nodetypes="cscsscsccccc" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
|
@ -0,0 +1,46 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 32 32"
|
||||||
|
id="svg4"
|
||||||
|
sodipodi:docname="small-checkbox-checked-symbolic@2.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs8" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:snap-global="false"
|
||||||
|
inkscape:zoom="11.1875"
|
||||||
|
inkscape:cx="23.106146"
|
||||||
|
inkscape:cy="24.134079"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="652"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:deskcolor="#d1d1d1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid1068" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<path
|
||||||
|
id="rect340"
|
||||||
|
d="m 25.192327,9.6367502 c -0.783471,-0.783472 -2.044952,-0.783474 -2.828426,-10e-7 L 13.878679,18.121974 9.6360416,13.879333 c -0.783474,-0.783473 -2.044953,-0.783472 -2.828426,10e-7 -0.783473,0.783472 -0.783474,2.044955 1e-6,2.828427 l 5.6568514,5.656851 c 0.04896,0.04896 0.0995,0.09243 0.151974,0.135287 0.787026,0.642691 1.942006,0.599162 2.676511,-0.13534 l 9.899431,-9.899434 c 0.783476,-0.783471 0.783471,-2.044952 0,-2.8284258 z"
|
||||||
|
sodipodi:nodetypes="cscsscsccccc"
|
||||||
|
style="stroke-width:2" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
|
@ -0,0 +1,49 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 16 16"
|
||||||
|
id="svg4"
|
||||||
|
sodipodi:docname="small-checkbox-mixed-symbolic.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs8" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="22.375"
|
||||||
|
inkscape:cx="7.1284916"
|
||||||
|
inkscape:cy="13.810056"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="652"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:deskcolor="#d1d1d1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid967" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
id="rect1585"
|
||||||
|
width="8"
|
||||||
|
height="2"
|
||||||
|
x="4"
|
||||||
|
y="7"
|
||||||
|
rx="1"
|
||||||
|
ry="1"
|
||||||
|
style="stroke-width:0.894427" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1,49 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 32 32"
|
||||||
|
id="svg4"
|
||||||
|
sodipodi:docname="small-checkbox-mixed-symbolic@2.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs8" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="11.1875"
|
||||||
|
inkscape:cx="5.4972067"
|
||||||
|
inkscape:cy="19.843575"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="652"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:deskcolor="#d1d1d1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid967" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<rect
|
||||||
|
id="rect1585"
|
||||||
|
width="16"
|
||||||
|
height="4"
|
||||||
|
x="8"
|
||||||
|
y="14"
|
||||||
|
rx="2"
|
||||||
|
ry="2"
|
||||||
|
style="stroke-width:1.78885" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1,41 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 16 16"
|
||||||
|
id="svg4"
|
||||||
|
sodipodi:docname="small-radio-checked-symbolic.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs8" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="22.375"
|
||||||
|
inkscape:cx="8.5139665"
|
||||||
|
inkscape:cy="11.486034"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="652"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:deskcolor="#d1d1d1" />
|
||||||
|
<path
|
||||||
|
id="path2"
|
||||||
|
d="m 8,4 c 2.209139,0 4,1.790861 4,4 0,2.209139 -1.790861,4 -4,4 C 5.790861,12 4,10.209139 4,8 4,5.790861 5.790861,4 8,4 Z"
|
||||||
|
sodipodi:nodetypes="sssss"
|
||||||
|
style="stroke-width:2" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1,41 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
version="1.1"
|
||||||
|
viewBox="0 0 32 32"
|
||||||
|
id="svg4"
|
||||||
|
sodipodi:docname="small-radio-checked-symbolic@2.svg"
|
||||||
|
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs8" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview6"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="22.375"
|
||||||
|
inkscape:cx="8.5139665"
|
||||||
|
inkscape:cy="11.486034"
|
||||||
|
inkscape:window-width="1280"
|
||||||
|
inkscape:window-height="652"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg4"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:deskcolor="#d1d1d1" />
|
||||||
|
<path
|
||||||
|
id="path2"
|
||||||
|
d="m 16,8 c 4.418278,0 8,3.581722 8,8 0,4.418278 -3.581722,8 -8,8 -4.418278,0 -8,-3.581722 -8,-8 0,-4.418278 3.581722,-8 8,-8 z"
|
||||||
|
sodipodi:nodetypes="sssss"
|
||||||
|
style="stroke-width:4" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1 @@
|
||||||
|
small-checkbox-mixed-symbolic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
small-checkbox-mixed-symbolic@2.svg
|
|
@ -0,0 +1,46 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
viewBox="0 0 16 16"
|
||||||
|
version="1.1"
|
||||||
|
sodipodi:docname="unmaximize.svg"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
id="svg831"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs6" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#424242"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1440"
|
||||||
|
inkscape:window-height="742"
|
||||||
|
id="namedview6"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="29.580633"
|
||||||
|
inkscape:cx="2.095966"
|
||||||
|
inkscape:cy="10.006547"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="32"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:current-layer="svg831" />
|
||||||
|
<path
|
||||||
|
d="M 6,6 C 4.892,6 4,6.892 4,8 v 2 c 0,1.108 0.892,2 2,2 h 2 c 1.108,0 2,-0.892 2,-2 V 8 C 10,6.892 9.108,6 8,6 Z m 0,1 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 H 6 C 5.446,11 5,10.554 5,10 V 8 C 5,7.446 5.446,7 6,7 Z"
|
||||||
|
id="path2896"
|
||||||
|
style="fill:#ffffff" />
|
||||||
|
<path
|
||||||
|
d="M 8,4 C 6.892,4 6,4.892 6,6 H 7 C 7,5.446 7.446,5 8,5 h 2 c 0.554,0 1,0.446 1,1 v 2 c 0,0.554 -0.446,1 -1,1 v 1 c 1.108,0 2,-0.892 2,-2 V 6 C 12,4.892 11.108,4 10,4 Z"
|
||||||
|
opacity="0.35"
|
||||||
|
id="path2898"
|
||||||
|
style="fill:#ffffff" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
|
@ -0,0 +1,615 @@
|
||||||
|
# This file is a modified version based on default i3-config-wizard config
|
||||||
|
# source is available here:
|
||||||
|
# https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/master/.config/i3/config
|
||||||
|
# Maintainer: joekamprad [joekamprad //a_t// endeavouros.com]
|
||||||
|
# https://endeavouros.com
|
||||||
|
#
|
||||||
|
# iconic font icon search: https://fontawesome.com/v4.7/cheatsheet/
|
||||||
|
#
|
||||||
|
# --> to update this run the following command (will backup existing setup file)
|
||||||
|
# wget --backups=1 https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/config -P ~/.config/i3/
|
||||||
|
#
|
||||||
|
# Endeavouros-i3 config file
|
||||||
|
# Source for complete framework of our i3 config and theming here: https://github.com/endeavouros-team/endeavouros-i3wm-setup
|
||||||
|
# EndeavourOS wiki holds some Information also: https://discovery.endeavouros.com/window-tiling-managers/i3-wm/
|
||||||
|
# Please see http://i3wm.org/docs/userguide.html for the official i3 reference!
|
||||||
|
|
||||||
|
#######################
|
||||||
|
# config starts here: #
|
||||||
|
#######################
|
||||||
|
|
||||||
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
|
# is used in the bar {} block below.
|
||||||
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||||
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||||
|
font pango: Segoe UI Regular 11
|
||||||
|
|
||||||
|
# set the mod key to the winkey:
|
||||||
|
set $mod Mod4
|
||||||
|
|
||||||
|
#####################
|
||||||
|
# workspace layout: #
|
||||||
|
#####################
|
||||||
|
|
||||||
|
# default i3 tiling mode:
|
||||||
|
workspace_layout default
|
||||||
|
|
||||||
|
# i3 stacking layout:
|
||||||
|
# Each window will be fullscreen and tabbed top to bottom.
|
||||||
|
#workspace_layout stacking
|
||||||
|
|
||||||
|
# i3 tabbed layout:
|
||||||
|
# Each new window will open fullscreen as a tab (left to right)
|
||||||
|
#workspace_layout tabbed
|
||||||
|
|
||||||
|
##############################
|
||||||
|
# extra options for windows: #
|
||||||
|
##############################
|
||||||
|
|
||||||
|
#border indicator on windows:
|
||||||
|
new_window pixel 1
|
||||||
|
|
||||||
|
# thin borders
|
||||||
|
# hide_edge_borders both
|
||||||
|
|
||||||
|
# Set inner/outer gaps
|
||||||
|
gaps inner 2
|
||||||
|
gaps outer 1
|
||||||
|
|
||||||
|
# show window title bars (not officially supported with i3gaps)
|
||||||
|
|
||||||
|
# window title alignment
|
||||||
|
#title_align center
|
||||||
|
|
||||||
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
|
floating_modifier $mod
|
||||||
|
|
||||||
|
# switch/iterate between workspaces
|
||||||
|
#bindsym $mod+Tab workspace next
|
||||||
|
#bindsym $mod+Shift+Tab workspace prev
|
||||||
|
bindsym Control+MOD1+Prior workspace next
|
||||||
|
bindsym Control+MOD1+Next workspace prev
|
||||||
|
# switch to workspace
|
||||||
|
bindsym $mod+1 workspace $ws1
|
||||||
|
bindsym $mod+2 workspace $ws2
|
||||||
|
bindsym $mod+3 workspace $ws3
|
||||||
|
bindsym $mod+4 workspace $ws4
|
||||||
|
bindsym $mod+5 workspace $ws5
|
||||||
|
bindsym $mod+6 workspace $ws6
|
||||||
|
bindsym $mod+7 workspace $ws7
|
||||||
|
bindsym $mod+8 workspace $ws8
|
||||||
|
bindsym $mod+9 workspace $ws9
|
||||||
|
bindsym $mod+0 workspace $ws10
|
||||||
|
|
||||||
|
# switch to workspace with numpad keys
|
||||||
|
bindcode $mod+87 workspace 1
|
||||||
|
bindcode $mod+88 workspace 2
|
||||||
|
bindcode $mod+89 workspace 3
|
||||||
|
bindcode $mod+83 workspace 4
|
||||||
|
bindcode $mod+84 workspace 5
|
||||||
|
bindcode $mod+85 workspace 6
|
||||||
|
bindcode $mod+79 workspace 7
|
||||||
|
bindcode $mod+80 workspace 8
|
||||||
|
bindcode $mod+81 workspace 9
|
||||||
|
bindcode $mod+90 workspace 10
|
||||||
|
|
||||||
|
# switch to workspace with numlock numpad keys
|
||||||
|
bindcode $mod+Mod2+87 workspace $ws1
|
||||||
|
bindcode $mod+Mod2+88 workspace $ws2
|
||||||
|
bindcode $mod+Mod2+89 workspace $ws3
|
||||||
|
bindcode $mod+Mod2+83 workspace $ws4
|
||||||
|
bindcode $mod+Mod2+84 workspace $ws5
|
||||||
|
bindcode $mod+Mod2+85 workspace $ws6
|
||||||
|
bindcode $mod+Mod2+79 workspace $ws7
|
||||||
|
bindcode $mod+Mod2+80 workspace $ws8
|
||||||
|
bindcode $mod+Mod2+81 workspace $ws9
|
||||||
|
bindcode $mod+Mod2+90 workspace $ws10
|
||||||
|
|
||||||
|
# move focused container to workspace
|
||||||
|
bindsym $mod+Shift+1 move container to workspace $ws1
|
||||||
|
bindsym $mod+Shift+2 move container to workspace $ws2
|
||||||
|
bindsym $mod+Shift+3 move container to workspace $ws3
|
||||||
|
bindsym $mod+Shift+4 move container to workspace $ws4
|
||||||
|
bindsym $mod+Shift+5 move container to workspace $ws5
|
||||||
|
bindsym $mod+Shift+6 move container to workspace $ws6
|
||||||
|
bindsym $mod+Shift+7 move container to workspace $ws7
|
||||||
|
bindsym $mod+Shift+8 move container to workspace $ws8
|
||||||
|
bindsym $mod+Shift+9 move container to workspace $ws9
|
||||||
|
bindsym $mod+Shift+0 move container to workspace $ws10
|
||||||
|
|
||||||
|
# move focused container to workspace with numpad keys
|
||||||
|
bindcode $mod+Shift+Mod2+87 move container to workspace $ws1
|
||||||
|
bindcode $mod+Shift+Mod2+88 move container to workspace $ws2
|
||||||
|
bindcode $mod+Shift+Mod2+89 move container to workspace $ws3
|
||||||
|
bindcode $mod+Shift+Mod2+83 move container to workspace $ws4
|
||||||
|
bindcode $mod+Shift+Mod2+84 move container to workspace $ws5
|
||||||
|
bindcode $mod+Shift+Mod2+85 move container to workspace $ws6
|
||||||
|
bindcode $mod+Shift+Mod2+79 move container to workspace $ws7
|
||||||
|
bindcode $mod+Shift+Mod2+80 move container to workspace $ws8
|
||||||
|
bindcode $mod+Shift+Mod2+81 move container to workspace $ws9
|
||||||
|
bindcode $mod+Shift+Mod2+90 move container to workspace $ws10
|
||||||
|
|
||||||
|
# move focused container to workspace with numpad keys
|
||||||
|
bindcode $mod+Shift+87 move container to workspace $ws1
|
||||||
|
bindcode $mod+Shift+88 move container to workspace $ws2
|
||||||
|
bindcode $mod+Shift+89 move container to workspace $ws3
|
||||||
|
bindcode $mod+Shift+83 move container to workspace $ws4
|
||||||
|
bindcode $mod+Shift+84 move container to workspace $ws5
|
||||||
|
bindcode $mod+Shift+85 move container to workspace $ws6
|
||||||
|
bindcode $mod+Shift+79 move container to workspace $ws7
|
||||||
|
bindcode $mod+Shift+80 move container to workspace $ws8
|
||||||
|
bindcode $mod+Shift+81 move container to workspace $ws9
|
||||||
|
bindcode $mod+Shift+90 move container to workspace $ws10
|
||||||
|
|
||||||
|
# resize window (you can also use the mouse for that):
|
||||||
|
#mode "resize" {
|
||||||
|
# These bindings trigger as soon as you enter the resize mode
|
||||||
|
# Pressing left will shrink the window's width.
|
||||||
|
# Pressing right will grow the window's width.
|
||||||
|
# Pressing up will shrink the window's height.
|
||||||
|
# Pressing down will grow the window's height.
|
||||||
|
# bindsym j resize shrink width 10 px or 10 ppt
|
||||||
|
# bindsym k resize grow height 10 px or 10 ppt
|
||||||
|
# bindsym l resize shrink height 10 px or 10 ppt
|
||||||
|
# bindsym ntilde resize grow width 10 px or 10 ppt
|
||||||
|
|
||||||
|
# same bindings, but for the arrow keys
|
||||||
|
# bindsym Left resize shrink width 10 px or 10 ppt
|
||||||
|
# bindsym Down resize grow height 10 px or 10 ppt
|
||||||
|
# bindsym Up resize shrink height 10 px or 10 ppt
|
||||||
|
# bindsym Right resize grow width 10 px or 10 ppt
|
||||||
|
|
||||||
|
# back to normal: Enter or Escape
|
||||||
|
# bindsym Return mode "default"
|
||||||
|
# bindsym Escape mode "default"
|
||||||
|
#}
|
||||||
|
|
||||||
|
#bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
|
######################################
|
||||||
|
# keybindings for different actions: #
|
||||||
|
######################################
|
||||||
|
|
||||||
|
# start a terminal
|
||||||
|
bindsym $mod+Return exec kitty
|
||||||
|
|
||||||
|
# kill focused window
|
||||||
|
bindsym $mod+q kill
|
||||||
|
|
||||||
|
# exit-menu
|
||||||
|
bindsym $mod+Shift+e exec ~/.config/i3/scripts/powermenu
|
||||||
|
|
||||||
|
# Lock the system
|
||||||
|
# lock with a picture:
|
||||||
|
#bindsym $mod+l exec i3lock -i ~/.config/i3/i3-lock-screen.png -p default|win -t
|
||||||
|
# lock by blurring the screen:
|
||||||
|
bindsym $mod+l exec ~/.config/i3/scripts/blur-lock
|
||||||
|
|
||||||
|
# reload the configuration file
|
||||||
|
bindsym $mod+Shift+c reload
|
||||||
|
|
||||||
|
# restart i3 inplace (preserves your layout/session, can be used to update i3)
|
||||||
|
bindsym $mod+Shift+r restart
|
||||||
|
|
||||||
|
# keybinding in fancy rofi (automated):
|
||||||
|
bindsym F1 exec ~/.config/i3/scripts/keyhint-2
|
||||||
|
# alternative
|
||||||
|
# keybinding list in editor:
|
||||||
|
# bindsym $mod+F1 exec xed ~/.config/i3/keybindings
|
||||||
|
|
||||||
|
# Backlight control
|
||||||
|
#bindsym XF86MonBrightnessUp exec xbacklight +10 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%"
|
||||||
|
#bindsym XF86MonBrightnessDown exec xbacklight -10 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%"
|
||||||
|
# Backlight setting using dunst osc
|
||||||
|
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +5%
|
||||||
|
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%-
|
||||||
|
# change focus
|
||||||
|
bindsym $mod+j focus left
|
||||||
|
bindsym $mod+k focus down
|
||||||
|
bindsym $mod+b focus up
|
||||||
|
bindsym $mod+o focus right
|
||||||
|
|
||||||
|
# alternatively, you can use the cursor keys:
|
||||||
|
bindsym $mod+Left focus left
|
||||||
|
bindsym $mod+Down focus down
|
||||||
|
bindsym $mod+Up focus up
|
||||||
|
bindsym $mod+Right focus right
|
||||||
|
|
||||||
|
# move focused window
|
||||||
|
bindsym $mod+Shift+j move left
|
||||||
|
bindsym $mod+Shift+k move down
|
||||||
|
bindsym $mod+Shift+b move up
|
||||||
|
bindsym $mod+Shift+o move right
|
||||||
|
|
||||||
|
# alternatively, you can use the cursor keys:
|
||||||
|
bindsym $mod+Shift+Left move left
|
||||||
|
bindsym $mod+Shift+Down move down
|
||||||
|
bindsym $mod+Shift+Up move up
|
||||||
|
bindsym $mod+Shift+Right move right
|
||||||
|
|
||||||
|
# split in horizontal orientation
|
||||||
|
bindsym $mod+h split h
|
||||||
|
|
||||||
|
# split in vertical orientation
|
||||||
|
bindsym $mod+v split v
|
||||||
|
|
||||||
|
# enter fullscreen mode for the focused container
|
||||||
|
bindsym $mod+f fullscreen toggle
|
||||||
|
|
||||||
|
# change container layout (stacked, tabbed, toggle split)
|
||||||
|
bindsym $mod+s layout stacked
|
||||||
|
bindsym $mod+g layout tabbed
|
||||||
|
bindsym $mod+e layout toggle split
|
||||||
|
|
||||||
|
# toggle tiling / floating
|
||||||
|
bindsym $mod+Shift+space floating toggle
|
||||||
|
|
||||||
|
# change focus between tiling / floating windows
|
||||||
|
#bindsym $mod+space focus mode_toggle
|
||||||
|
|
||||||
|
# focus the parent container
|
||||||
|
bindsym $mod+a focus parent
|
||||||
|
|
||||||
|
# open new empty workspace
|
||||||
|
bindsym $mod+Shift+n exec ~/.config/i3/scripts/empty_workspace
|
||||||
|
|
||||||
|
# Multimedia Keys
|
||||||
|
|
||||||
|
# volume
|
||||||
|
# use meta keys without showing osc
|
||||||
|
#bindsym XF86AudioRaiseVolume exec amixer -D pulse sset Master 5%+ && pkill -RTMIN+1 i3blocks
|
||||||
|
#bindsym XF86AudioLowerVolume exec amixer -D pulse sset Master 5%- && pkill -RTMIN+1 i3blocks
|
||||||
|
# use meta keys showing osc using dunst
|
||||||
|
bindsym XF86AudioRaiseVolume exec --no-startup-id ~/.config/i3/scripts/volume_brightness.sh volume_up
|
||||||
|
bindsym XF86AudioLowerVolume exec --no-startup-id ~/.config/i3/scripts/volume_brightness.sh volume_down
|
||||||
|
bindsym Scroll_Lock exec --no-startup-id ~/.config/i3/scripts/volume_brightness.sh volume_down
|
||||||
|
bindsym Pause exec --no-startup-id ~/.config/i3/scripts/volume_brightness.sh volume_up
|
||||||
|
# gradular volume control
|
||||||
|
bindsym $mod+XF86AudioRaiseVolume exec amixer -D pulse sset Master 1%+ && pkill -RTMIN+1 i3blocks
|
||||||
|
bindsym $mod+XF86AudioLowerVolume exec amixer -D pulse sset Master 1%- && pkill -RTMIN+1 i3blocks
|
||||||
|
|
||||||
|
# mute
|
||||||
|
#bindsym XF86AudioMute exec amixer sset Master toggle && killall -USR1 i3blocks
|
||||||
|
# use meta keys showing osc using dunst
|
||||||
|
bindsym XF86AudioMute exec --no-startup-id ~/.config/i3/scripts/volume_brightness.sh volume_mute
|
||||||
|
|
||||||
|
# mic mute toggle
|
||||||
|
bindsym XF86AudioMicMute exec amixer sset Capture toggle
|
||||||
|
|
||||||
|
# audio control
|
||||||
|
bindsym XF86AudioPlay exec playerctl play
|
||||||
|
bindsym XF86AudioPause exec playerctl pause
|
||||||
|
bindsym XF86AudioNext exec playerctl next
|
||||||
|
bindsym XF86AudioPrev exec playerctl previous
|
||||||
|
|
||||||
|
# Redirect sound to headphones
|
||||||
|
bindsym $mod+p exec /usr/local/bin/switch-audio-port
|
||||||
|
|
||||||
|
## App shortcuts
|
||||||
|
bindsym $mod+w exec /usr/bin/firefox
|
||||||
|
bindsym $mod+n exec /usr/bin/thunar
|
||||||
|
bindsym Print exec scrot ~/%Y-%m-%d-%T-screenshot.png && notify-send "Screenshot saved to ~/$(date +"%Y-%m-%d-%T")-screenshot.png"
|
||||||
|
|
||||||
|
# Power Profiles menu switcher (rofi)
|
||||||
|
bindsym $mod+Shift+p exec ~/.config/i3/scripts/power-profiles
|
||||||
|
|
||||||
|
##########################################
|
||||||
|
# configuration for workspace behaviour: #
|
||||||
|
##########################################
|
||||||
|
|
||||||
|
# Define names for default workspaces for which we configure key bindings later on.
|
||||||
|
# We use variables to avoid repeating the names in multiple places.
|
||||||
|
set $ws1 "1"
|
||||||
|
set $ws2 "2"
|
||||||
|
set $ws3 "3"
|
||||||
|
set $ws4 "4"
|
||||||
|
set $ws5 "5"
|
||||||
|
set $ws6 "6"
|
||||||
|
set $ws7 "7"
|
||||||
|
set $ws8 "8"
|
||||||
|
set $ws9 "9"
|
||||||
|
set $ws10 "10"
|
||||||
|
|
||||||
|
# use workspaces on different displays:
|
||||||
|
# where you have to replace VGA-0/HDMI-0 with the names for your displays
|
||||||
|
# you can get from xrandr command
|
||||||
|
#workspace $ws1 output VGA-0
|
||||||
|
#workspace $ws2 output VGA-0
|
||||||
|
#workspace $ws3 output HDMI-0
|
||||||
|
#workspace $ws4 output HDMI-0
|
||||||
|
#workspace $ws5 output HDMI-0
|
||||||
|
|
||||||
|
# bind program to workspace and focus to them on startup:
|
||||||
|
#assign [class="Xfce4-terminal"] $ws1
|
||||||
|
#assign [class="(?i)firefox"] $ws2
|
||||||
|
#assign [class="Thunar"] $ws3
|
||||||
|
#assign [class="thunderbird"] $ws4
|
||||||
|
#assign [class="TelegramDesktop"] $ws5
|
||||||
|
|
||||||
|
# automatic set focus new window if it opens on another workspace than the current:
|
||||||
|
for_window [class=Xfce4-terminal] focus
|
||||||
|
for_window [class=(?i)firefox] focus
|
||||||
|
for_window [class=Thunar] focus
|
||||||
|
for_window [class=Thunderbird] focus
|
||||||
|
for_window [class=TelegramDesktop] focus
|
||||||
|
|
||||||
|
##############
|
||||||
|
# compositor #
|
||||||
|
##############
|
||||||
|
|
||||||
|
# transparency
|
||||||
|
# uncomment one of them to be used
|
||||||
|
# options could need changes, related to used GPU and drivers.
|
||||||
|
# to find the right setting consult the archwiki or ask at the forum.
|
||||||
|
#
|
||||||
|
# xcompmgr: https://wiki.archlinux.org/title/Xcompmgr
|
||||||
|
# manpage: https://man.archlinux.org/man/xcompmgr.1.en
|
||||||
|
# install xcompmgr package to use it (yay -S xcompmgr)
|
||||||
|
#exec --no-startup-id xcompmgr -C -n &
|
||||||
|
# or an more specialized config like this:
|
||||||
|
#exec --no-startup-id xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 &
|
||||||
|
#
|
||||||
|
# or:
|
||||||
|
#
|
||||||
|
# picom: https://wiki.archlinux.org/title/Picom
|
||||||
|
# manpage: https://man.archlinux.org/man/picom.1.en
|
||||||
|
# The default configuration is available in /etc/xdg/picom.conf
|
||||||
|
# For modifications, it can be copied to ~/.config/picom/picom.conf or ~/.config/picom.conf
|
||||||
|
# install picom package (yay -S picom)
|
||||||
|
# start using default config
|
||||||
|
exec_always --no-startup-id picom -b
|
||||||
|
#
|
||||||
|
# for custom config:
|
||||||
|
#exec_always --no-startup-id picom --config ~/.config/picom.conf
|
||||||
|
|
||||||
|
#############################################
|
||||||
|
# autostart applications/services on login: #
|
||||||
|
#############################################
|
||||||
|
|
||||||
|
#get auth work with polkit-gnome
|
||||||
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
|
||||||
|
# dex execute .desktop files + apps using /etc/xdg/autostart.
|
||||||
|
# when second to i3 a DE is installed or mixed usage of i3 + xfce4 or GNOME
|
||||||
|
# in this cases better disable dex and use manual starting apps using xdg/autostart
|
||||||
|
# if enabled you should comment welcome app.
|
||||||
|
# https://github.com/jceb/dex
|
||||||
|
#exec --no-startup-id dex -a -s /etc/xdg/autostart/:~/.config/autostart/
|
||||||
|
exec --no-startup-id dex --autostart --environment i3
|
||||||
|
|
||||||
|
# start welcome app
|
||||||
|
#exec --no-startup-id sh /usr/share/endeavouros/scripts/welcome --startdelay=3
|
||||||
|
|
||||||
|
# num lock activated
|
||||||
|
exec --no-startup-id numlockx off
|
||||||
|
|
||||||
|
# configure multiple keyboard layouts and hotkey to switch (Alt+CAPSLOCK in this example)
|
||||||
|
#exec --no-startup-id setxkbmap -layout 'us,sk' -variant altgr-intl,qwerty -option 'grp:alt_caps_toggle'
|
||||||
|
|
||||||
|
# start conky:
|
||||||
|
#exec_always --no-startup-id conky
|
||||||
|
|
||||||
|
# start a script to setup displays
|
||||||
|
# uncomment the next line, use arandr to setup displays and save the file as monitor:
|
||||||
|
exec --no-startup-id ~/.screenlayout/monitor.sh
|
||||||
|
|
||||||
|
# set wallpaper
|
||||||
|
# exec --no-startup-id sleep 2 && nitrogen --restore
|
||||||
|
exec --no-startup-id sleep 1 && feh --bg-fill ~/wallpaper.png
|
||||||
|
|
||||||
|
# set powersavings for display:
|
||||||
|
exec --no-startup-id xset s 480 dpms 600 600 600
|
||||||
|
|
||||||
|
# disable power saving (for example if using xscreensaver)
|
||||||
|
#exec --no-startup-id xset -dpms
|
||||||
|
|
||||||
|
# use xautolock to use autosuspend rules for mobile devices
|
||||||
|
# https://wiki.archlinux.org/title/Session_lock#xautolock
|
||||||
|
#exec --no-startup-id xautolock -time 60 -locker "systemctl suspend"
|
||||||
|
|
||||||
|
|
||||||
|
# xscreensaver
|
||||||
|
# https://www.jwz.org/xscreensaver
|
||||||
|
#exec --no-startup-id xscreensaver --no-splash
|
||||||
|
|
||||||
|
# Desktop notifications
|
||||||
|
# dunst config used ~/.config/dunst/dunstrc
|
||||||
|
# set alternative config if needed:
|
||||||
|
exec --no-startup-id /usr/bin/dunst --config ~/.config/dunst/dunstrc
|
||||||
|
# may yneed to run dbus-launch explicitly:
|
||||||
|
#exec --no-startup-id dbus-launch /usr/bin/dunst
|
||||||
|
# exec --no-startup-id /usr/bin/dunst
|
||||||
|
# alternative if you installed aside with XFCE4:
|
||||||
|
# exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd &
|
||||||
|
|
||||||
|
# autotiling script
|
||||||
|
# https://github.com/nwg-piotr/autotiling
|
||||||
|
# `yay -S autotiling ;) (it is in AUR)
|
||||||
|
exec_always --no-startup-id autotiling
|
||||||
|
|
||||||
|
# Autostart apps as you like
|
||||||
|
#exec --no-startup-id sleep 2 && xfce4-terminal
|
||||||
|
#exec --no-startup-id sleep 7 && firefox https://github.com/endeavouros-team/endeavouros-i3wm-setup/blob/main/force-knowledge.md
|
||||||
|
#exec --no-startup-id sleep 3 && thunar
|
||||||
|
#exec --no-startup-id sleep 3 && librewolf
|
||||||
|
|
||||||
|
###############
|
||||||
|
# system tray #
|
||||||
|
###############
|
||||||
|
# if you do not use dex: exec --no-startup-id dex --autostart --environment i3
|
||||||
|
# you need to have tray apps started manually one by one:
|
||||||
|
|
||||||
|
# start blueberry app for managing bluetooth devices from tray:
|
||||||
|
exec --no-startup-id blueberry-tray
|
||||||
|
|
||||||
|
# networkmanager-applet
|
||||||
|
exec --no-startup-id nm-applet
|
||||||
|
|
||||||
|
# clipman-applet
|
||||||
|
exec --no-startup-id xfce4-clipman
|
||||||
|
|
||||||
|
##################
|
||||||
|
# floating rules #
|
||||||
|
##################
|
||||||
|
|
||||||
|
# set floating (nontiling) for apps needing it
|
||||||
|
for_window [class="Yad" instance="yad"] floating enable
|
||||||
|
for_window [class="Galculator" instance="galculator"] floating enable
|
||||||
|
for_window [class="Blueberry.py" instance="blueberry.py"] floating enable
|
||||||
|
|
||||||
|
# set floating (nontiling) for special apps
|
||||||
|
for_window [class="Xsane" instance="xsane"] floating enable
|
||||||
|
for_window [class="Pavucontrol" instance="pavucontrol"] floating enable
|
||||||
|
for_window [class="qt5ct" instance="qt5ct"] floating enable
|
||||||
|
for_window [class="Blueberry.py" instance="blueberry.py"] floating enable
|
||||||
|
for_window [class="Bluetooth-sendto" instance="bluetooth-sendto"] floating enable
|
||||||
|
for_window [class="Pamac-manager"] floating enable
|
||||||
|
for_window [window_role="About"] floating enable
|
||||||
|
|
||||||
|
# set border of floating window
|
||||||
|
for_window [class="urxvt"] border pixel 1
|
||||||
|
|
||||||
|
# set size of floating window
|
||||||
|
#for_window [window_role="(?i)GtkFileChooserDialog"] resize set 640 480 #to set size of file choose dialog
|
||||||
|
#for_window [class=".*"] resize set 640 480 #to change size of all floating windows
|
||||||
|
|
||||||
|
# set position of floating window
|
||||||
|
#for_window [class=".*"] move position center
|
||||||
|
|
||||||
|
######################################
|
||||||
|
# color settings for bar and windows #
|
||||||
|
######################################
|
||||||
|
|
||||||
|
# Define colors variables:
|
||||||
|
set $rosewater #f5e0dc
|
||||||
|
set $flamingo #f2cdcd
|
||||||
|
set $pink #f5c2e7
|
||||||
|
set $mauve #cba6f7
|
||||||
|
set $red #f38ba8
|
||||||
|
set $maroon #eba0ac
|
||||||
|
set $peach #fab387
|
||||||
|
set $yellow #f9e2af
|
||||||
|
set $green #a6e3a1
|
||||||
|
set $teal #94e2d5
|
||||||
|
set $sky #89dceb
|
||||||
|
set $sapphire #74c7ec
|
||||||
|
set $blue #89b4fa
|
||||||
|
set $lavender #b4befe
|
||||||
|
set $text #cdd6f4
|
||||||
|
set $subtext1 #bac2de
|
||||||
|
set $subtext0 #a6adc8
|
||||||
|
set $overlay2 #9399b2
|
||||||
|
set $overlay1 #7f849c
|
||||||
|
set $overlay0 #6c7086
|
||||||
|
set $surface2 #585b70
|
||||||
|
set $surface1 #45475a
|
||||||
|
set $surface0 #313244
|
||||||
|
set $base #1e1e2e
|
||||||
|
set $mantle #181825
|
||||||
|
set $crust #11111b
|
||||||
|
|
||||||
|
# define colors for windows:
|
||||||
|
client.focused $lavender $base $text $rosewater $lavender
|
||||||
|
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
|
||||||
|
client.unfocused $overlay0 $base $text $rosewater $overlay0
|
||||||
|
client.urgent $peach $base $peach $overlay0 $peach
|
||||||
|
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
||||||
|
client.background $base
|
||||||
|
|
||||||
|
############################################
|
||||||
|
# bar settings (input comes from i3blocks) #
|
||||||
|
############################################
|
||||||
|
|
||||||
|
# Start i3bar to display a workspace bar
|
||||||
|
# (plus the system information i3status finds out, if available)
|
||||||
|
#bar {
|
||||||
|
# font pango: Noto Sans Regular 10
|
||||||
|
# status_command i3blocks -c ~/.config/i3/i3blocks.conf
|
||||||
|
# position bottom
|
||||||
|
# i3bar_command i3bar --transparency
|
||||||
|
# it could be that you have no primary display set: set one (xrandr --output <output> --primary)
|
||||||
|
# reference: https://i3wm.org/docs/userguide.html#_tray_output
|
||||||
|
#tray_output primary
|
||||||
|
# tray_padding 0
|
||||||
|
|
||||||
|
# When strip_workspace_numbers is set to yes,
|
||||||
|
# any workspace that has a name of the form
|
||||||
|
# “[n][:][NAME]” will display only the name.
|
||||||
|
# strip_workspace_numbers yes
|
||||||
|
##strip_workspace_name no
|
||||||
|
#
|
||||||
|
# colors {
|
||||||
|
# separator $purple
|
||||||
|
# background $darkgrey
|
||||||
|
# statusline $white
|
||||||
|
# border bg txt indicator
|
||||||
|
# focused_workspace $mediumgrey $grey $darkgrey $purple
|
||||||
|
# active_workspace $lightblue $mediumgrey $darkgrey $purple
|
||||||
|
# inactive_workspace $darkgrey $darkgrey $grey $purple
|
||||||
|
# urgent_workspace $urgentred $urgentred $white $purple
|
||||||
|
# }
|
||||||
|
|
||||||
|
# }
|
||||||
|
|
||||||
|
# you can add different bars for multidisplay setups on each display:
|
||||||
|
# set output HDMI-0 to the display you want the bar, --transparency can be set.
|
||||||
|
# Transparency needs rgba color codes to be used where the last two letters are the transparency factor see here:
|
||||||
|
# https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4
|
||||||
|
# #08052be6 --> e6=90%
|
||||||
|
|
||||||
|
# bar {
|
||||||
|
# font pango: Noto Sans Regular 10
|
||||||
|
# status_command i3blocks -c ~/.config/i3/i3blocks-2.conf
|
||||||
|
# i3bar_command i3bar --transparency
|
||||||
|
# output HDMI-0
|
||||||
|
# position bottom
|
||||||
|
#
|
||||||
|
# When strip_workspace_numbers is set to yes,
|
||||||
|
# any workspace that has a name of the form
|
||||||
|
# “[n][:][NAME]” will display only the name.
|
||||||
|
#strip_workspace_numbers yes
|
||||||
|
##strip_workspace_name no
|
||||||
|
#
|
||||||
|
# colors {
|
||||||
|
# separator $purple
|
||||||
|
# background $darkbluetrans
|
||||||
|
# statusline $white
|
||||||
|
# border bg txt indicator
|
||||||
|
# focused_workspace $lighterblue $lighterblue $darkblue $purple
|
||||||
|
# active_workspace $lightdblue $lightdblue $darkblue $purple
|
||||||
|
# inactive_workspace $darkblue $darkblue $lightdblue $purple
|
||||||
|
# urgent_workspace $urgentred $urgentred $white $purple
|
||||||
|
# }
|
||||||
|
#}
|
||||||
|
|
||||||
|
#####################################
|
||||||
|
# Application menu handled by rofi: #
|
||||||
|
#####################################
|
||||||
|
|
||||||
|
## rofi bindings fancy application menu ($mod+d /F9 optional disabled)
|
||||||
|
|
||||||
|
bindsym $mod+space exec rofi -modi drun -show drun -show-icons \
|
||||||
|
-config ~/.config/rofi/default.rasinc
|
||||||
|
|
||||||
|
#bindsym F9 exec rofi -modi drun -show drun \
|
||||||
|
# -config ~/.config/rofi/rofidmenu.rasi
|
||||||
|
|
||||||
|
## rofi bindings for window menu ($mod+t /F10 optional disabled)
|
||||||
|
bindsym MOD1+Tab workspace next
|
||||||
|
bindsym MOD1+Shift+Tab workspace prev
|
||||||
|
|
||||||
|
bindsym $mod+t exec rofi -show window \
|
||||||
|
-config ~/.config/rofi/rofidmenu.rasi
|
||||||
|
|
||||||
|
#bindsym F10 exec rofi -show window \
|
||||||
|
# -config ~/.config/rofi/rofidmenu.rasi
|
||||||
|
|
||||||
|
## rofi bindings to manage clipboard (install rofi-greenclip from the AUR)
|
||||||
|
|
||||||
|
exec --no-startup-id greenclip daemon>/dev/null
|
||||||
|
bindsym $mod+c exec --no-startup-id rofi -modi "clipboard:greenclip print" -show clipboard -config ~/.config/rofi/rofidmenu.ra
|
||||||
|
|
||||||
|
exec --no-startup-id picom -b
|
||||||
|
exec_always feh --bg-fill /home/red/wallpaper.png
|
||||||
|
#exec_always --no-startup-id polybar
|
||||||
|
exec --no-startup-id pgrep -x polybar || polybar
|
|
@ -0,0 +1,26 @@
|
||||||
|
set $rosewater #f5e0dc
|
||||||
|
set $flamingo #f2cdcd
|
||||||
|
set $pink #f5c2e7
|
||||||
|
set $mauve #cba6f7
|
||||||
|
set $red #f38ba8
|
||||||
|
set $maroon #eba0ac
|
||||||
|
set $peach #fab387
|
||||||
|
set $yellow #f9e2af
|
||||||
|
set $green #a6e3a1
|
||||||
|
set $teal #94e2d5
|
||||||
|
set $sky #89dceb
|
||||||
|
set $sapphire #74c7ec
|
||||||
|
set $blue #89b4fa
|
||||||
|
set $lavender #b4befe
|
||||||
|
set $text #cdd6f4
|
||||||
|
set $subtext1 #bac2de
|
||||||
|
set $subtext0 #a6adc8
|
||||||
|
set $overlay2 #9399b2
|
||||||
|
set $overlay1 #7f849c
|
||||||
|
set $overlay0 #6c7086
|
||||||
|
set $surface2 #585b70
|
||||||
|
set $surface1 #45475a
|
||||||
|
set $surface0 #313244
|
||||||
|
set $base #1e1e2e
|
||||||
|
set $mantle #181825
|
||||||
|
set $crust #11111b
|
|
@ -0,0 +1,80 @@
|
||||||
|
# vim:ft=kitty
|
||||||
|
|
||||||
|
## name: Catppuccin-Mocha
|
||||||
|
## author: Pocco81 (https://github.com/Pocco81)
|
||||||
|
## license: MIT
|
||||||
|
## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf
|
||||||
|
## blurb: Soothing pastel theme for the high-spirited!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# The basic colors
|
||||||
|
foreground #CDD6F4
|
||||||
|
background #1E1E2E
|
||||||
|
selection_foreground #1E1E2E
|
||||||
|
selection_background #F5E0DC
|
||||||
|
|
||||||
|
# Cursor colors
|
||||||
|
cursor #F5E0DC
|
||||||
|
cursor_text_color #1E1E2E
|
||||||
|
|
||||||
|
# URL underline color when hovering with mouse
|
||||||
|
url_color #F5E0DC
|
||||||
|
|
||||||
|
# Kitty window border colors
|
||||||
|
active_border_color #B4BEFE
|
||||||
|
inactive_border_color #6C7086
|
||||||
|
bell_border_color #F9E2AF
|
||||||
|
|
||||||
|
# OS Window titlebar colors
|
||||||
|
wayland_titlebar_color system
|
||||||
|
macos_titlebar_color system
|
||||||
|
|
||||||
|
# Tab bar colors
|
||||||
|
active_tab_foreground #11111B
|
||||||
|
active_tab_background #CBA6F7
|
||||||
|
inactive_tab_foreground #CDD6F4
|
||||||
|
inactive_tab_background #181825
|
||||||
|
tab_bar_background #11111B
|
||||||
|
|
||||||
|
# Colors for marks (marked text in the terminal)
|
||||||
|
mark1_foreground #1E1E2E
|
||||||
|
mark1_background #B4BEFE
|
||||||
|
mark2_foreground #1E1E2E
|
||||||
|
mark2_background #CBA6F7
|
||||||
|
mark3_foreground #1E1E2E
|
||||||
|
mark3_background #74C7EC
|
||||||
|
|
||||||
|
# The 16 terminal colors
|
||||||
|
|
||||||
|
# black
|
||||||
|
color0 #45475A
|
||||||
|
color8 #585B70
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 #F38BA8
|
||||||
|
color9 #F38BA8
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #A6E3A1
|
||||||
|
color10 #A6E3A1
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #F9E2AF
|
||||||
|
color11 #F9E2AF
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #89B4FA
|
||||||
|
color12 #89B4FA
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #F5C2E7
|
||||||
|
color13 #F5C2E7
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #94E2D5
|
||||||
|
color14 #94E2D5
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 #BAC2DE
|
||||||
|
color15 #A6ADC8
|
|
@ -0,0 +1,6 @@
|
||||||
|
[General]
|
||||||
|
EnableHiDPI=true
|
||||||
|
LogUsage=true
|
||||||
|
OpenGLRenderer=auto
|
||||||
|
canvasState=OPENGL_SUCCESS
|
||||||
|
rootSurfaceFormat=bt709-g22
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"Alt-/": "lua:comment.comment",
|
||||||
|
"CtrlUnderscore": "lua:comment.comment"
|
||||||
|
}
|
|
@ -0,0 +1,42 @@
|
||||||
|
color-link default "#cdd6f4,#1e1e2e00"
|
||||||
|
color-link comment "#9399b2"
|
||||||
|
|
||||||
|
color-link identifier "#89b4fa"
|
||||||
|
color-link identifier.class "#89b4fa"
|
||||||
|
color-link identifier.var "#89b4fa"
|
||||||
|
|
||||||
|
color-link constant "#fab387"
|
||||||
|
color-link constant.number "#fab387"
|
||||||
|
color-link constant.string "#a6e3a1"
|
||||||
|
|
||||||
|
color-link symbol "#f5c2e7"
|
||||||
|
color-link symbol.brackets "#f2cdcd"
|
||||||
|
color-link symbol.tag "#89b4fa"
|
||||||
|
|
||||||
|
color-link type "#89b4fa"
|
||||||
|
color-link type.keyword "#f9e2af"
|
||||||
|
|
||||||
|
color-link special "#f5c2e7"
|
||||||
|
color-link statement "#cba6f7"
|
||||||
|
color-link preproc "#f5c2e7"
|
||||||
|
|
||||||
|
color-link underlined "#89dceb"
|
||||||
|
color-link error "bold #f38ba8"
|
||||||
|
color-link todo "bold #f9e2af"
|
||||||
|
|
||||||
|
color-link diff-added "#a6e3a1"
|
||||||
|
color-link diff-modified "#f9e2af"
|
||||||
|
color-link diff-deleted "#f38ba8"
|
||||||
|
|
||||||
|
color-link gutter-error "#f38ba8"
|
||||||
|
color-link gutter-warning "#f9e2af"
|
||||||
|
|
||||||
|
color-link statusline "#cdd6f4,#181825"
|
||||||
|
color-link tabbar "#cdd6f4,#181825"
|
||||||
|
color-link indent-char "#45475a"
|
||||||
|
color-link line-number "#45475a"
|
||||||
|
color-link current-line-number "#b4befe"
|
||||||
|
|
||||||
|
color-link cursor-line "#313244,#cdd6f4"
|
||||||
|
color-link color-column "#313244"
|
||||||
|
color-link type.extended "default"
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"colorscheme": "mocha"
|
||||||
|
}
|
|
@ -0,0 +1,318 @@
|
||||||
|
#################################
|
||||||
|
# Shadows #
|
||||||
|
#################################
|
||||||
|
|
||||||
|
# Enabled client-side shadows on windows. Note desktop windows
|
||||||
|
# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow,
|
||||||
|
# unless explicitly requested using the wintypes option.
|
||||||
|
#
|
||||||
|
# Can be set per-window using rules.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
shadow = true;
|
||||||
|
|
||||||
|
# The blur radius for shadows, in pixels.
|
||||||
|
#
|
||||||
|
# Default: 12
|
||||||
|
shadow-radius = 7;
|
||||||
|
|
||||||
|
# The opacity of shadows.
|
||||||
|
#
|
||||||
|
# Range: 0.0 - 1.0
|
||||||
|
# Default: 0.75
|
||||||
|
# shadow-opacity = .75
|
||||||
|
|
||||||
|
# The left offset for shadows, in pixels.
|
||||||
|
#
|
||||||
|
# Default: -15
|
||||||
|
shadow-offset-x = -7;
|
||||||
|
|
||||||
|
# The top offset for shadows, in pixels.
|
||||||
|
#
|
||||||
|
# Default: -15
|
||||||
|
shadow-offset-y = -7;
|
||||||
|
|
||||||
|
# Hex string color value of shadow. Formatted like "#RRGGBB", e.g. "#C0FFEE".
|
||||||
|
#
|
||||||
|
# Default: #000000
|
||||||
|
# shadow-color = "#000000"
|
||||||
|
|
||||||
|
# Crop shadow of a window fully on a particular monitor to that monitor. This is
|
||||||
|
# currently implemented using the X RandR extension.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
# crop-shadow-to-monitor = false
|
||||||
|
|
||||||
|
shadow-exclude = "class_g = 'firefox' && argb",
|
||||||
|
|
||||||
|
#################################
|
||||||
|
# Fading #
|
||||||
|
#################################
|
||||||
|
|
||||||
|
# Fade windows in/out when opening/closing and when opacity changes,
|
||||||
|
# unless no-fading-openclose is used. Can be set per-window using rules.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
fading = true;
|
||||||
|
|
||||||
|
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
|
||||||
|
fade-in-step = 0.1;
|
||||||
|
|
||||||
|
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
|
||||||
|
fade-out-step = 0.1;
|
||||||
|
|
||||||
|
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
|
||||||
|
# fade-delta = 10
|
||||||
|
|
||||||
|
# Do not fade on window open/close.
|
||||||
|
# no-fading-openclose = false
|
||||||
|
|
||||||
|
# Do not fade destroyed ARGB windows with WM frame. Workaround of bugs in Openbox, Fluxbox, etc.
|
||||||
|
# no-fading-destroyed-argb = false
|
||||||
|
|
||||||
|
|
||||||
|
#################################
|
||||||
|
# Transparency / Opacity #
|
||||||
|
#################################
|
||||||
|
|
||||||
|
# Opacity of window titlebars and borders.
|
||||||
|
#
|
||||||
|
# Range: 0.1 - 1.0
|
||||||
|
# Default: 1.0 (disabled)
|
||||||
|
frame-opacity = 0.9;
|
||||||
|
|
||||||
|
# Use fixed inactive dim value, instead of adjusting according to window opacity.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
# inactive-dim-fixed = true
|
||||||
|
|
||||||
|
#################################
|
||||||
|
# Corners #
|
||||||
|
#################################
|
||||||
|
|
||||||
|
# Sets the radius of rounded window corners. When > 0, the compositor will
|
||||||
|
# round the corners of windows. Does not interact well with
|
||||||
|
# `transparent-clipping`.
|
||||||
|
#
|
||||||
|
# Default: 0 (disabled)
|
||||||
|
corner-radius = 0
|
||||||
|
|
||||||
|
#################################
|
||||||
|
# Blur #
|
||||||
|
#################################
|
||||||
|
|
||||||
|
# Parameters for background blurring, see BLUR section in the man page for more information.
|
||||||
|
# blur-method =
|
||||||
|
# blur-size = 12
|
||||||
|
#
|
||||||
|
# blur-deviation = false
|
||||||
|
#
|
||||||
|
# blur-strength = 5
|
||||||
|
|
||||||
|
# Blur background of semi-transparent / ARGB windows.
|
||||||
|
# Can be set per-window using rules.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
# blur-background = false
|
||||||
|
|
||||||
|
# Blur background of windows when the window frame is not opaque.
|
||||||
|
# Implies:
|
||||||
|
# blur-background
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
# blur-background-frame = false
|
||||||
|
|
||||||
|
# Use fixed blur strength rather than adjusting according to window opacity.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
# blur-background-fixed = false
|
||||||
|
|
||||||
|
|
||||||
|
# Specify the blur convolution kernel, with the following format:
|
||||||
|
# example:
|
||||||
|
# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
|
||||||
|
# Can also be a pre-defined kernel, see the man page.
|
||||||
|
#
|
||||||
|
# Default: ""
|
||||||
|
blur-kern = "3x3box";
|
||||||
|
|
||||||
|
#################################
|
||||||
|
# General Settings #
|
||||||
|
#################################
|
||||||
|
|
||||||
|
# Enable remote control via D-Bus. See the man page for more details.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
# dbus = true
|
||||||
|
|
||||||
|
# Daemonize process. Fork to background after initialization. Causes issues with certain (badly-written) drivers.
|
||||||
|
# daemon = false
|
||||||
|
|
||||||
|
# Specify the backend to use: `xrender`, `glx`, or `egl`.
|
||||||
|
#
|
||||||
|
# Default: "xrender"
|
||||||
|
backend = "xrender"
|
||||||
|
|
||||||
|
# Use higher precision during rendering, and apply dither when presenting the
|
||||||
|
# rendered screen. Reduces banding artifacts, but may cause performance
|
||||||
|
# degradation. Only works with OpenGL.
|
||||||
|
dithered-present = false;
|
||||||
|
|
||||||
|
# Enable/disable VSync.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
vsync = true;
|
||||||
|
|
||||||
|
# Try to detect windows with rounded corners and don't consider them
|
||||||
|
# shaped windows. The accuracy is not very high, unfortunately.
|
||||||
|
#
|
||||||
|
# Has nothing to do with `corner-radius`.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
detect-rounded-corners = true;
|
||||||
|
|
||||||
|
# Detect '_NET_WM_WINDOW_OPACITY' on client windows, useful for window managers
|
||||||
|
# not passing '_NET_WM_WINDOW_OPACITY' of client windows to frame windows.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
detect-client-opacity = true;
|
||||||
|
|
||||||
|
# Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window,
|
||||||
|
# rather than listening to 'FocusIn'/'FocusOut' event. May be more accurate,
|
||||||
|
# provided that the WM supports it.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
# use-ewmh-active-win = false
|
||||||
|
|
||||||
|
# Unredirect all windows if a full-screen opaque window is detected,
|
||||||
|
# to maximize performance for full-screen windows. Known to cause flickering
|
||||||
|
# when redirecting/unredirecting windows.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
# unredir-if-possible = false
|
||||||
|
|
||||||
|
# Delay before unredirecting the window, in milliseconds.
|
||||||
|
#
|
||||||
|
# Default: 0.
|
||||||
|
# unredir-if-possible-delay = 0
|
||||||
|
|
||||||
|
# Use 'WM_TRANSIENT_FOR' to group windows, and consider windows
|
||||||
|
# in the same group focused at the same time.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
detect-transient = true;
|
||||||
|
|
||||||
|
# Use 'WM_CLIENT_LEADER' to group windows, and consider windows in the same
|
||||||
|
# group focused at the same time. This usually means windows from the same application
|
||||||
|
# will be considered focused or unfocused at the same time.
|
||||||
|
# 'WM_TRANSIENT_FOR' has higher priority if detect-transient is enabled, too.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
# detect-client-leader = false
|
||||||
|
|
||||||
|
# Use of damage information for rendering. This cause the only the part of the
|
||||||
|
# screen that has actually changed to be redrawn, instead of the whole screen
|
||||||
|
# every time. Should improve performance.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
use-damage = true;
|
||||||
|
|
||||||
|
# Use X Sync fence to wait for the completion of rendering of other windows,
|
||||||
|
# before using their content to render the current screen.
|
||||||
|
#
|
||||||
|
# Required for explicit sync drivers, such as nvidia.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
# xrender-sync-fence = false
|
||||||
|
|
||||||
|
# GLX backend: Use specified GLSL fragment shader for rendering window
|
||||||
|
# contents. Read the man page for a detailed explanation of the interface.
|
||||||
|
#
|
||||||
|
# Can be set per-window using rules.
|
||||||
|
#
|
||||||
|
# window-shader-fg = "default"
|
||||||
|
|
||||||
|
# Force all windows to be painted with blending. Useful if you
|
||||||
|
# have a `window-shader-fg` that could turn opaque pixels transparent.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
# force-win-blend = false
|
||||||
|
|
||||||
|
# Do not use EWMH to detect fullscreen windows.
|
||||||
|
# Reverts to checking if a window is fullscreen based only on its size and coordinates.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
# no-ewmh-fullscreen = false
|
||||||
|
|
||||||
|
# Dimming bright windows so their brightness doesn't exceed this set value.
|
||||||
|
# Brightness of a window is estimated by averaging all pixels in the window,
|
||||||
|
# so this could comes with a performance hit.
|
||||||
|
# Setting this to 1.0 disables this behaviour. Requires --use-damage to be disabled.
|
||||||
|
#
|
||||||
|
# Default: 1.0 (disabled)
|
||||||
|
# max-brightness = 1.0
|
||||||
|
|
||||||
|
# Make transparent windows clip other windows like non-transparent windows do,
|
||||||
|
# instead of blending on top of them. e.g. placing a transparent window on top
|
||||||
|
# of another window will cut a "hole" in that window, and show the desktop background
|
||||||
|
# underneath.
|
||||||
|
#
|
||||||
|
# Default: false
|
||||||
|
# transparent-clipping = false
|
||||||
|
|
||||||
|
# Set the log level. Possible values are:
|
||||||
|
# "trace", "debug", "info", "warn", "error"
|
||||||
|
# in increasing level of importance. Case insensitive.
|
||||||
|
# If using the "TRACE" log level, it's better to log into a file
|
||||||
|
# using *--log-file*, since it can generate a huge stream of logs.
|
||||||
|
#
|
||||||
|
# Default: "warn"
|
||||||
|
# log-level = "warn";
|
||||||
|
|
||||||
|
# Set the log file.
|
||||||
|
# If *--log-file* is never specified, logs will be written to stderr.
|
||||||
|
# Otherwise, logs will to written to the given file, though some of the early
|
||||||
|
# logs might still be written to the stderr.
|
||||||
|
# When setting this option from the config file, it is recommended to use an absolute path.
|
||||||
|
#
|
||||||
|
# log-file = "/path/to/your/log/file"
|
||||||
|
|
||||||
|
# Write process ID to a file.
|
||||||
|
# write-pid-path = "/path/to/your/log/file"
|
||||||
|
|
||||||
|
# Rule-based per-window options.
|
||||||
|
#
|
||||||
|
# See WINDOW RULES section in the man page for how these work.
|
||||||
|
rules: ({
|
||||||
|
match = "window_type = 'tooltip'";
|
||||||
|
fade = false;
|
||||||
|
shadow = true;
|
||||||
|
opacity = 0.75;
|
||||||
|
full-shadow = false;
|
||||||
|
}, {
|
||||||
|
match = "window_type = 'dock' || "
|
||||||
|
"window_type = 'desktop' || "
|
||||||
|
"_GTK_FRAME_EXTENTS@";
|
||||||
|
blur-background = false;
|
||||||
|
}, {
|
||||||
|
match = "window_type != 'dock'";
|
||||||
|
# shader = "my_shader.frag";
|
||||||
|
}, {
|
||||||
|
match = "window_type = 'dock' || "
|
||||||
|
"window_type = 'desktop'";
|
||||||
|
corner-radius = 0;
|
||||||
|
}, {
|
||||||
|
match = "name = 'Notification' || "
|
||||||
|
"class_g = 'Conky' || "
|
||||||
|
"class_g ?= 'Notify-osd' || "
|
||||||
|
"class_g = 'Cairo-clock' || "
|
||||||
|
"_GTK_FRAME_EXTENTS@";
|
||||||
|
shadow = false;
|
||||||
|
})
|
||||||
|
|
||||||
|
# `@include` directive can be used to include additional configuration files.
|
||||||
|
# Relative paths are search either in the parent of this configuration file
|
||||||
|
# (when the configuration is loaded through a symlink, the symlink will be
|
||||||
|
# resolved first). Or in `$XDG_CONFIG_HOME/picom/include`.
|
||||||
|
#
|
||||||
|
# @include "extra.conf"
|
|
@ -0,0 +1,29 @@
|
||||||
|
;==========================================================
|
||||||
|
[colors]
|
||||||
|
rosewater = #f5e0dc
|
||||||
|
flamingo = #f2cdcd
|
||||||
|
pink = #f5c2e7
|
||||||
|
mauve = #cba6f7
|
||||||
|
red = #f38ba8
|
||||||
|
maroon = #eba0ac
|
||||||
|
peach = #fab387
|
||||||
|
yellow = #f9e2af
|
||||||
|
green = #a6e3a1
|
||||||
|
teal = #94e2d5
|
||||||
|
sky = #89dceb
|
||||||
|
sapphire = #74c7ec
|
||||||
|
blue = #89b4fa
|
||||||
|
lavender = #b4befe
|
||||||
|
text = #cdd6f4
|
||||||
|
subtext1 = #bac2de
|
||||||
|
subtext0 = #a6adc8
|
||||||
|
overlay2 = #9399b2
|
||||||
|
overlay1 = #7f849c
|
||||||
|
overlay0 = #6c7086
|
||||||
|
surface2 = #585b70
|
||||||
|
surface1 = #45475a
|
||||||
|
surface0 = #313244
|
||||||
|
base = #1e1e2e
|
||||||
|
mantle = #181825
|
||||||
|
crust = #11111b
|
||||||
|
transparent = #FF00000
|
|
@ -0,0 +1,44 @@
|
||||||
|
; Importing files
|
||||||
|
include-file = ~/.config/polybar/modules.ini
|
||||||
|
include-file = ~/.config/polybar/colors.ini
|
||||||
|
|
||||||
|
;==========================================================
|
||||||
|
|
||||||
|
[bar/i3_bar]
|
||||||
|
width = 100%
|
||||||
|
height = 20pt
|
||||||
|
radius = 0
|
||||||
|
dpi = 100
|
||||||
|
background = ${colors.crust}
|
||||||
|
foreground = ${colors.text}
|
||||||
|
line-size = 3
|
||||||
|
border-size = 1pt
|
||||||
|
border-color = ${colors.crust}
|
||||||
|
module-margin = 0
|
||||||
|
padding-left=0pt
|
||||||
|
padding-right=0pt
|
||||||
|
separator =""
|
||||||
|
separator-foreground = ${colors.red}
|
||||||
|
seperator-background = ${colors.red}
|
||||||
|
|
||||||
|
font-0 = "FiraCode Nerd Font Mono condensed:size=11;2"
|
||||||
|
font-1 = Font Awesome 6 Free:pixelsize=12;2
|
||||||
|
font-2 = Font Awesome 6 Free Solid:pixelsize=12;2
|
||||||
|
font-3 = Font Awesome 6 Brands:pixelsize=12;2
|
||||||
|
font-4 = "FiraCode Nerd Font Mono:size=18:weight=bold;3"
|
||||||
|
|
||||||
|
; Language Fonts
|
||||||
|
font-5 = "Noto Sans Bengali:size=12:weight=bold;1"
|
||||||
|
font-6 = "Noto Sans JP:size=12:weight=bold;1"
|
||||||
|
font-7 = "Noto Sans Arabic:size=12:weight=bold;1"
|
||||||
|
#font-8 = "FiraCode Nerd Font Mono:size=12;2"
|
||||||
|
modules-left = rofi ss i3 ss xwindow
|
||||||
|
modules-right = ss upspeed downspeed ss numkey ss xkeyboard ss uptime ss battery ss filesystem ss cpu ss temp ss tempgpu ss memory ss pulseaudio ss time
|
||||||
|
cursor-click = pointer
|
||||||
|
;cursor-scroll = ns-resize
|
||||||
|
enable-ipc = true
|
||||||
|
tray-position = right
|
||||||
|
tray-padding= 2
|
||||||
|
tray-background = #000
|
||||||
|
wm-restack = i3
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Terminate already running bar instances
|
||||||
|
# If all your bars have ipc enabled, you can use
|
||||||
|
polybar-msg cmd quit
|
||||||
|
# Otherwise you can use the nuclear option:
|
||||||
|
# killall -q polybar
|
||||||
|
|
||||||
|
# Launch bar1 and bar2
|
||||||
|
echo "---" | tee -a /tmp/polybar1.log /tmp/polybar2.log
|
||||||
|
polybar i3_bar 2>&1 | tee -a /tmp/polybar1.log & disown
|
||||||
|
|
||||||
|
echo "Bars launched..."
|
|
@ -0,0 +1,197 @@
|
||||||
|
;==========================================================
|
||||||
|
[module/rofi]
|
||||||
|
type=custom/text
|
||||||
|
content=":)"
|
||||||
|
content-padding=3
|
||||||
|
content-foreground=#ff0000
|
||||||
|
content-background=#ffff00
|
||||||
|
|
||||||
|
;==========================================================
|
||||||
|
[module/ss]
|
||||||
|
type=custom/text
|
||||||
|
content=" "
|
||||||
|
content-foreground=${colors.red}
|
||||||
|
content-background=${colors.crust}
|
||||||
|
|
||||||
|
;==========================================================
|
||||||
|
[module/i3]
|
||||||
|
type = internal/i3
|
||||||
|
enable-scroll = true
|
||||||
|
show-urgent = true
|
||||||
|
strip-wsnumbers = false
|
||||||
|
index-sort = true
|
||||||
|
enable-click = true
|
||||||
|
wrapping-scroll = false
|
||||||
|
|
||||||
|
format = <label-state> <label-mode>
|
||||||
|
label-mode = %mode%
|
||||||
|
label-mode-padding = 1
|
||||||
|
label-mode-background = ${colors.transparent}
|
||||||
|
label-mode-foreground = ${colors.transparent}
|
||||||
|
|
||||||
|
label-focused-foreground = ${colors.crust}
|
||||||
|
label-focused-background = ${colors.red}
|
||||||
|
label-focused-underline = ${colors.transparent}
|
||||||
|
label-focused-padding = 4
|
||||||
|
|
||||||
|
label-unfocused-foreground = ${colors.transparent}
|
||||||
|
label-unfocused-padding = 4
|
||||||
|
|
||||||
|
label-visible-underline = ${colors.transparent}
|
||||||
|
label-visible-padding = 4
|
||||||
|
|
||||||
|
label-urgent-foreground = ${colors.transparent}
|
||||||
|
label-urgent-underline = ${colors.transparent}
|
||||||
|
label-urgent-padding = 4
|
||||||
|
|
||||||
|
label-separator = " | "
|
||||||
|
label-separator-padding = 1
|
||||||
|
label-separator-foreground = ${colors.transparent}
|
||||||
|
|
||||||
|
;==========================================================
|
||||||
|
[module/xwindow]
|
||||||
|
type = internal/xwindow
|
||||||
|
format-prefix=|
|
||||||
|
format-margin=2
|
||||||
|
format-prefix-foreground=${colors.text}
|
||||||
|
|
||||||
|
label = %title:0:200:%
|
||||||
|
label-foreground = ${colors.text}
|
||||||
|
label-padding-left=4
|
||||||
|
label-padding-right=4
|
||||||
|
|
||||||
|
;==========================================================
|
||||||
|
[module/time]
|
||||||
|
type = internal/date
|
||||||
|
interval = 1
|
||||||
|
format-prefix = " "
|
||||||
|
format-prefix-foreground=${colors.pink}
|
||||||
|
format-underline= ${colors.pink}
|
||||||
|
|
||||||
|
date = %a %d %b %H:%M:%S
|
||||||
|
label =%date%
|
||||||
|
label-foreground = ${colors.pink}
|
||||||
|
label-padding-left=2
|
||||||
|
label-padding-right=2
|
||||||
|
|
||||||
|
;==========================================================
|
||||||
|
[module/filesystem]
|
||||||
|
type = internal/fs
|
||||||
|
interval = 2
|
||||||
|
mount-0 = /
|
||||||
|
format-mounted-prefix = " "
|
||||||
|
format-mounted-prefix-foreground = ${colors.red}
|
||||||
|
format-mounted-underline=${colors.red}
|
||||||
|
|
||||||
|
label-mounted = %free%
|
||||||
|
label-unmounted = %mountpoint% not mounted
|
||||||
|
label-mounted-foreground = ${colors.red}
|
||||||
|
label-mounted-padding-left=2
|
||||||
|
label-mounted-padding-right=2
|
||||||
|
|
||||||
|
;==========================================================
|
||||||
|
[module/cpu]
|
||||||
|
type = internal/cpu
|
||||||
|
interval = 1
|
||||||
|
format-prefix = " "
|
||||||
|
format-prefix-foreground = ${colors.peac}
|
||||||
|
format-underline= ${colors.peach}
|
||||||
|
|
||||||
|
label = %percentage%%
|
||||||
|
label-foreground = ${colors.peach}
|
||||||
|
label-padding-left=2
|
||||||
|
label-padding-right=2
|
||||||
|
|
||||||
|
;==========================================================
|
||||||
|
[module/temp]
|
||||||
|
type = internal/temperature
|
||||||
|
interval = 2
|
||||||
|
thermal-zone = 0
|
||||||
|
hwmon-path = /sys/class/hwmon/hwmon1/temp1_input
|
||||||
|
base-temperature = 20
|
||||||
|
warn-temperature = 70
|
||||||
|
units = true
|
||||||
|
|
||||||
|
format =<label>
|
||||||
|
format-underline=${colors.yellow}
|
||||||
|
format-prefix = " CPU "
|
||||||
|
format-prefix-foreground= ${colors.yellow}
|
||||||
|
|
||||||
|
label = %temperature-c%
|
||||||
|
label-foreground = ${colors.yellow}
|
||||||
|
label-padding-left=2
|
||||||
|
label-padding-right=2
|
||||||
|
|
||||||
|
format-warn-prefix = " CPU "
|
||||||
|
format-warn-prefix-foreground= ${colors.yellow}
|
||||||
|
format-warn-underline= ${colors.yellow}
|
||||||
|
label-warn = %temperature-c%
|
||||||
|
label-warn-foreground = ${colors.yellow}
|
||||||
|
label-warn-padding-left=2
|
||||||
|
label-warn-padding-right=2
|
||||||
|
|
||||||
|
;==============================================================
|
||||||
|
[module/tempgpu]
|
||||||
|
type = custom/script
|
||||||
|
interval = 2
|
||||||
|
exec = nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader,nounits
|
||||||
|
base-temperature = 20
|
||||||
|
warn-temperature = 70
|
||||||
|
units = true
|
||||||
|
|
||||||
|
format =<label>
|
||||||
|
format-underline=${colors.green}
|
||||||
|
format-prefix = " GPU "
|
||||||
|
format-prefix-foreground= ${colors.green}
|
||||||
|
|
||||||
|
label = %output%°C
|
||||||
|
label-foreground = ${colors.green}
|
||||||
|
label-padding-left=2
|
||||||
|
label-padding-right=2
|
||||||
|
|
||||||
|
format-warn-prefix = " GPU "
|
||||||
|
format-warn-prefix-foreground= ${colors.green}
|
||||||
|
format-warn-underline= ${colors.green}
|
||||||
|
label-warn = %output%
|
||||||
|
label-warn-foreground = ${colors.green}
|
||||||
|
label-warn-padding-left=2
|
||||||
|
label-warn-padding-right=2
|
||||||
|
;==========================================================
|
||||||
|
[module/memory]
|
||||||
|
type = internal/memory
|
||||||
|
interval = 1
|
||||||
|
format-prefix = " "
|
||||||
|
format-prefix-foreground = ${colors.blue}
|
||||||
|
format-underline=${colors.blue}
|
||||||
|
|
||||||
|
label = %mb_used%
|
||||||
|
label-foreground = ${colors.cream}
|
||||||
|
label-padding-left=2
|
||||||
|
label-padding-right=2
|
||||||
|
|
||||||
|
;==========================================================
|
||||||
|
[module/pulseaudio]
|
||||||
|
type = internal/pulseaudio
|
||||||
|
format-volume-prefix = " "
|
||||||
|
format-volume-prefix-foreground = ${colors.lavender}
|
||||||
|
format-volume = <label-volume>
|
||||||
|
format-volume-underline= ${colors.lavender}
|
||||||
|
|
||||||
|
label-volume = %percentage%%
|
||||||
|
label-volume-foreground= ${colors.lavender}
|
||||||
|
label-volume-padding-left=2
|
||||||
|
label-volume-padding-right=2
|
||||||
|
|
||||||
|
label-muted = muted
|
||||||
|
label-muted-foreground = ${colors.lavender}
|
||||||
|
label-muted-underline = ${colors.lavender}
|
||||||
|
label-muted-padding=2
|
||||||
|
|
||||||
|
;==========================================================
|
||||||
|
[settings]
|
||||||
|
screenchange-reload = true
|
||||||
|
pseudo-transparency = true
|
||||||
|
|
||||||
|
|
||||||
|
; vim:ft=dosini
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[ColorScheme]
|
||||||
|
active_colors= #ffcdd6f4, #ff45475a, #ff585b70, #ff313244, #ff11111b, #ff181825, #ffcdd6f4, #ffcdd6f4, #ffcdd6f4, #ff1e1e2e, #ff181825, #ff11111b, #fff38ba8, #ff11111b, #ff89b4fa, #ffb4befe, #ff181825, #ffffffff, #ff1e1e2e, #ffcdd6f4, #806c7086, #fff38ba8
|
||||||
|
inactive_colors=#ff7f849c, #ff1e1e2e, #ff45475a, #ff313244, #ff11111b, #ff181825, #ff7f849c, #ffcdd6f4, #ff7f849c, #ff1e1e2e, #ff181825, #ff11111b, #ff313244, #ff7f849c, #ff7f849c, #ff7f849c, #ff181825, #ffffffff, #ff1e1e2e, #ffcdd6f4, #806c7086, #ff313244
|
||||||
|
disabled_colors=#ff6c7086, #ff313244, #ff45475a, #ff313244, #ff11111b, #ff181825, #ff6c7086, #ffcdd6f4, #ff6c7086, #ff1e1e2e, #ff181825, #ff11111b, #ff181825, #ff6c7086, #ffa9bcdb, #ffc7cceb, #ff181825, #ffffffff, #ff1e1e2e, #ffcdd6f4, #806c7086, #ff181825
|
|
@ -0,0 +1,4 @@
|
||||||
|
[ColorScheme]
|
||||||
|
active_colors= #ffcdd6f4, #ff45475a, #ff585b70, #ff313244, #ff11111b, #ff181825, #ffcdd6f4, #ffcdd6f4, #ffcdd6f4, #ff1e1e2e, #ff181825, #ff11111b, #fff38ba8, #ff11111b, #ff89b4fa, #ffb4befe, #ff181825, #ffffffff, #ff1e1e2e, #ffcdd6f4, #806c7086, #fff38ba8
|
||||||
|
inactive_colors=#ff7f849c, #ff1e1e2e, #ff45475a, #ff313244, #ff11111b, #ff181825, #ff7f849c, #ffcdd6f4, #ff7f849c, #ff1e1e2e, #ff181825, #ff11111b, #ff313244, #ff7f849c, #ff7f849c, #ff7f849c, #ff181825, #ffffffff, #ff1e1e2e, #ffcdd6f4, #806c7086, #ff313244
|
||||||
|
disabled_colors=#ff6c7086, #ff313244, #ff45475a, #ff313244, #ff11111b, #ff181825, #ff6c7086, #ffcdd6f4, #ff6c7086, #ff1e1e2e, #ff181825, #ff11111b, #ff181825, #ff6c7086, #ffa9bcdb, #ffc7cceb, #ff181825, #ffffffff, #ff1e1e2e, #ffcdd6f4, #806c7086, #ff181825
|
|
@ -0,0 +1,31 @@
|
||||||
|
[Appearance]
|
||||||
|
color_scheme_path=/home/red/.config/qt6ct/colors/catppuccin-mocha-red.conf
|
||||||
|
custom_palette=true
|
||||||
|
standard_dialogs=default
|
||||||
|
style=Fusion
|
||||||
|
|
||||||
|
[Fonts]
|
||||||
|
fixed="Sans Serif,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
|
general="Sans Serif,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
|
|
||||||
|
[Interface]
|
||||||
|
activate_item_on_single_click=1
|
||||||
|
buttonbox_layout=0
|
||||||
|
cursor_flash_time=1000
|
||||||
|
dialog_buttons_have_icons=1
|
||||||
|
double_click_interval=400
|
||||||
|
gui_effects=@Invalid()
|
||||||
|
keyboard_scheme=2
|
||||||
|
menus_have_icons=true
|
||||||
|
show_shortcuts_in_context_menus=true
|
||||||
|
stylesheets=@Invalid()
|
||||||
|
toolbutton_style=4
|
||||||
|
underline_shortcut=1
|
||||||
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
|
[SettingsWindow]
|
||||||
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\b\xf6\0\0\0 \0\0\rl\0\0\x5\x9c\0\0\b\xf7\0\0\0!\0\0\rk\0\0\x5\x9b\0\0\0\0\0\0\0\0\rp\0\0\b\xf7\0\0\0!\0\0\rk\0\0\x5\x9b)
|
||||||
|
|
||||||
|
[Troubleshooting]
|
||||||
|
force_raster_widgets=1
|
||||||
|
ignored_applications=@Invalid()
|
|
@ -0,0 +1 @@
|
||||||
|
@theme "/home/red/.config/rofi/default.rasinc"
|
|
@ -0,0 +1,170 @@
|
||||||
|
@import "/home/red/.config/rofi/mocha.rasinc"
|
||||||
|
|
||||||
|
* {
|
||||||
|
selected-active-foreground: @background;
|
||||||
|
lightfg: @text;
|
||||||
|
separatorcolor: @foreground;
|
||||||
|
urgent-foreground: @red;
|
||||||
|
alternate-urgent-background: @lightbg;
|
||||||
|
lightbg: @mantle;
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: @foreground;
|
||||||
|
normal-background: @background;
|
||||||
|
selected-urgent-background: @red;
|
||||||
|
alternate-active-background: @lightbg;
|
||||||
|
spacing: 2;
|
||||||
|
alternate-normal-foreground: @foreground;
|
||||||
|
urgent-background: @background;
|
||||||
|
selected-normal-foreground: @lightbg;
|
||||||
|
active-foreground: @blue;
|
||||||
|
background: @base;
|
||||||
|
selected-active-background: @blue;
|
||||||
|
active-background: @background;
|
||||||
|
selected-normal-background: @lightfg;
|
||||||
|
alternate-normal-background: @lightbg;
|
||||||
|
foreground: @text;
|
||||||
|
selected-urgent-foreground: @background;
|
||||||
|
normal-foreground: @foreground;
|
||||||
|
alternate-urgent-foreground: @red;
|
||||||
|
alternate-active-foreground: @blue;
|
||||||
|
|
||||||
|
}
|
||||||
|
element {
|
||||||
|
padding: 1px ;
|
||||||
|
cursor: pointer;
|
||||||
|
spacing: 5px ;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
element normal.normal {
|
||||||
|
background-color: @normal-background;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
element normal.urgent {
|
||||||
|
background-color: @urgent-background;
|
||||||
|
text-color: @urgent-foreground;
|
||||||
|
}
|
||||||
|
element normal.active {
|
||||||
|
background-color: @active-background;
|
||||||
|
text-color: @active-foreground;
|
||||||
|
}
|
||||||
|
element selected.normal {
|
||||||
|
background-color: @selected-normal-background;
|
||||||
|
text-color: @selected-normal-foreground;
|
||||||
|
}
|
||||||
|
element selected.urgent {
|
||||||
|
background-color: @selected-urgent-background;
|
||||||
|
text-color: @selected-urgent-foreground;
|
||||||
|
}
|
||||||
|
element selected.active {
|
||||||
|
background-color: @selected-active-background;
|
||||||
|
text-color: @selected-active-foreground;
|
||||||
|
}
|
||||||
|
element alternate.normal {
|
||||||
|
background-color: @alternate-normal-background;
|
||||||
|
text-color: @alternate-normal-foreground;
|
||||||
|
}
|
||||||
|
element alternate.urgent {
|
||||||
|
background-color: @alternate-urgent-background;
|
||||||
|
text-color: @alternate-urgent-foreground;
|
||||||
|
}
|
||||||
|
element alternate.active {
|
||||||
|
background-color: @alternate-active-background;
|
||||||
|
text-color: @alternate-active-foreground;
|
||||||
|
}
|
||||||
|
element-text {
|
||||||
|
background-color: transparent;
|
||||||
|
cursor: inherit;
|
||||||
|
highlight: inherit;
|
||||||
|
text-color: inherit;
|
||||||
|
}
|
||||||
|
element-icon {
|
||||||
|
background-color: transparent;
|
||||||
|
size: 1.0000em ;
|
||||||
|
cursor: inherit;
|
||||||
|
text-color: inherit;
|
||||||
|
}
|
||||||
|
window {
|
||||||
|
padding: 5;
|
||||||
|
background-color: @background;
|
||||||
|
border: 1;
|
||||||
|
}
|
||||||
|
mainbox {
|
||||||
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
message {
|
||||||
|
padding: 1px ;
|
||||||
|
border-color: @separatorcolor;
|
||||||
|
border: 2px dash 0px 0px ;
|
||||||
|
}
|
||||||
|
textbox {
|
||||||
|
text-color: @foreground;
|
||||||
|
}
|
||||||
|
listview {
|
||||||
|
padding: 2px 0px 0px ;
|
||||||
|
scrollbar: true;
|
||||||
|
border-color: @separatorcolor;
|
||||||
|
spacing: 2px ;
|
||||||
|
fixed-height: 0;
|
||||||
|
border: 2px dash 0px 0px ;
|
||||||
|
}
|
||||||
|
scrollbar {
|
||||||
|
width: 4px ;
|
||||||
|
padding: 0;
|
||||||
|
handle-width: 8px ;
|
||||||
|
border: 0;
|
||||||
|
handle-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
sidebar {
|
||||||
|
border-color: @separatorcolor;
|
||||||
|
border: 2px dash 0px 0px ;
|
||||||
|
}
|
||||||
|
button {
|
||||||
|
cursor: pointer;
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
button selected {
|
||||||
|
background-color: @selected-normal-background;
|
||||||
|
text-color: @selected-normal-foreground;
|
||||||
|
}
|
||||||
|
num-filtered-rows {
|
||||||
|
expand: false;
|
||||||
|
text-color: Gray;
|
||||||
|
}
|
||||||
|
num-rows {
|
||||||
|
expand: false;
|
||||||
|
text-color: Gray;
|
||||||
|
}
|
||||||
|
textbox-num-sep {
|
||||||
|
expand: false;
|
||||||
|
str: "/";
|
||||||
|
text-color: Gray;
|
||||||
|
}
|
||||||
|
inputbar {
|
||||||
|
padding: 1px ;
|
||||||
|
spacing: 0px ;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
children: [ "prompt","textbox-prompt-colon","entry","num-filtered-rows","textbox-num-sep","num-rows","case-indicator" ];
|
||||||
|
}
|
||||||
|
case-indicator {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
entry {
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
cursor: text;
|
||||||
|
spacing: 0;
|
||||||
|
placeholder-color: Gray;
|
||||||
|
placeholder: "Type to filter";
|
||||||
|
}
|
||||||
|
prompt {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
textbox-prompt-colon {
|
||||||
|
margin: 0px 0.3000em 0.0000em 0.0000em ;
|
||||||
|
expand: false;
|
||||||
|
str: ":";
|
||||||
|
text-color: inherit;
|
||||||
|
}
|
|
@ -0,0 +1,28 @@
|
||||||
|
* {
|
||||||
|
rosewater: #f5e0dc;
|
||||||
|
flamingo: #f2cdcd;
|
||||||
|
pink: #f5c2e7;
|
||||||
|
mauve: #cba6f7;
|
||||||
|
red: #f38ba8;
|
||||||
|
maroon: #eba0ac;
|
||||||
|
peach: #fab387;
|
||||||
|
yellow: #f9e2af;
|
||||||
|
green: #a6e3a1;
|
||||||
|
teal: #94e2d5;
|
||||||
|
sky: #89dceb;
|
||||||
|
sapphire: #74c7ec;
|
||||||
|
blue: #89b4fa;
|
||||||
|
lavender: #b4befe;
|
||||||
|
text: #cdd6f4;
|
||||||
|
subtext1: #bac2de;
|
||||||
|
subtext0: #a6adc8;
|
||||||
|
overlay2: #9399b2;
|
||||||
|
overlay1: #7f849c;
|
||||||
|
overlay0: #6c7086;
|
||||||
|
surface2: #585b70;
|
||||||
|
surface1: #45475a;
|
||||||
|
surface0: #313244;
|
||||||
|
base: #1e1e2e;
|
||||||
|
mantle: #181825;
|
||||||
|
crust: #11111b;
|
||||||
|
}
|
|
@ -0,0 +1,122 @@
|
||||||
|
/*******************************************************
|
||||||
|
* ROFI configs i3 powermenu for EndeavourOS
|
||||||
|
* Maintainer: joekamprad [joekamprad //a_t// endeavouros.com]
|
||||||
|
*******************************************************/
|
||||||
|
configuration {
|
||||||
|
font: "Noto Sans Regular 10";
|
||||||
|
show-icons: false;
|
||||||
|
icon-theme: "Qogir";
|
||||||
|
scroll-method: 0;
|
||||||
|
disable-history: false;
|
||||||
|
fullscreen: false;
|
||||||
|
hide-scrollbar: true;
|
||||||
|
sidebar-mode: false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@import "~/.config/rofi/config.rasi"
|
||||||
|
/* Insert theme modifications after this */
|
||||||
|
|
||||||
|
|
||||||
|
window {
|
||||||
|
background-color: @background;
|
||||||
|
border: 0;
|
||||||
|
padding: 10;
|
||||||
|
transparency: "real";
|
||||||
|
width: 170px;
|
||||||
|
location: east;
|
||||||
|
/*y-offset: 18;*/
|
||||||
|
/*x-offset: 850;*/
|
||||||
|
}
|
||||||
|
listview {
|
||||||
|
lines: 4;
|
||||||
|
columns: 1;
|
||||||
|
}
|
||||||
|
element {
|
||||||
|
border: 0;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
element-text {
|
||||||
|
background-color: inherit;
|
||||||
|
text-color: inherit;
|
||||||
|
}
|
||||||
|
element.normal.normal {
|
||||||
|
background-color: @normal-background;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
element.normal.urgent {
|
||||||
|
background-color: @urgent-background;
|
||||||
|
text-color: @urgent-foreground;
|
||||||
|
}
|
||||||
|
element.normal.active {
|
||||||
|
background-color: @active-background;
|
||||||
|
text-color: @active-foreground;
|
||||||
|
}
|
||||||
|
element.selected.normal {
|
||||||
|
background-color: @selected-normal-background;
|
||||||
|
text-color: @selected-normal-foreground;
|
||||||
|
}
|
||||||
|
element.selected.urgent {
|
||||||
|
background-color: @selected-urgent-background;
|
||||||
|
text-color: @selected-urgent-foreground;
|
||||||
|
}
|
||||||
|
element.selected.active {
|
||||||
|
background-color: @selected-active-background;
|
||||||
|
text-color: @selected-active-foreground;
|
||||||
|
}
|
||||||
|
element.alternate.normal {
|
||||||
|
background-color: @alternate-normal-background;
|
||||||
|
text-color: @alternate-normal-foreground;
|
||||||
|
}
|
||||||
|
element.alternate.urgent {
|
||||||
|
background-color: @alternate-urgent-background;
|
||||||
|
text-color: @alternate-urgent-foreground;
|
||||||
|
}
|
||||||
|
element.alternate.active {
|
||||||
|
background-color: @alternate-active-background;
|
||||||
|
text-color: @alternate-active-foreground;
|
||||||
|
}
|
||||||
|
scrollbar {
|
||||||
|
width: 4px;
|
||||||
|
border: 0;
|
||||||
|
handle-color: @normal-foreground;
|
||||||
|
handle-width: 8px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
mode-switcher {
|
||||||
|
border: 2px 0px 0px;
|
||||||
|
border-color: @separatorcolor;
|
||||||
|
}
|
||||||
|
button {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
button.selected {
|
||||||
|
background-color: @selected-normal-background;
|
||||||
|
text-color: @selected-normal-foreground;
|
||||||
|
}
|
||||||
|
inputbar {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
case-indicator {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
entry {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
prompt {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
inputbar {
|
||||||
|
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||||
|
}
|
||||||
|
textbox-prompt-colon {
|
||||||
|
expand: false;
|
||||||
|
str: "Set Power Profile:";
|
||||||
|
margin: 0px 0.3em 0em 0em;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
|
@ -0,0 +1,125 @@
|
||||||
|
/*******************************************************
|
||||||
|
* ROFI configs i3 powermenu for EndeavourOS
|
||||||
|
* Maintainer: joekamprad [joekamprad //a_t// endeavouros.com]
|
||||||
|
*******************************************************/
|
||||||
|
configuration {
|
||||||
|
font: "Noto Sans Regular 10";
|
||||||
|
show-icons: false;
|
||||||
|
icon-theme: "Qogir";
|
||||||
|
scroll-method: 0;
|
||||||
|
disable-history: false;
|
||||||
|
sidebar-mode: false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@import "~/.config/rofi/config.rasi"
|
||||||
|
/* Insert theme modifications after this */
|
||||||
|
|
||||||
|
window {
|
||||||
|
background-color: @background;
|
||||||
|
border: 0;
|
||||||
|
padding: 10;
|
||||||
|
transparency: "real";
|
||||||
|
width: 120px;
|
||||||
|
location: east;
|
||||||
|
/*y-offset: 18;*/
|
||||||
|
/*x-offset: 850;*/
|
||||||
|
}
|
||||||
|
listview {
|
||||||
|
lines: 7;
|
||||||
|
columns: 1;
|
||||||
|
scrollbar: false;
|
||||||
|
}
|
||||||
|
element {
|
||||||
|
border: 0;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
element-text {
|
||||||
|
background-color: inherit;
|
||||||
|
text-color: inherit;
|
||||||
|
}
|
||||||
|
element.normal.normal {
|
||||||
|
background-color: @normal-background;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
element.normal.urgent {
|
||||||
|
background-color: @urgent-background;
|
||||||
|
text-color: @urgent-foreground;
|
||||||
|
}
|
||||||
|
element.normal.active {
|
||||||
|
background-color: @active-background;
|
||||||
|
text-color: @active-foreground;
|
||||||
|
}
|
||||||
|
element.selected.normal {
|
||||||
|
background-color: @selected-normal-background;
|
||||||
|
text-color: @selected-normal-foreground;
|
||||||
|
}
|
||||||
|
element.selected.urgent {
|
||||||
|
background-color: @selected-urgent-background;
|
||||||
|
text-color: @selected-urgent-foreground;
|
||||||
|
}
|
||||||
|
element.selected.active {
|
||||||
|
background-color: @selected-active-background;
|
||||||
|
text-color: @selected-active-foreground;
|
||||||
|
}
|
||||||
|
element.alternate.normal {
|
||||||
|
background-color: @alternate-normal-background;
|
||||||
|
text-color: @alternate-normal-foreground;
|
||||||
|
}
|
||||||
|
element.alternate.urgent {
|
||||||
|
background-color: @alternate-urgent-background;
|
||||||
|
text-color: @alternate-urgent-foreground;
|
||||||
|
}
|
||||||
|
element.alternate.active {
|
||||||
|
background-color: @alternate-active-background;
|
||||||
|
text-color: @alternate-active-foreground;
|
||||||
|
}
|
||||||
|
scrollbar {
|
||||||
|
width: 4px;
|
||||||
|
border: 0;
|
||||||
|
handle-color: @normal-foreground;
|
||||||
|
handle-width: 8px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
mode-switcher {
|
||||||
|
border: 2px 0px 0px;
|
||||||
|
border-color: @separatorcolor;
|
||||||
|
}
|
||||||
|
button {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
button.selected {
|
||||||
|
background-color: @selected-normal-background;
|
||||||
|
text-color: @selected-normal-foreground;
|
||||||
|
}
|
||||||
|
inputbar {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
case-indicator {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
entry {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
prompt {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
inputbar {
|
||||||
|
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||||
|
}
|
||||||
|
textbox-prompt-colon {
|
||||||
|
expand: false;
|
||||||
|
str: ":";
|
||||||
|
margin: 0px 0.3em 0em 0em;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*removes the text input line*/
|
||||||
|
mainbox {
|
||||||
|
children: [listview];
|
||||||
|
}
|
|
@ -0,0 +1,136 @@
|
||||||
|
/*******************************************************
|
||||||
|
* ROFI configs i3 Apps menu for EndeavourOS
|
||||||
|
* Maintainer: joekamprad [joekamprad //a_t// endeavouros.com]
|
||||||
|
*******************************************************/
|
||||||
|
configuration {
|
||||||
|
font: "Noto Sans Regular 10";
|
||||||
|
show-icons: true;
|
||||||
|
icon-theme: "Qogir";
|
||||||
|
display-drun: "Apps";
|
||||||
|
drun-display-format: "{name}";
|
||||||
|
scroll-method: 0;
|
||||||
|
disable-history: false;
|
||||||
|
sidebar-mode: false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@import "~/.config/rofi/config.rasi"
|
||||||
|
/* Insert theme modifications after this */
|
||||||
|
|
||||||
|
window {
|
||||||
|
background-color: @background;
|
||||||
|
border: 0;
|
||||||
|
padding: 30;
|
||||||
|
}
|
||||||
|
listview {
|
||||||
|
lines: 10;
|
||||||
|
columns: 3;
|
||||||
|
}
|
||||||
|
mainbox {
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
message {
|
||||||
|
border: 2px 0px 0px;
|
||||||
|
border-color: @separatorcolor;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
textbox {
|
||||||
|
text-color: @foreground;
|
||||||
|
}
|
||||||
|
listview {
|
||||||
|
fixed-height: 0;
|
||||||
|
border: 8px 0px 0px;
|
||||||
|
border-color: @separatorcolor;
|
||||||
|
spacing: 8px;
|
||||||
|
scrollbar: false;
|
||||||
|
padding: 2px 0px 0px;
|
||||||
|
}
|
||||||
|
element {
|
||||||
|
border: 0;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
element-text {
|
||||||
|
background-color: inherit;
|
||||||
|
text-color: inherit;
|
||||||
|
}
|
||||||
|
element.normal.normal {
|
||||||
|
background-color: @normal-background;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
element.normal.urgent {
|
||||||
|
background-color: @urgent-background;
|
||||||
|
text-color: @urgent-foreground;
|
||||||
|
}
|
||||||
|
element.normal.active {
|
||||||
|
background-color: @active-background;
|
||||||
|
text-color: @active-foreground;
|
||||||
|
}
|
||||||
|
element.selected.normal {
|
||||||
|
background-color: @selected-normal-background;
|
||||||
|
text-color: @selected-normal-foreground;
|
||||||
|
}
|
||||||
|
element.selected.urgent {
|
||||||
|
background-color: @selected-urgent-background;
|
||||||
|
text-color: @selected-urgent-foreground;
|
||||||
|
}
|
||||||
|
element.selected.active {
|
||||||
|
background-color: @selected-active-background;
|
||||||
|
text-color: @selected-active-foreground;
|
||||||
|
}
|
||||||
|
element.alternate.normal {
|
||||||
|
background-color: @alternate-normal-background;
|
||||||
|
text-color: @alternate-normal-foreground;
|
||||||
|
}
|
||||||
|
element.alternate.urgent {
|
||||||
|
background-color: @alternate-urgent-background;
|
||||||
|
text-color: @alternate-urgent-foreground;
|
||||||
|
}
|
||||||
|
element.alternate.active {
|
||||||
|
background-color: @alternate-active-background;
|
||||||
|
text-color: @alternate-active-foreground;
|
||||||
|
}
|
||||||
|
scrollbar {
|
||||||
|
width: 4px;
|
||||||
|
border: 0;
|
||||||
|
handle-color: @normal-foreground;
|
||||||
|
handle-width: 8px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
mode-switcher {
|
||||||
|
border: 2px 0px 0px;
|
||||||
|
border-color: @separatorcolor;
|
||||||
|
}
|
||||||
|
button {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
button.selected {
|
||||||
|
background-color: @selected-normal-background;
|
||||||
|
text-color: @selected-normal-foreground;
|
||||||
|
}
|
||||||
|
inputbar {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
case-indicator {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
entry {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
prompt {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
inputbar {
|
||||||
|
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||||
|
}
|
||||||
|
textbox-prompt-colon {
|
||||||
|
expand: false;
|
||||||
|
str: ":";
|
||||||
|
margin: 0px 0.3em 0em 0em;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
|
@ -0,0 +1,138 @@
|
||||||
|
/*******************************************************
|
||||||
|
* ROFI configs i3 keyhint-menu for EndeavourOS
|
||||||
|
* Maintainer: joekamprad [joekamprad //a_t// endeavouros.com]
|
||||||
|
*******************************************************/
|
||||||
|
configuration {
|
||||||
|
font: "Noto Sans Regular 10";
|
||||||
|
show-icons: false;
|
||||||
|
icon-theme: "Qogir";
|
||||||
|
display-drun: "KeyHint";
|
||||||
|
drun-display-format: "{name}";
|
||||||
|
scroll-method: 0;
|
||||||
|
disable-history: false;
|
||||||
|
fullscreen: false;
|
||||||
|
hide-scrollbar: true;
|
||||||
|
sidebar-mode: false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@import "~/.config/rofi/config.rasi"
|
||||||
|
/* Insert theme modifications after this */
|
||||||
|
|
||||||
|
window {
|
||||||
|
background-color: @background;
|
||||||
|
border: 0;
|
||||||
|
padding: 30;
|
||||||
|
}
|
||||||
|
listview {
|
||||||
|
lines: 10;
|
||||||
|
columns: 1;
|
||||||
|
}
|
||||||
|
mainbox {
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
message {
|
||||||
|
border: 2px 0px 0px;
|
||||||
|
border-color: @separatorcolor;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
textbox {
|
||||||
|
text-color: @foreground;
|
||||||
|
}
|
||||||
|
listview {
|
||||||
|
fixed-height: 0;
|
||||||
|
border: 8px 0px 0px;
|
||||||
|
border-color: @separatorcolor;
|
||||||
|
spacing: 8px;
|
||||||
|
scrollbar: false;
|
||||||
|
padding: 2px 0px 0px;
|
||||||
|
}
|
||||||
|
element {
|
||||||
|
border: 0;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
element-text {
|
||||||
|
background-color: inherit;
|
||||||
|
text-color: inherit;
|
||||||
|
}
|
||||||
|
element.normal.normal {
|
||||||
|
background-color: @normal-background;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
element.normal.urgent {
|
||||||
|
background-color: @urgent-background;
|
||||||
|
text-color: @urgent-foreground;
|
||||||
|
}
|
||||||
|
element.normal.active {
|
||||||
|
background-color: @active-background;
|
||||||
|
text-color: @active-foreground;
|
||||||
|
}
|
||||||
|
element.selected.normal {
|
||||||
|
background-color: @selected-normal-background;
|
||||||
|
text-color: @selected-normal-foreground;
|
||||||
|
}
|
||||||
|
element.selected.urgent {
|
||||||
|
background-color: @selected-urgent-background;
|
||||||
|
text-color: @selected-urgent-foreground;
|
||||||
|
}
|
||||||
|
element.selected.active {
|
||||||
|
background-color: @selected-active-background;
|
||||||
|
text-color: @selected-active-foreground;
|
||||||
|
}
|
||||||
|
element.alternate.normal {
|
||||||
|
background-color: @alternate-normal-background;
|
||||||
|
text-color: @alternate-normal-foreground;
|
||||||
|
}
|
||||||
|
element.alternate.urgent {
|
||||||
|
background-color: @alternate-urgent-background;
|
||||||
|
text-color: @alternate-urgent-foreground;
|
||||||
|
}
|
||||||
|
element.alternate.active {
|
||||||
|
background-color: @alternate-active-background;
|
||||||
|
text-color: @alternate-active-foreground;
|
||||||
|
}
|
||||||
|
scrollbar {
|
||||||
|
width: 4px;
|
||||||
|
border: 0;
|
||||||
|
handle-color: @normal-foreground;
|
||||||
|
handle-width: 8px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
mode-switcher {
|
||||||
|
border: 2px 0px 0px;
|
||||||
|
border-color: @separatorcolor;
|
||||||
|
}
|
||||||
|
button {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
button.selected {
|
||||||
|
background-color: @selected-normal-background;
|
||||||
|
text-color: @selected-normal-foreground;
|
||||||
|
}
|
||||||
|
inputbar {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
case-indicator {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
entry {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
prompt {
|
||||||
|
spacing: 0;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|
||||||
|
inputbar {
|
||||||
|
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||||
|
}
|
||||||
|
textbox-prompt-colon {
|
||||||
|
expand: false;
|
||||||
|
str: ":";
|
||||||
|
margin: 0px 0.3em 0em 0em;
|
||||||
|
text-color: @normal-foreground;
|
||||||
|
}
|