alacritty cyan color, commands.sh: bar font and height, change emacs theme and indentation
This commit is contained in:
parent
f3d07932e4
commit
f6139f11a0
@ -37,7 +37,7 @@ schemas:
|
||||
yellow: '#d6a708'
|
||||
blue: '#1155e8'
|
||||
magenta: '#a708d6'
|
||||
cyan: '#77adc4'
|
||||
cyan: '#2081a0'
|
||||
white: '#f2f6e1'
|
||||
bright:
|
||||
black: '#888888'
|
||||
|
@ -22,6 +22,9 @@ else
|
||||
fi
|
||||
|
||||
FONT=Iosevka:pixelsize=30
|
||||
BAR_FONT='Iosevka:pixelsize=23:antialias=true:autohint=true;5'
|
||||
BAR_HEIGHT=40
|
||||
|
||||
if [ "$SCHEME" = light ]; then
|
||||
ROOT_BG=#c1e6c2
|
||||
BAR_BG=#e1e6d2
|
||||
@ -41,7 +44,7 @@ else
|
||||
BAR_EMPTY=#808080
|
||||
NORMAL_BORDER=#808080
|
||||
FOCUS_BORDER=#3585ce
|
||||
EMACS_THEME=lupan-dark-blue
|
||||
EMACS_THEME=lupan-dark
|
||||
fi
|
||||
|
||||
switch_colors() {
|
||||
@ -51,6 +54,8 @@ polybar.foreground: ${BAR_FG}
|
||||
polybar.active: ${BAR_ACTIVE}
|
||||
polybar.urgent: ${BAR_URGENT}
|
||||
polybar.empty: ${BAR_EMPTY}
|
||||
polybar.font: ${BAR_FONT}
|
||||
polybar.height: ${BAR_HEIGHT}
|
||||
EOF
|
||||
polybar-msg cmd restart
|
||||
xsetroot -solid "${ROOT_BG}"
|
||||
|
@ -11,8 +11,8 @@ modules-left = bspwm xwindow
|
||||
modules-right = date
|
||||
wm-restack = bspwm
|
||||
enable-ipc = true
|
||||
font-0 = Iosevka:pixelsize=23:antialias=true:autohint=true;5
|
||||
height = 40
|
||||
font-0 = ${xrdb:polybar.font:Iosevka:pixelsize=23:antialias=true:autohint=true;5}
|
||||
height = ${xrdb:polybar.height:40}
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
padding-left = 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user