This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
rofi font
pull/1/head
Markus Katharina Brechtel
3 years ago
parent
d6deb318c8
commit
4cf144b73b
2 changed files
with
3 additions
and
1 deletions
Split View
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
View File
@@ -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
View File
@@ -29,7 +29,7 @@
spacing: 2;
font: "
monospace 10
";
font: "
{{rofi_font}}
";
}
#window {
background-color: @background;