Compare commits
No commits in common. "78ff179a25ccfc053b0cd8e60ce6f951354cf3ac" and "3fc6f3e22592ba0b57396195340f51970274ae28" have entirely different histories.
78ff179a25
...
3fc6f3e225
@ -3,23 +3,18 @@
|
||||
<fontconfig>
|
||||
<alias>
|
||||
<family>serif</family>
|
||||
<prefer><family>{{ .theme.font.name_regular }}</family></prefer>
|
||||
<prefer><family>Roboto</family></prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer><family>{{ .theme.font.name_regular }}</family></prefer>
|
||||
<prefer><family>Roboto</family></prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer><family>{{ .theme.font.name_mono }}</family></prefer>
|
||||
<prefer><family>Roboto Mono</family></prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>system-ui</family>
|
||||
<prefer><family>{{ .theme.font.name_regular }}</family></prefer>
|
||||
<prefer><family>Roboto</family></prefer>
|
||||
</alias>
|
||||
<match target="pattern">
|
||||
<edit name="size" mode="append">
|
||||
<double>{{ .theme.font.size_base_pt }}</double>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
||||
|
@ -1,9 +1,8 @@
|
||||
format=<span size="{{ .theme.font.size_base_pt }}pt" weight="bold">%s - %a</span>\n%b
|
||||
font={{ .theme.font.name_regular }} {{ math.Sub .theme.font.size_base_pt .theme.font.size_step_pt }}
|
||||
format=<span size="{{ math.Add .theme.font.size_base_pt .theme.font.size_step_pt }}pt" weight="bold">%s - %a</span>\n%b
|
||||
font={{ .theme.font.name_regular }} {{ .theme.font.size_base_pt }}
|
||||
background-color=#{{ .theme.color.bg_accent_dark }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }}
|
||||
border-size=2
|
||||
border-radius=4
|
||||
icon-border-radius=4
|
||||
border-color=#{{ .theme.color.fg_accent }}{{ math.Mul .theme.opacity.med 255 | conv.ToInt64 | printf "%02X" }}
|
||||
padding=5,10
|
||||
width=600
|
||||
|
@ -45,7 +45,6 @@ c.colors.webpage.darkmode.threshold.background = 128
|
||||
c.colors.webpage.darkmode.threshold.foreground = 127
|
||||
c.colors.webpage.bg = '#'+env['QB_THEME_COLOR_BG']
|
||||
c.fonts.default_family = 'Roboto'
|
||||
c.fonts.default_size = '12'
|
||||
##########################################
|
||||
|
||||
# search engines
|
||||
|
@ -106,7 +106,7 @@ bindsym --to-code {
|
||||
# bottom row - 3d
|
||||
bindsym --to-code {
|
||||
$mod+d scratchpad show
|
||||
$altmod+d sticky enable; move scratchpad
|
||||
$altmod+x sticky enable; move scratchpad
|
||||
$mod+z focus tiling
|
||||
$altmod+z focus floating; floating disable; sticky disable
|
||||
$mod+h focus floating
|
||||
|
Loading…
Reference in New Issue
Block a user