tweaked foot.ini and waybar css
This commit is contained in:
parent
c69fdcc13e
commit
b99087d3ba
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# -*- conf -*-
|
# -*- conf -*-
|
||||||
|
|
||||||
shell=/usr/bin/fish
|
shell=/sbin/fish
|
||||||
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
||||||
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
||||||
term=xterm-256color
|
term=xterm-256color
|
||||||
|
|
|
@ -23,6 +23,7 @@ shade, mix, and alpha modifiers are available
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: @primary_bg_color;
|
background-color: @primary_bg_color;
|
||||||
color: @primary_fg_color;
|
color: @primary_fg_color;
|
||||||
|
border-bottom: 1px solid @primary_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
|
|
Loading…
Reference in a new issue