이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
ka
/
ansible-role-home
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
rofi font
pull/1/head
Markus Katharina Brechtel
3 년 전
부모
d6deb318c8
커밋
4cf144b73b
2개의 변경된 파일
과
3개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
defaults/main.yaml
+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;