foot, sway: fonts, etc.
This commit is contained in:
parent
91f64cc217
commit
0da791dec2
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# -*- conf -*-
|
# -*- conf -*-
|
||||||
|
|
||||||
font=monospace:size=12
|
font=Vascadia Mono NF:size=12
|
||||||
box-drawings-uses-font-glyphs=no
|
box-drawings-uses-font-glyphs=no
|
||||||
# dpi-aware=yes
|
# dpi-aware=yes
|
||||||
|
|
||||||
|
|
|
@ -1,25 +1,25 @@
|
||||||
# Logo key. Use Mod1 for Alt.
|
# Logo key. Use Mod1 for Alt.
|
||||||
set $mod Mod4
|
set $mod Mod1
|
||||||
# Home row direction keys, like vim
|
# Home row direction keys, like vim
|
||||||
set $left h
|
set $left h
|
||||||
set $down j
|
set $down j
|
||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
|
|
||||||
set $term ghostty
|
set $term foot
|
||||||
set $font_symb Font Awesome 6 Free
|
set $font_symb Font Awesome 6 Free
|
||||||
set $font_face IBM Plex Mono
|
set $font_face Vascadia Mono
|
||||||
set $font_size 10
|
set $font_size 10
|
||||||
font pango:$font_face, $font_symb $font_size
|
font pango:$font_face, $font_symb $font_size
|
||||||
|
|
||||||
#set $wallpaper /home/von/.wallpaper
|
set $wallpaper /home/von/.wallpaper
|
||||||
|
|
||||||
default_border pixel
|
default_border pixel
|
||||||
default_floating_border pixel
|
default_floating_border pixel
|
||||||
|
|
||||||
seat seat0 xcursor_theme Vanilla-DMZ-AA
|
seat seat0 xcursor_theme Vanilla-DMZ-AA
|
||||||
|
|
||||||
#output * bg $wallpaper fill
|
output * bg $wallpaper fill
|
||||||
|
|
||||||
output Virtual-1 resolution 1920x1080 scale 2
|
output Virtual-1 resolution 1920x1080 scale 2
|
||||||
|
|
||||||
|
@ -187,6 +187,7 @@ bar {
|
||||||
position top
|
position top
|
||||||
|
|
||||||
status_command "i3status-rs"
|
status_command "i3status-rs"
|
||||||
|
# status_command "/home/von/git/vdstatus/vdstatus"
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
separator #6d0080
|
separator #6d0080
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue