このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
ka
/
ansible-role-home
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
rofi font
pull/1/head
Markus Katharina Brechtel
3年前
親
d6deb318c8
コミット
4cf144b73b
2個のファイルの変更
、
3行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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;