mirror of
https://git.myvelabs.com/lab/archlinux.git
synced 2026-08-16 12:04:26 +00:00
Fix foot.ini and added ttf-hack
This commit is contained in:
parent
6a2797e5e4
commit
267a0702b1
1 changed files with 12 additions and 9 deletions
|
|
@ -127,33 +127,33 @@ case ${desktop} in
|
|||
case ${desktop} in
|
||||
1)
|
||||
desktop_choice=sway
|
||||
desktop_packages+=(sway seatd swaylock swayidle swaybg bemenu bemenu-wayland i3status foot kate dolphin konsole kompare kcalc breeze-icons kde-cli-tools brightnessctl gnome-keyring fakeroot qt5-wayland polkit-kde-agent)
|
||||
desktop_packages+=(sway seatd swaylock swayidle swaybg bemenu bemenu-wayland i3status foot kate dolphin konsole kompare kcalc breeze-icons kde-cli-tools ttf-hack brightnessctl gnome-keyring fakeroot qt5-wayland polkit-kde-agent)
|
||||
systemd_services+=(seatd.service)
|
||||
;;
|
||||
2)
|
||||
desktop_choice=hyprland
|
||||
desktop_packages+=(hyprland uwsm swaylock swayidle bemenu bemenu-wayland waybar foot kate dolphin konsole kompare kcalc breeze-icons kde-cli-tools ttf-font-awesome brightnessctl gnome-keyring fakeroot qt5-wayland polkit-kde-agent)
|
||||
desktop_packages+=(hyprland uwsm swaylock swayidle bemenu bemenu-wayland waybar foot kate dolphin konsole kompare kcalc breeze-icons kde-cli-tools ttf-hack ttf-font-awesome brightnessctl gnome-keyring fakeroot qt5-wayland polkit-kde-agent)
|
||||
systemd_user_services+=(foot-server.service)
|
||||
;;
|
||||
3)
|
||||
desktop_choice=qtile-wayland
|
||||
desktop_packages+=(qtile python-pywlroots xorg-xwayland foot)
|
||||
desktop_packages+=(qtile python-pywlroots xorg-xwayland foot ttf-hack)
|
||||
systemd_user_services+=(foot-server.service)
|
||||
;;
|
||||
4)
|
||||
desktop_choice=river
|
||||
desktop_packages+=(river foot)
|
||||
desktop_packages+=(river foot ttf-hack)
|
||||
systemd_user_services+=(foot-server.service)
|
||||
;;
|
||||
5)
|
||||
desktop_choice=plasma-wayland
|
||||
desktop_packages+=($(pacman -Sgq plasma | grep -v 'discover\|oxygen\|plasma-nm') konsole foot kate dolphin kompare kcalc)
|
||||
desktop_packages+=($(pacman -Sgq plasma | grep -v 'discover\|oxygen\|plasma-nm') konsole foot kate dolphin kompare kcalc ttf-hack)
|
||||
systemd_services+=(sddm.service)
|
||||
systemd_user_services+=(foot-server.service)
|
||||
;;
|
||||
6)
|
||||
desktop_choice=gnome-wayland
|
||||
desktop_packages+=(gnome foot)
|
||||
desktop_packages+=(gnome foot ttf-hack)
|
||||
systemd_services+=(gdm.service)
|
||||
systemd_user_services+=(foot-server.service)
|
||||
;;
|
||||
|
|
@ -595,12 +595,15 @@ if [ -d ~/.config/foot/ ]
|
|||
then
|
||||
cat > ~/.config/foot/foot.ini <<- 'foot'
|
||||
[main]
|
||||
term=xterm-256color
|
||||
include=/usr/share/foot/themes/kitty
|
||||
font=Source Code Pro:size=12
|
||||
workers=32
|
||||
font=Hack:style=Regular:size=12
|
||||
font-bold=Hack:style=Bold:size=12
|
||||
font-italic=Hack:style=Italic:size=12
|
||||
font-bold-italic=Hack:style=Bold Italic:size=12
|
||||
|
||||
[scrollback]
|
||||
# lines=1000
|
||||
lines=4096
|
||||
foot
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue