hosts/{apeturescience,cityseventeen}: init apeturescience, change font and size in cityseventeen
This commit is contained in:
parent
ea7dd98c09
commit
717a0b8a21
35 changed files with 1234 additions and 91 deletions
|
@ -1,6 +1,6 @@
|
|||
[main]
|
||||
pad=12x12
|
||||
font=monospace:size=13
|
||||
font=monospace:size=9
|
||||
|
||||
[colors]
|
||||
foreground=e0def4
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# output=<not set>
|
||||
font=Monospace:size=13
|
||||
font=Monospace:size=12
|
||||
# dpi-aware=auto
|
||||
# use-bold=no
|
||||
prompt=" "
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
font=monospace 13
|
||||
font=monospace 9
|
||||
width=450
|
||||
height=220
|
||||
text-color=#e0def4ff
|
||||
|
|
|
@ -307,7 +307,7 @@ binds {
|
|||
|
||||
// You can also use a shell. Do this if you need pipes, multiple commands, etc.
|
||||
// Note: the entire command goes as a single argument in the end.
|
||||
// Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; }
|
||||
// Mod+T { spawn "basqh" "-c" "notify-send hello && exec alacritty"; }
|
||||
|
||||
// Example volume keys mappings for PipeWire & WirePlumber.
|
||||
// The allow-when-locked=true property makes them work even when the session is locked.
|
||||
|
@ -508,6 +508,8 @@ binds {
|
|||
Ctrl+Print { screenshot-screen; }
|
||||
Alt+Print { screenshot-window; }
|
||||
|
||||
Mod+Escape { toggle-keyboard-shortcuts-inhibit; }
|
||||
|
||||
// The quit action will show a confirmation dialog to avoid accidental exits.
|
||||
Mod+Shift+E { quit; }
|
||||
Ctrl+Alt+Delete { quit; }
|
||||
|
|
|
@ -15,7 +15,7 @@ def main():
|
|||
c.colors.webpage.preferred_color_scheme = "dark"
|
||||
c.tabs.position = "top"
|
||||
c.tabs.width = 32
|
||||
c.fonts.default_size = "13pt"
|
||||
c.fonts.default_size = "9pt"
|
||||
c.fonts.default_family = "sans-serif"
|
||||
c.tabs.padding = {
|
||||
"bottom": 4,
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* {
|
||||
color: @base05;
|
||||
font-family: monospace;
|
||||
font-size: 15px;
|
||||
font-size: 9pt;
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
@ -34,9 +34,9 @@ window#waybar {
|
|||
|
||||
#custom-nixos {
|
||||
color: @base0D;
|
||||
font-size: 24px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 8px 12px;
|
||||
padding: 4px 10px;
|
||||
}
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
librewolf
|
||||
playerctl
|
||||
evolution
|
||||
qutebrowser
|
||||
gh
|
||||
fuzzel
|
||||
foot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue