Compare commits
5 Commits
3f84347937
...
43ed03d687
| Author | SHA1 | Date | |
|---|---|---|---|
| 43ed03d687 | |||
| f4734affb9 | |||
| da3762a3b0 | |||
| 855c6ab014 | |||
| 66abafbfee |
@@ -1,5 +1,4 @@
|
|||||||
font_size_1: 12
|
font_size: 11
|
||||||
font_size_2: 12
|
|
||||||
|
|
||||||
gpu: amd
|
gpu: amd
|
||||||
cpu: amd
|
cpu: amd
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
font_size_1: 12
|
font_size: 12
|
||||||
font_size_2: 12
|
|
||||||
|
|
||||||
gpu: nvidia
|
gpu: nvidia
|
||||||
cpu: intel
|
cpu: intel
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ TERM = "alacritty"
|
|||||||
WINIT_X11_SCALE_FACTOR = "1"
|
WINIT_X11_SCALE_FACTOR = "1"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = {{ machine.font_size_2 }}
|
size = {{ machine.font_size }}
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "JetBrainsMono"
|
family = "JetBrainsMono"
|
||||||
|
|||||||
@@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
### Text ###
|
### Text ###
|
||||||
|
|
||||||
font = DejaVu Sans {{ machine.font_size_1 }}
|
font = JetBrains Mono {{ machine.font_size }}
|
||||||
|
|
||||||
# The spacing between lines. If the height is smaller than the
|
# The spacing between lines. If the height is smaller than the
|
||||||
# font height, it will get raised to the font height.
|
# font height, it will get raised to the font height.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=Breeze
|
gtk-theme-name=Breeze
|
||||||
gtk-icon-theme-name=breeze
|
gtk-icon-theme-name=breeze
|
||||||
gtk-font-name=DejaVu Sans {{ ((machine.font_size_1|int - 2)|float * 2.0) | round(0, 'floor') | int }}
|
gtk-font-name=DejaVu Sans {{ ((machine.font_size|int - 2)|float * 2.0) | round(0, 'floor') | int }}
|
||||||
gtk-cursor-theme-name=breeze_cursors
|
gtk-cursor-theme-name=breeze_cursors
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=0
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=Breeze
|
gtk-theme-name=Breeze
|
||||||
gtk-icon-theme-name=breeze
|
gtk-icon-theme-name=breeze
|
||||||
gtk-font-name=DejaVu Sans {{ machine.font_size_1|int - 2 }}
|
gtk-font-name=DejaVu Sans {{ machine.font_size|int - 2 }}
|
||||||
gtk-cursor-theme-name=breeze_cursors
|
gtk-cursor-theme-name=breeze_cursors
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=0
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
gtk-theme-name="Breeze"
|
gtk-theme-name="Breeze"
|
||||||
gtk-icon-theme-name="breeze"
|
gtk-icon-theme-name="breeze"
|
||||||
gtk-font-name="DejaVu Sans {{ machine.font_size_1| int - 2 }}"
|
gtk-font-name="DejaVu Sans {{ machine.font_size| int - 2 }}"
|
||||||
gtk-cursor-theme-name="breeze_cursors"
|
gtk-cursor-theme-name="breeze_cursors"
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=0
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
|
|||||||
@@ -288,7 +288,7 @@ assign [class="^Wine$"] $workspace10
|
|||||||
floating_minimum_size 0 x 0
|
floating_minimum_size 0 x 0
|
||||||
floating_maximum_size 0 x 0
|
floating_maximum_size 0 x 0
|
||||||
|
|
||||||
font pango:JetBrainsMono {{ machine.font_size_1 }}
|
font pango:JetBrainsMono {{ machine.font_size }}
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
### COLOR SETTINGS #############################################################
|
### COLOR SETTINGS #############################################################
|
||||||
@@ -349,7 +349,7 @@ bar {
|
|||||||
|
|
||||||
id bar-0
|
id bar-0
|
||||||
|
|
||||||
font pango:JetBrainsMono, FontAwesome {{ machine.font_size_1 }}
|
font pango:JetBrainsMono, FontAwesome {{ machine.font_size }}
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
background #272822
|
background #272822
|
||||||
|
|||||||
30
packages.yml
30
packages.yml
@@ -56,26 +56,24 @@ arandr:
|
|||||||
archlinux: ["arandr"]
|
archlinux: ["arandr"]
|
||||||
docker:
|
docker:
|
||||||
archlinux: ["docker", "docker-compose", "docker-buildx"]
|
archlinux: ["docker", "docker-compose", "docker-buildx"]
|
||||||
font-awesome:
|
awesome-terminal-fonts:
|
||||||
archlinux:
|
archlinux:
|
||||||
- ttf-font-awesome
|
|
||||||
- otf-font-awesome
|
|
||||||
- awesome-terminal-fonts
|
- awesome-terminal-fonts
|
||||||
font-inconsolata:
|
font-inconsolata:
|
||||||
archlinux: ["ttf-inconsolata"]
|
|
||||||
font-jetbrainsmono:
|
|
||||||
archlinux: ["ttf-jetbrains-mono"]
|
|
||||||
font-dejavu:
|
|
||||||
archlinux: ["ttf-dejavu"]
|
|
||||||
font-libertine:
|
|
||||||
archlinux: ["ttf-linux-libertine"]
|
|
||||||
font-emoji:
|
|
||||||
archlinux: ["noto-fonts-emoji"]
|
|
||||||
fonts:
|
|
||||||
archlinux:
|
archlinux:
|
||||||
- noto-fonts
|
- ttf-inconsolata
|
||||||
- noto-fonts-extra
|
- ttf-inconsolata-nerd
|
||||||
- noto-fonts-cjk
|
font-jetbrainsmono:
|
||||||
|
archlinux:
|
||||||
|
- ttf-jetbrains-mono
|
||||||
|
- ttf-jetbrains-mono-nerd
|
||||||
|
font-dejavu:
|
||||||
|
archlinux:
|
||||||
|
- ttf-dejavu
|
||||||
|
- ttf-dejavu-nerd
|
||||||
|
font-libertine:
|
||||||
|
archlinux:
|
||||||
|
- ttf-linux-libertine
|
||||||
git:
|
git:
|
||||||
# tk required for gitk
|
# tk required for gitk
|
||||||
archlinux: ["git", "tk", "git-delta", "git-filter-repo"]
|
archlinux: ["git", "tk", "git-delta", "git-filter-repo"]
|
||||||
|
|||||||
Reference in New Issue
Block a user