Update some stuff
This commit is contained in:
@@ -136,7 +136,7 @@ font:
|
||||
#style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 11.0
|
||||
size: 12.0
|
||||
|
||||
# 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 spacing.
|
||||
@@ -170,7 +170,36 @@ font:
|
||||
# If `true`, bold text is drawn using the bright color variants.
|
||||
#draw_bold_text_with_bright_colors: false
|
||||
|
||||
# Colors (Tomorrow Night Bright)
|
||||
# Colors (One Dark)
|
||||
# colors:
|
||||
# # Default colors
|
||||
# primary:
|
||||
# background: '0x1e2127'
|
||||
# foreground: '0xabb2bf'
|
||||
#
|
||||
# # Normal colors
|
||||
# normal:
|
||||
# black: '0x1e2127'
|
||||
# red: '0xe06c75'
|
||||
# green: '0x98c379'
|
||||
# yellow: '0xd19a66'
|
||||
# blue: '0x61afef'
|
||||
# magenta: '0xc678dd'
|
||||
# cyan: '0x56b6c2'
|
||||
# white: '0xabb2bf'
|
||||
#
|
||||
# # Bright colors
|
||||
# bright:
|
||||
# black: '0x5c6370'
|
||||
# red: '0xe06c75'
|
||||
# green: '0x98c379'
|
||||
# yellow: '0xd19a66'
|
||||
# blue: '0x61afef'
|
||||
# magenta: '0xc678dd'
|
||||
# cyan: '0x56b6c2'
|
||||
# white: '0xffffff'
|
||||
|
||||
#Colors Nord
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
@@ -279,7 +308,7 @@ colors:
|
||||
#
|
||||
# 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.
|
||||
background_opacity: 0.9
|
||||
background_opacity: 0.95
|
||||
|
||||
selection:
|
||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||
|
||||
@@ -124,7 +124,7 @@ bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||
new_window 1pixel
|
||||
|
||||
# Set Border
|
||||
for_window [class="^.*"] border pixel 0
|
||||
for_window [class="^.*"] border pixel 5
|
||||
|
||||
set $nord0 "#2e3440"
|
||||
|
||||
@@ -135,11 +135,11 @@ set $frost0 "#d8dee9"
|
||||
set $frost2 "#eceff4"
|
||||
|
||||
set $green "#A3BE8C"
|
||||
|
||||
set $yellow "#EBCB8B"
|
||||
set $red "#bf616a"
|
||||
|
||||
# class border backgr.text indic. child_border
|
||||
client.focused $blue1 $blue1 $nord0 $nord0 $nord0
|
||||
client.focused $green $green $nord0 $green $green
|
||||
client.focused_inactive $blue1 $blue1 $nord0 $nord0 $nord0
|
||||
client.unfocused $nord0 $nord0 $frost0 $blue1 $nord0
|
||||
client.urgent $red $red $frost2 $red $red
|
||||
|
||||
@@ -5,8 +5,9 @@ opacity-rule = [
|
||||
];
|
||||
|
||||
#inactive-dim = 0.15;
|
||||
inactive-opacity = 0.9;
|
||||
#inactive-opacity = 0.9;
|
||||
|
||||
detect-rounded-corners = true;
|
||||
corner-radius = 8.0;
|
||||
rounded-corners-exclude= [
|
||||
"class_g = 'i3-frame'",
|
||||
|
||||
@@ -97,7 +97,7 @@ width = 20%
|
||||
override-redirect = true
|
||||
fixed-center = true
|
||||
|
||||
offset-x = 72%:-8px
|
||||
offset-x = 80%:-8px
|
||||
offset-y = 8px
|
||||
|
||||
module-margin = 1
|
||||
@@ -114,6 +114,8 @@ width = 7%
|
||||
override-redirect = true
|
||||
fixed-center = true
|
||||
|
||||
bottom = true
|
||||
|
||||
offset-x = 93%:-8px
|
||||
offset-y = 8px
|
||||
|
||||
@@ -129,6 +131,7 @@ type = internal/i3
|
||||
pin-workspaces = true
|
||||
wrapping-scroll = false
|
||||
|
||||
|
||||
format = <label-state> <label-mode>
|
||||
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
Reference in New Issue
Block a user