xsel, locker update, font config & polybar multi-monitor
This commit is contained in:
@@ -55,19 +55,19 @@ draw_bold_text_with_bright_colors: true
|
||||
font:
|
||||
# The normal (roman) font face to use.
|
||||
normal:
|
||||
family: xos4 Terminus # should be "Menlo" or something on macOS.
|
||||
family: "xos4 Terminus" # should be "Menlo" or something on macOS.
|
||||
# Style can be specified to pick a specific face.
|
||||
style: Regular
|
||||
|
||||
# The bold font face
|
||||
bold:
|
||||
family: xos4 Terminus # should be "Menlo" or something on macOS.
|
||||
family: "xos4 Terminus" # should be "Menlo" or something on macOS.
|
||||
# Style can be specified to pick a specific face.
|
||||
style: Bold
|
||||
|
||||
# The italic font face
|
||||
italic:
|
||||
family: xos4 Terminus # should be "Menlo" or something on macOS.
|
||||
family: "xos4 Terminus" # should be "Menlo" or something on macOS.
|
||||
# Style can be specified to pick a specific face.
|
||||
# style: Italic
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ show_program_path=1
|
||||
highlight_base_name=0
|
||||
highlight_megabytes=1
|
||||
highlight_threads=1
|
||||
tree_view=1
|
||||
tree_view=0
|
||||
header_margin=1
|
||||
detailed_cpu_time=0
|
||||
cpu_count_from_zero=0
|
||||
|
||||
@@ -34,7 +34,7 @@ bright_white = '0xd7d7d7'
|
||||
|
||||
|
||||
[bar/top]
|
||||
;monitor = ${env:MONITOR:HDMI-1}
|
||||
monitor = ${env:MONITOR}
|
||||
width = 100%
|
||||
height = 26
|
||||
;offset-x = 1%
|
||||
|
||||
Reference in New Issue
Block a user