changes to home-assistant and nb

This commit is contained in:
2024-11-10 03:22:29 +01:00
parent 5941526a5e
commit 21d2e34025
20 changed files with 888 additions and 74 deletions

View File

@@ -8,7 +8,7 @@
# title=foot
# locked-title=no
# font=monospace:size=12
font=monospace:size=14
# font-bold=<bold variant of regular font>
# font-italic=<italic variant of regular font>
# font-bold-italic=<bold+italic variant of regular font>

View File

@@ -5,7 +5,7 @@
# i3 config file (v4)
# font for window titles and bar
font pango:Source Sans Pro 8
font pango:Source Sans Pro 14
# use win key
set $mod Mod4
@@ -293,7 +293,6 @@ exec dbus-sway-environment
exec configure-gtk
exec nm-applet --indicator
exec alacritty -t alacritty-sway
exec signal-desktop
exec firefox --name=social -p social
exec thunderbird
exec firefox
@@ -311,7 +310,8 @@ exec 'sleep 2; swaymsg workspace "$ws8"; swaymsg layout tabbed'
exec mako --default-timeout=5000
# wallpaper
output eDP-1 scale 1.5 scale_filter linear
# output eDP-1 scale 2 scale_filter linear
output eDP-1 mode 1680x1050
output eDP-1 bg #282a36 solid_color
output eDP-1 bg ~/.wallpaper.png center
output DP-4 bg #282a36 solid_color

View File

@@ -1,5 +1,5 @@
* {
font-size: 10px;
font-size: 16px;
font-family: monospace;
}