Switch to fira mono; set terminal transparency
This commit is contained in:
parent
046cf3c198
commit
813953cb28
3 changed files with 10 additions and 3 deletions
|
@ -1,8 +1,15 @@
|
|||
font:
|
||||
normal:
|
||||
family: Fira Mono
|
||||
bold:
|
||||
family: Fira Mono
|
||||
% if host.get('is-virtual', False):
|
||||
size: 10
|
||||
% else:
|
||||
size: 12
|
||||
% endif
|
||||
|
||||
window:
|
||||
opacity: 0.9
|
||||
|
||||
${get_base16('alacritty')}
|
||||
|
|
|
@ -63,7 +63,7 @@ exec swayidle
|
|||
exec dunst
|
||||
exec udiskie
|
||||
|
||||
font pango:DejaVu Sans Mono 8
|
||||
font pango:Fira Mono 8
|
||||
focus_follows_mouse no
|
||||
|
||||
floating_modifier $mod
|
||||
|
@ -155,7 +155,7 @@ bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
|||
bar {
|
||||
tray_output none
|
||||
status_command i3status
|
||||
font pango:DejaVu Sans Mono 10
|
||||
font pango:Fira Mono 10
|
||||
|
||||
${get_base16('i3', 'bar-colors')}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
window {
|
||||
background-color: --wofi-color1;
|
||||
color: --wofi-color5;
|
||||
font-family: 'DejaVu Sans Mono';
|
||||
font-family: 'Fira Mono';
|
||||
}
|
||||
|
||||
#input {
|
||||
|
|
Loading…
Add table
Reference in a new issue