소스 검색

rofi font

pull/1/head
부모
커밋
4cf144b73b
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -0
      defaults/main.yaml
  2. +1
    -1
      templates/rofi/rofi.theme.j2

+ 2
- 0
defaults/main.yaml 파일 보기

@@ -73,6 +73,8 @@ i3_pango_font: "{{terminal_font}}"

xfce4_terminal_font: "{{terminal_font}}"

rofi_font: "{{terminal_font}}"

terminal_font: "{{terminal_font_name}} {{terminal_font_size}}"
terminal_font_name: Monospace
terminal_font_size: 12


+ 1
- 1
templates/rofi/rofi.theme.j2 파일 보기

@@ -29,7 +29,7 @@

spacing: 2;

font: "monospace 10";
font: "{{rofi_font}}";
}
#window {
background-color: @background;