Skip to content
Snippets Groups Projects
Verified Commit aa9139f1 authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

[sway] small font and style updates for terminal

parent 9743c8d6
No related branches found
No related tags found
No related merge requests found
......@@ -90,9 +90,9 @@ polkit-gnome
# Fonts
noto-fonts
noto-fonts-emoji
ttf-bitstream-vera
ttf-fira-code
ttf-fira-mono
ttf-jetbrains-mono
ttf-font-awesome
ttf-roboto
......
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id mako --default-timeout 5000 --icons 1 --markup 1 --actions 1 --background-color "$base0C" --font "Noto Sans:12"
exec --no-startup-id mako --default-timeout 5000 --icons 1 --markup 1 --actions 1 --background-color "$base0C" --font "Noto Sans 12"
exec --no-startup-id pamac-tray-appindicator
exec --no-startup-id nm-applet --indicator
exec --no-startup-id blueman-applet
......
......@@ -10,7 +10,7 @@ bindsym $mod+Shift+q kill
# Start your launcher
bindsym $mod+d exec $appmenu
bindsym $mod+x exec $menu
bindsym $mod+Shift+d exec $menu
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
......
......@@ -6,7 +6,7 @@
#cell_width_scale = 1.0
clickable_url = true
dynamic_title = true
font = Fira Mono 13
font = JetBrains Mono 13
#fullscreen = true
#icon_name = terminal
#mouse_autohide = false
......
......@@ -50,7 +50,7 @@
#waybar {
background: #1B2224;
color: #F5F7FA;
font-family: Cantarell, Noto Sans, sans-serif;
font-family: Noto Sans, sans-serif;
font-size: 13px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment