Merge branch 'arch' into gentoo

This commit is contained in:
ItsDrike 2021-07-24 00:04:07 +02:00
commit 5bc6279610
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
2 changed files with 25 additions and 16 deletions

View file

@ -93,10 +93,10 @@ window:
# and `light`. Set this to `None` to use the default theme variant. # and `light`. Set this to `None` to use the default theme variant.
#gtk_theme_variant: None #gtk_theme_variant: None
#scrolling: scrolling:
# Maximum number of lines in the scrollback buffer. # Maximum number of lines in the scrollback buffer.
# Specifying '0' will disable scrolling. # Specifying '0' will disable scrolling.
#history: 10000 history: 10000
# Scrolling distance multiplier. # Scrolling distance multiplier.
#multiplier: 3 #multiplier: 3
@ -150,7 +150,7 @@ window:
#style: Bold Italic #style: Bold Italic
# Point size # Point size
#size: 11.0 size: 11.0
# Offset is the extra space around each character. `offset.y` can be thought # Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter # of as modifying the line spacing, and `offset.x` as modifying the letter
@ -173,7 +173,7 @@ window:
#use_thin_strokes: true #use_thin_strokes: true
# If `true`, bold text is drawn using the bright color variants. # If `true`, bold text is drawn using the bright color variants.
#draw_bold_text_with_bright_colors: false draw_bold_text_with_bright_colors: false
# Colors (Tomorrow Night) # Colors (Tomorrow Night)
colors: colors:
@ -261,15 +261,15 @@ colors:
white: '#c5c8c6' white: '#c5c8c6'
# Bright colors # Bright colors
#bright: bright:
# black: '#666666' black: '#666666'
# red: '#d54e53' red: '#d54e53'
# green: '#b9ca4a' green: '#b9ca4a'
# yellow: '#e7c547' yellow: '#e7c547'
# blue: '#7aa6da' blue: '#7aa6da'
# magenta: '#c397d8' magenta: '#c397d8'
# cyan: '#70c0b1' cyan: '#70c0b1'
# white: '#eaeaea' white: '#eaeaea'
# Dim colors # Dim colors
# #
@ -340,7 +340,7 @@ colors:
# #
# Window opacity as a floating point number from `0.0` to `1.0`. # Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque. # The value `0.0` is completely transparent and `1.0` is opaque.
#background_opacity: 1.0 background_opacity: 0.9
#selection: #selection:
# This string contains all characters that are used as separators for # This string contains all characters that are used as separators for

View file

@ -9,8 +9,8 @@ xrandr --output HDMI-1 --auto --output eDP-1 --right-of HDMI-1 --auto
# Set the background with a custom `setbg` script # Set the background with a custom `setbg` script
setbg & setbg &
# xcompmgr to allow transparency # Xcompmgr to allow transparency
xcompmgr & #xcompmgr &
# Dunst for notifications # Dunst for notifications
dunst & dunst &
@ -22,6 +22,15 @@ nm-applet &
# if installed normally, use `trayer`, not `trayer-srg` command # if installed normally, use `trayer`, not `trayer-srg` command
trayer-srg --monitor 0 --edge top --align right --widthtype request --padding 0 --transparent true --tint 0x282c34 --alpha 0 --height 23 & trayer-srg --monitor 0 --edge top --align right --widthtype request --padding 0 --transparent true --tint 0x282c34 --alpha 0 --height 23 &
# AppArmor notifications
aa-notify -p &
# Run emacs daemon
#emacs --daemon &
# Run urxvt daemon
#urxvtd -q -o -f &
# Enable running applications from chroot # Enable running applications from chroot
xhost +local: xhost +local: