-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path50-graphics.sh
52 lines (50 loc) · 4.65 KB
/
50-graphics.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# packages
AddPackage adw-gtk-theme # Unofficial GTK 3 port of the libadwaita theme
AddPackage brightnessctl # Lightweight brightness control tool
AddPackage chafa # Image-to-text converter supporting a wide range of symbols and palettes, transparency, animations, etc.
AddPackage cliphist # wayland clipboard manager
AddPackage dconf-editor # GSettings editor for GNOME
AddPackage ffmpegthumbnailer # Lightweight video thumbnailer that can be used by file managers
AddPackage foot # Fast, lightweight, and minimalistic Wayland terminal emulator
AddPackage foot-terminfo # Extra non-standard terminfo files for foot, a Wayland terminal emulator
AddPackage fuzzel # Application launcher for wlroots based Wayland compositors
AddPackage grim # Screenshot utility for Wayland
AddPackage hypridle # hyprland’s idle daemon
AddPackage hyprland # a highly customizable dynamic tiling Wayland compositor
AddPackage hyprlock # hyprland’s GPU-accelerated screen locking utility
AddPackage hyprpaper # a blazing fast wayland wallpaper utility with IPC controls
AddPackage hyprpicker # A wlroots-compatible Wayland color picker that does not suck
AddPackage hyprpolkitagent # Simple polkit authentication agent for Hyprland, written in QT/QML
AddPackage hyprsunset # An application to enable a blue-light filter on Hyprland
AddPackage kvantum # SVG-based theme engine for Qt6 (including config tool and extra themes)
AddPackage lxqt-archiver # A simple & lightweight desktop-agnostic Qt file archiver
AddPackage mako # Lightweight notification daemon for Wayland
AddPackage mesa-utils # Essential Mesa utilities
AddPackage mpv # a free, `open source, and cross-platform media player
AddPackage nm-connection-editor # NetworkManager GUI connection editor and widgets
AddPackage papirus-icon-theme # Papirus icon theme
AddPackage pcmanfm-qt # The LXQt file manager, Qt port of PCManFM
AddPackage poppler # PDF rendering library based on xpdf 3.0
AddPackage qt6ct # Qt 6 Configuration Utility
AddPackage slurp # Select a region in a Wayland compositor
AddPackage swayimg # A lightweight image viewer for Wayland display servers
AddPackage uwsm # A standalone Wayland session manager
AddPackage vkd3d # Direct3D 12 to Vulkan translation library By WineHQ
AddPackage vulkan-tools # Vulkan Utilities and Tools
AddPackage waybar # Highly customizable Wayland bar for Sway and Wlroots based compositors
AddPackage xdg-desktop-portal-gtk # A backend implementation for xdg-desktop-portal using GTK
AddPackage xdg-desktop-portal-hyprland # xdg-desktop-portal backend for hyprland
AddPackage --foreign hyprsysteminfo # A tiny qt6/qml application to display information about the running system
AddPackage --foreign mpd-notification # Notify about tracks played by mpd
AddPackage --foreign mullvad-vpn-bin # The Mullvad VPN client app for desktop
AddPackage --foreign networkmanager-dmenu-git # control networkmanager via dmenu-compatible launcher
AddPackage --foreign papirus-folders # Allows changing the color of folders in Papirus icon theme and its forks
AddPackage --foreign poweralertd # UPower-powered power alerter
# mullvad
SetFileProperty /usr/bin/mullvad-exclude mode 4755
# systemd enable
CreateLink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service /usr/lib/systemd/system/NetworkManager-dispatcher.service
CreateLink /etc/systemd/system/multi-user.target.wants/NetworkManager.service /usr/lib/systemd/system/NetworkManager.service
CreateLink /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service /usr/lib/systemd/system/NetworkManager-wait-online.service
CreateLink /etc/systemd/system/mullvad-daemon.service.wants/mullvad-early-boot-blocking.service /usr/lib/systemd/system/mullvad-early-boot-blocking.service
CreateLink /etc/systemd/system/multi-user.target.wants/mullvad-daemon.service /usr/lib/systemd/system/mullvad-daemon.service