mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-20 04:30:53 +02:00
changed yoga3 theme
This commit is contained in:
+10
-10
@@ -1,7 +1,7 @@
|
|||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
! Colors
|
! Colors
|
||||||
!
|
!
|
||||||
*.background: #2e3440
|
*.background: #28292E
|
||||||
*.foreground: #eceff4
|
*.foreground: #eceff4
|
||||||
!
|
!
|
||||||
!! Terminal Colors
|
!! Terminal Colors
|
||||||
@@ -9,8 +9,8 @@
|
|||||||
*.cursorColor: #eceff4
|
*.cursorColor: #eceff4
|
||||||
!
|
!
|
||||||
! Black
|
! Black
|
||||||
*.color0: #3b4252
|
*.color0: #2C2E32
|
||||||
*.color8: #3b4252
|
*.color8: #2C2E32
|
||||||
!
|
!
|
||||||
! Red
|
! Red
|
||||||
*.color1: #bf616a
|
*.color1: #bf616a
|
||||||
@@ -42,20 +42,20 @@
|
|||||||
!
|
!
|
||||||
!! i3 Colors
|
!! i3 Colors
|
||||||
!
|
!
|
||||||
*.i3_urgent: #88c0d0
|
*.i3_urgent: #9A40A9
|
||||||
*.i3_focused: #5e81ac
|
*.i3_focused: #AC57BA
|
||||||
*.i3_unfocused: #434c5e
|
*.i3_unfocused: #2C2E32
|
||||||
*.i3_indicator: #4c566a
|
*.i3_indicator: #2C2E32
|
||||||
!
|
!
|
||||||
!! Polybar Colors
|
!! Polybar Colors
|
||||||
!
|
!
|
||||||
*.highlight: #81a1c1
|
*.highlight: #9A40A9
|
||||||
!
|
!
|
||||||
!! Rofi Colors
|
!! Rofi Colors
|
||||||
!
|
!
|
||||||
*.rofi_border: #434c5e
|
*.rofi_border: #28292E
|
||||||
*.rofi_fgdim: #d8dee9
|
*.rofi_fgdim: #d8dee9
|
||||||
*.rofi_selected: #4c566a
|
*.rofi_selected: #424347
|
||||||
!
|
!
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|||||||
@@ -1,91 +0,0 @@
|
|||||||
title: Terminal
|
|
||||||
background_opacity: 0.8
|
|
||||||
|
|
||||||
env:
|
|
||||||
TERM: xterm-256color
|
|
||||||
|
|
||||||
window:
|
|
||||||
dynamic_padding: true
|
|
||||||
padding:
|
|
||||||
x: 30
|
|
||||||
y: 30
|
|
||||||
|
|
||||||
cursor:
|
|
||||||
hide_when_typing: true
|
|
||||||
|
|
||||||
font:
|
|
||||||
normal:
|
|
||||||
family: Hack Nerd Font
|
|
||||||
style: Regular
|
|
||||||
|
|
||||||
bold:
|
|
||||||
family: Hack Nerd Font
|
|
||||||
style: Bold
|
|
||||||
|
|
||||||
italic:
|
|
||||||
family: Hack Nerd Font
|
|
||||||
style: Italic
|
|
||||||
|
|
||||||
bold_italic:
|
|
||||||
family: Hack Nerd Font
|
|
||||||
style: Bold Italic
|
|
||||||
|
|
||||||
size: 11.0
|
|
||||||
|
|
||||||
offset:
|
|
||||||
x: 0
|
|
||||||
y: -1
|
|
||||||
|
|
||||||
key_bindings:
|
|
||||||
- { key: Return, mods: Control|Shift, action: SpawnNewInstance } # Spawn new instance in same directory
|
|
||||||
|
|
||||||
schemes:
|
|
||||||
|
|
||||||
xrdb: &xrdb
|
|
||||||
primary:
|
|
||||||
background: '#2e3440'
|
|
||||||
foreground: '#eceff4'
|
|
||||||
normal:
|
|
||||||
black: '#3b4252'
|
|
||||||
red: '#bf616a'
|
|
||||||
green: '#a3be8c'
|
|
||||||
yellow: '#ebcb8b'
|
|
||||||
blue: '#81a1c1'
|
|
||||||
magenta: '#b48ead'
|
|
||||||
cyan: '#88c0d0'
|
|
||||||
white: '#eceff4'
|
|
||||||
bright:
|
|
||||||
black: '#3b4252'
|
|
||||||
red: '#bf616a'
|
|
||||||
green: '#a3be8c'
|
|
||||||
yellow: '#ebcb8b'
|
|
||||||
blue: '#81a1c1'
|
|
||||||
magenta: '#b48ead'
|
|
||||||
cyan: '#88c0d0'
|
|
||||||
white: '#eceff4'
|
|
||||||
|
|
||||||
nord: &nord
|
|
||||||
primary:
|
|
||||||
background: '#171717'
|
|
||||||
foreground: '0xD8DEE9'
|
|
||||||
normal:
|
|
||||||
black: '0x3B4252'
|
|
||||||
red: '0xBF616A'
|
|
||||||
green: '0xA3BE8C'
|
|
||||||
yellow: '0xEBCB8B'
|
|
||||||
blue: '0x81A1C1'
|
|
||||||
magenta: '0xB48EAD'
|
|
||||||
cyan: '0x88C0D0'
|
|
||||||
white: '0xE5E9F0'
|
|
||||||
bright:
|
|
||||||
black: '0x4C566A'
|
|
||||||
red: '0xBF616A'
|
|
||||||
green: '0xA3BE8C'
|
|
||||||
yellow: '0xEBCB8B'
|
|
||||||
blue: '0x81A1C1'
|
|
||||||
magenta: '0xB48EAD'
|
|
||||||
cyan: '0x8FBCBB'
|
|
||||||
white: '0xECEFF4'
|
|
||||||
|
|
||||||
#colors: *nord
|
|
||||||
colors: *xrdb
|
|
||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
alacritty.yml##h.yoga3
|
||||||
@@ -0,0 +1,91 @@
|
|||||||
|
title: Terminal
|
||||||
|
background_opacity: 0.8
|
||||||
|
|
||||||
|
env:
|
||||||
|
TERM: xterm-256color
|
||||||
|
|
||||||
|
window:
|
||||||
|
dynamic_padding: true
|
||||||
|
padding:
|
||||||
|
x: 30
|
||||||
|
y: 30
|
||||||
|
|
||||||
|
cursor:
|
||||||
|
hide_when_typing: true
|
||||||
|
|
||||||
|
font:
|
||||||
|
normal:
|
||||||
|
family: Hack Nerd Font
|
||||||
|
style: Regular
|
||||||
|
|
||||||
|
bold:
|
||||||
|
family: Hack Nerd Font
|
||||||
|
style: Bold
|
||||||
|
|
||||||
|
italic:
|
||||||
|
family: Hack Nerd Font
|
||||||
|
style: Italic
|
||||||
|
|
||||||
|
bold_italic:
|
||||||
|
family: Hack Nerd Font
|
||||||
|
style: Bold Italic
|
||||||
|
|
||||||
|
size: 11.0
|
||||||
|
|
||||||
|
offset:
|
||||||
|
x: 0
|
||||||
|
y: -1
|
||||||
|
|
||||||
|
key_bindings:
|
||||||
|
- { key: Return, mods: Control|Shift, action: SpawnNewInstance } # Spawn new instance in same directory
|
||||||
|
|
||||||
|
schemes:
|
||||||
|
|
||||||
|
xrdb: &xrdb
|
||||||
|
primary:
|
||||||
|
background: '#2e3440'
|
||||||
|
foreground: '#eceff4'
|
||||||
|
normal:
|
||||||
|
black: '#3b4252'
|
||||||
|
red: '#bf616a'
|
||||||
|
green: '#a3be8c'
|
||||||
|
yellow: '#ebcb8b'
|
||||||
|
blue: '#81a1c1'
|
||||||
|
magenta: '#b48ead'
|
||||||
|
cyan: '#88c0d0'
|
||||||
|
white: '#eceff4'
|
||||||
|
bright:
|
||||||
|
black: '#3b4252'
|
||||||
|
red: '#bf616a'
|
||||||
|
green: '#a3be8c'
|
||||||
|
yellow: '#ebcb8b'
|
||||||
|
blue: '#81a1c1'
|
||||||
|
magenta: '#b48ead'
|
||||||
|
cyan: '#88c0d0'
|
||||||
|
white: '#eceff4'
|
||||||
|
|
||||||
|
nord: &nord
|
||||||
|
primary:
|
||||||
|
background: '#171717'
|
||||||
|
foreground: '0xD8DEE9'
|
||||||
|
normal:
|
||||||
|
black: '0x3B4252'
|
||||||
|
red: '0xBF616A'
|
||||||
|
green: '0xA3BE8C'
|
||||||
|
yellow: '0xEBCB8B'
|
||||||
|
blue: '0x81A1C1'
|
||||||
|
magenta: '0xB48EAD'
|
||||||
|
cyan: '0x88C0D0'
|
||||||
|
white: '0xE5E9F0'
|
||||||
|
bright:
|
||||||
|
black: '0x4C566A'
|
||||||
|
red: '0xBF616A'
|
||||||
|
green: '0xA3BE8C'
|
||||||
|
yellow: '0xEBCB8B'
|
||||||
|
blue: '0x81A1C1'
|
||||||
|
magenta: '0xB48EAD'
|
||||||
|
cyan: '0x8FBCBB'
|
||||||
|
white: '0xECEFF4'
|
||||||
|
|
||||||
|
#colors: *nord
|
||||||
|
colors: *xrdb
|
||||||
@@ -0,0 +1,91 @@
|
|||||||
|
title: Terminal
|
||||||
|
background_opacity: 0.8
|
||||||
|
|
||||||
|
env:
|
||||||
|
TERM: xterm-256color
|
||||||
|
|
||||||
|
window:
|
||||||
|
dynamic_padding: true
|
||||||
|
padding:
|
||||||
|
x: 30
|
||||||
|
y: 30
|
||||||
|
|
||||||
|
cursor:
|
||||||
|
hide_when_typing: true
|
||||||
|
|
||||||
|
font:
|
||||||
|
normal:
|
||||||
|
family: Hack Nerd Font
|
||||||
|
style: Regular
|
||||||
|
|
||||||
|
bold:
|
||||||
|
family: Hack Nerd Font
|
||||||
|
style: Bold
|
||||||
|
|
||||||
|
italic:
|
||||||
|
family: Hack Nerd Font
|
||||||
|
style: Italic
|
||||||
|
|
||||||
|
bold_italic:
|
||||||
|
family: Hack Nerd Font
|
||||||
|
style: Bold Italic
|
||||||
|
|
||||||
|
size: 11.0
|
||||||
|
|
||||||
|
offset:
|
||||||
|
x: 0
|
||||||
|
y: -1
|
||||||
|
|
||||||
|
key_bindings:
|
||||||
|
- { key: Return, mods: Control|Shift, action: SpawnNewInstance } # Spawn new instance in same directory
|
||||||
|
|
||||||
|
schemes:
|
||||||
|
|
||||||
|
xrdb: &xrdb
|
||||||
|
primary:
|
||||||
|
background: '#2e3440'
|
||||||
|
foreground: '#eceff4'
|
||||||
|
normal:
|
||||||
|
black: '#3b4252'
|
||||||
|
red: '#bf616a'
|
||||||
|
green: '#a3be8c'
|
||||||
|
yellow: '#ebcb8b'
|
||||||
|
blue: '#81a1c1'
|
||||||
|
magenta: '#b48ead'
|
||||||
|
cyan: '#88c0d0'
|
||||||
|
white: '#eceff4'
|
||||||
|
bright:
|
||||||
|
black: '#3b4252'
|
||||||
|
red: '#bf616a'
|
||||||
|
green: '#a3be8c'
|
||||||
|
yellow: '#ebcb8b'
|
||||||
|
blue: '#81a1c1'
|
||||||
|
magenta: '#b48ead'
|
||||||
|
cyan: '#88c0d0'
|
||||||
|
white: '#eceff4'
|
||||||
|
|
||||||
|
nord: &nord
|
||||||
|
primary:
|
||||||
|
background: '#171717'
|
||||||
|
foreground: '0xD8DEE9'
|
||||||
|
normal:
|
||||||
|
black: '0x3B4252'
|
||||||
|
red: '0xBF616A'
|
||||||
|
green: '0xA3BE8C'
|
||||||
|
yellow: '0xEBCB8B'
|
||||||
|
blue: '0x81A1C1'
|
||||||
|
magenta: '0xB48EAD'
|
||||||
|
cyan: '0x88C0D0'
|
||||||
|
white: '0xE5E9F0'
|
||||||
|
bright:
|
||||||
|
black: '0x4C566A'
|
||||||
|
red: '0xBF616A'
|
||||||
|
green: '0xA3BE8C'
|
||||||
|
yellow: '0xEBCB8B'
|
||||||
|
blue: '0x81A1C1'
|
||||||
|
magenta: '0xB48EAD'
|
||||||
|
cyan: '0x8FBCBB'
|
||||||
|
white: '0xECEFF4'
|
||||||
|
|
||||||
|
#colors: *nord
|
||||||
|
colors: *xrdb
|
||||||
@@ -1,123 +1,41 @@
|
|||||||
<?xml version='1.0'?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<!-- created by lxqt-config-appearance (DO NOT EDIT!) -->
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
|
<include ignore_missing="yes">conf.d</include>
|
||||||
<!-- Hinted fonts -->
|
<match target="font">
|
||||||
<match target="font">
|
<edit name="antialias" mode="assign">
|
||||||
<edit mode="assign" name="antialias">
|
<bool>true</bool>
|
||||||
<bool>true</bool>
|
</edit>
|
||||||
</edit>
|
</match>
|
||||||
<edit mode="assign" name="embeddedbitmap">
|
<match target="font">
|
||||||
<bool>false</bool>
|
<edit name="rgba" mode="assign">
|
||||||
</edit>
|
<const>rgb</const>
|
||||||
<edit mode="assign" name="hinting">
|
</edit>
|
||||||
<bool>true</bool>
|
</match>
|
||||||
</edit>
|
<match target="font">
|
||||||
<edit mode="assign" name="hintstyle">
|
<edit name="lcdfilter" mode="assign">
|
||||||
<const>hintslight</const>
|
<const>lcddefault</const>
|
||||||
</edit>
|
</edit>
|
||||||
<edit mode="assign" name="lcdfilter">
|
</match>
|
||||||
<const>lcddefault</const>
|
<match target="font">
|
||||||
</edit>
|
<edit name="hinting" mode="assign">
|
||||||
<edit mode="assign" name="rgba">
|
<bool>true</bool>
|
||||||
<const>rgb</const>
|
</edit>
|
||||||
</edit>
|
</match>
|
||||||
</match>
|
<match target="font">
|
||||||
|
|
||||||
<match target="font">
|
|
||||||
<edit name="hintstyle" mode="assign">
|
<edit name="hintstyle" mode="assign">
|
||||||
<const>hintslight</const>
|
<const>hintslight</const>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
<!-- END Hinted fonts -->
|
<match target="font">
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
<!-- Enable anti-aliasing only for bigger fonts -->
|
|
||||||
<match target="font">
|
|
||||||
<edit name="antialias" mode="assign">
|
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
<match target="font" >
|
<edit name="dpi" mode="assign">
|
||||||
<test name="size" qual="any" compare="more">
|
<double>96</double>
|
||||||
<double>12</double>
|
|
||||||
</test>
|
|
||||||
<edit name="antialias" mode="assign">
|
|
||||||
<bool>true</bool>
|
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
</fontconfig>
|
||||||
<match target="font" >
|
|
||||||
<test name="pixelsize" qual="any" compare="more">
|
|
||||||
<double>16</double>
|
|
||||||
</test>
|
|
||||||
<edit name="antialias" mode="assign">
|
|
||||||
<bool>true</bool>
|
|
||||||
</edit>
|
|
||||||
</match>
|
|
||||||
<!-- END Enable anti-aliasing only for bigger fonts -->
|
|
||||||
|
|
||||||
<!-- Default font (no fc-match pattern) -->
|
|
||||||
<match>
|
|
||||||
<edit mode="prepend" name="family"><string>Roboto</string></edit>
|
|
||||||
</match>
|
|
||||||
<!-- END Default font (no fc-match pattern) -->
|
|
||||||
|
|
||||||
<!-- Default sans-serif font -->
|
|
||||||
<match target="pattern">
|
|
||||||
<test qual="any" name="family"><string>sans-serif</string></test>
|
|
||||||
<edit name="family" mode="prepend" binding="same"><string>Roboto</string></edit>
|
|
||||||
</match>
|
|
||||||
<!-- END Default sans-serif font -->
|
|
||||||
|
|
||||||
<!-- Default serif fonts -->
|
|
||||||
<match target="pattern">
|
|
||||||
<test qual="any" name="family"><string>serif</string></test>
|
|
||||||
<edit name="family" mode="prepend" binding="same"><string>Roboto</string></edit>
|
|
||||||
<edit name="family" mode="prepend" binding="same"><string>Noto Serif</string></edit>
|
|
||||||
</match>
|
|
||||||
<!-- END Default serif fonts -->
|
|
||||||
|
|
||||||
<!-- Default monospace fonts -->
|
|
||||||
<match target="pattern">
|
|
||||||
<test qual="any" name="family"><string>monospace</string></test>
|
|
||||||
<edit name="family" mode="prepend" binding="same"><string>Hack Nerd Font Mono</string></edit>
|
|
||||||
<edit name="family" mode="prepend" binding="same"><string>JetBrains Mono Regular Nerd Font Complete Mono</string></edit>
|
|
||||||
<edit name="family" mode="prepend" binding="same"><string>Roboto Mono</string></edit>
|
|
||||||
</match>
|
|
||||||
<!-- END Default monospace fonts -->
|
|
||||||
|
|
||||||
<!-- Fallback fonts preference order -->
|
|
||||||
<alias>
|
|
||||||
<family>sans-serif</family>
|
|
||||||
<prefer>
|
|
||||||
<family>Material Design Icons</family>
|
|
||||||
<family>Roboto</family>
|
|
||||||
<family>Open Sans</family>
|
|
||||||
<family>Noto Color Emoji</family>
|
|
||||||
<family>Noto Emoji</family>
|
|
||||||
</prefer>
|
|
||||||
</alias>
|
|
||||||
<alias>
|
|
||||||
<family>serif</family>
|
|
||||||
<prefer>
|
|
||||||
<family>Material Design Icons</family>
|
|
||||||
<family>Noto Serif</family>
|
|
||||||
<family>Noto Color Emoji</family>
|
|
||||||
<family>Noto Emoji</family>
|
|
||||||
</prefer>
|
|
||||||
</alias>
|
|
||||||
<alias>
|
|
||||||
<family>monospace</family>
|
|
||||||
<prefer>
|
|
||||||
<family>Material Design Icons</family>
|
|
||||||
<family>Hack Nerd Font Mono</family>
|
|
||||||
<family>JetBrains Mono Regular Nerd Font Complete Mono</family>
|
|
||||||
<family>Roboto Mono</family>
|
|
||||||
<family>Noto Color Emoji</family>
|
|
||||||
<family>Noto Emoji</family>
|
|
||||||
</prefer>
|
|
||||||
</alias>
|
|
||||||
<!-- END Fallback fonts preference order -->
|
|
||||||
|
|
||||||
</fontconfig>
|
|
||||||
+2
-2
@@ -316,8 +316,8 @@ blur-background-exclude = [
|
|||||||
# `xrender` is the default one.
|
# `xrender` is the default one.
|
||||||
#
|
#
|
||||||
experimental-backends = false;
|
experimental-backends = false;
|
||||||
#backend = "glx";
|
backend = "glx";
|
||||||
backend = "xr_glx_hybrid"
|
#backend = "xr_glx_hybrid"
|
||||||
#backend = "xrender";
|
#backend = "xrender";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ override-redirect = true
|
|||||||
inherit="bar/base_master"
|
inherit="bar/base_master"
|
||||||
border-size=2
|
border-size=2
|
||||||
border-color=${colors.border}
|
border-color=${colors.border}
|
||||||
radius = 15.0
|
radius = 15
|
||||||
|
|
||||||
[bar/base_floating]
|
[bar/base_floating]
|
||||||
inherit="bar/base_border"
|
inherit="bar/base_border"
|
||||||
|
|||||||
@@ -0,0 +1,44 @@
|
|||||||
|
* {
|
||||||
|
background-color:#3b4252;
|
||||||
|
border: 0px;
|
||||||
|
text-color:#d8dee9;
|
||||||
|
spacing: 0;
|
||||||
|
width: 512px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#window {
|
||||||
|
border: 4px;
|
||||||
|
border-color: #434c5e;
|
||||||
|
background-color: #3b4252;
|
||||||
|
}
|
||||||
|
|
||||||
|
inputbar {
|
||||||
|
children: [prompt,entry];
|
||||||
|
}
|
||||||
|
|
||||||
|
prompt {
|
||||||
|
background-color: #434c5e;
|
||||||
|
padding: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
textbox {
|
||||||
|
background-color: #434c5e;
|
||||||
|
padding: 8px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
entry {
|
||||||
|
background-color: #434c5e;
|
||||||
|
padding: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
listview {
|
||||||
|
}
|
||||||
|
|
||||||
|
element {
|
||||||
|
padding: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
element selected {
|
||||||
|
background-color: #4c566a;
|
||||||
|
text-color: #eceff4;
|
||||||
|
}
|
||||||
@@ -51,6 +51,10 @@ alias killpoly="killall polybar"
|
|||||||
alias polybar="setsid polybar"
|
alias polybar="setsid polybar"
|
||||||
alias repoly="zsh ~/.config/polybar/launch.sh"
|
alias repoly="zsh ~/.config/polybar/launch.sh"
|
||||||
|
|
||||||
|
# vs code
|
||||||
|
alias code="vscodium"
|
||||||
|
alias vs="vscodium"
|
||||||
|
|
||||||
# nano
|
# nano
|
||||||
alias nano="nano -c"
|
alias nano="nano -c"
|
||||||
alias i3conf="nano ~/.config/i3/config"
|
alias i3conf="nano ~/.config/i3/config"
|
||||||
|
|||||||
Reference in New Issue
Block a user