Updates
This commit is contained in:
@@ -87,34 +87,34 @@ font:
|
||||
# x: 0
|
||||
# y: 0
|
||||
|
||||
# Colors (Solarized Dark)
|
||||
# Colors (One Dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x002b36'
|
||||
foreground: '0x839496'
|
||||
background: '0x1e2127'
|
||||
foreground: '0xabb2bf'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x073642'
|
||||
red: '0xdc322f'
|
||||
green: '0x859900'
|
||||
yellow: '0xb58900'
|
||||
blue: '0x268bd2'
|
||||
magenta: '0xd33682'
|
||||
cyan: '0x2aa198'
|
||||
white: '0xeee8d5'
|
||||
black: '0x1e2127'
|
||||
red: '0xe06c75'
|
||||
green: '0x98c379'
|
||||
yellow: '0xd19a66'
|
||||
blue: '0x61afef'
|
||||
magenta: '0xc678dd'
|
||||
cyan: '0x56b6c2'
|
||||
white: '0xabb2bf'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x002b36'
|
||||
red: '0xcb4b16'
|
||||
green: '0x586e75'
|
||||
yellow: '0x657b83'
|
||||
blue: '0x839496'
|
||||
magenta: '0x6c71c4'
|
||||
cyan: '0x93a1a1'
|
||||
white: '0xfdf6e3'
|
||||
black: '0x5c6370'
|
||||
red: '0xe06c75'
|
||||
green: '0x98c379'
|
||||
yellow: '0xd19a66'
|
||||
blue: '0x61afef'
|
||||
magenta: '0xc678dd'
|
||||
cyan: '0x56b6c2'
|
||||
white: '0xffffff'
|
||||
|
||||
background_opacity: 0.95
|
||||
|
||||
|
||||
@@ -140,8 +140,8 @@ new_window 1pixel
|
||||
# Set Border
|
||||
for_window [class="^.*"] border pixel 1
|
||||
|
||||
set $red "#dc322f"
|
||||
set $termbg "#002b36"
|
||||
set $red "#e06c75"
|
||||
set $termbg "#1e2127"
|
||||
|
||||
# class border backgr. text indic. child_border
|
||||
client.focused #ffffff #ffffff #000000 #ffffff #ffffff
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
[colors]
|
||||
background = #000000
|
||||
foreground = #ffffff
|
||||
urgent = ${xrdb:color1}
|
||||
#urgent = #ff0000
|
||||
urgent = #e06c75
|
||||
|
||||
[bar/laptop]
|
||||
monitor = ${env:MONITOR}
|
||||
@@ -25,7 +24,7 @@ padding-right = 1
|
||||
separator = /
|
||||
|
||||
modules-left = i3 xwindow
|
||||
modules-right = spotify network networkupdown volume backlight battery date
|
||||
modules-right = spotify network volume backlight battery date
|
||||
|
||||
foreground = ${colors.foreground}
|
||||
background = ${colors.background}
|
||||
@@ -70,14 +69,13 @@ label-maxlen = 100
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
date = %H:%M - %a %d.%m.%Y%
|
||||
date = %a, %d %H:%M
|
||||
|
||||
[module/backlight]
|
||||
type = internal/backlight
|
||||
#ls -1 /sys/class/backlight
|
||||
card = amdgpu_bl0
|
||||
format-prefix = " "
|
||||
label = %percentage%%
|
||||
label = %percentage%%
|
||||
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
@@ -132,7 +130,7 @@ interface = wlo1
|
||||
interval = 3.0
|
||||
accumulate-stats = true
|
||||
unknown-as-up = true
|
||||
label-connected = %essid%: %signal%%
|
||||
label-connected = %essid%
|
||||
label-disconnected = no wifi
|
||||
|
||||
[module/networkupdown]
|
||||
|
||||
Reference in New Issue
Block a user