-
Notifications
You must be signed in to change notification settings - Fork 0
/
32-pkgs-gui.sh
79 lines (71 loc) · 5.33 KB
/
32-pkgs-gui.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
AddPackage firefox # Standalone web browser from mozilla.org
AddPackage nvidia # NVIDIA drivers for linux
AddPackage xsettingsd # Provides settings to X11 applications via the XSETTINGS specification
AddPackage --foreign visual-studio-code-bin # Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
AddPackage filelight # View disk usage information
AddPackage gparted # A Partition Magic clone, frontend to GNU Parted
AddPackage --foreign legacyfox # Legacy bootstrapped extensions for Firefox 65 and beyond
AddPackage --foreign ulauncher # Application launcher for Linux
AddPackage --foreign pamac-aur # A Gtk3 frontend, Package Manager based on libalpm with AUR and Appstream support
AddPackage haruna # Video player built with Qt/QML on top of libmpv
AddPackage ark # Archiving Tool
AddPackage plymouth # Graphical boot splash screen
AddPackage gimp # GNU Image Manipulation Program
AddPackage --foreign google-chrome # The popular web browser by Google (Stable Channel)
AddPackage --foreign beeper-latest-bin # all your chats in one app
AddPackage --foreign wezterm-git # A terminal emulator implemented in Rust, using OpenGL ES 2 for rendering.
AddPackage --foreign 1password # Password manager and secure wallet
AddPackage --foreign zoom # Video Conferencing and Web Conferencing Service
# fonts
AddPackage ttf-firacode-nerd # Patched font Fira (Fura) Code from nerd fonts library
AddPackage --foreign apple-fonts # Apple San Francisco, New York fonts, directly from Apple official source
AddPackage --foreign ttf-apple-emoji # Apple Color Emoji is a color typeface used by iOS and macOS to display emoji
AddPackage adobe-source-han-sans-otc-fonts # Adobe Source Han Sans - Pan-CJK OpenType/CFF Collection fonts
AddPackage adobe-source-han-serif-otc-fonts # Adobe Source Han Serif - Pan-CJK OpenType/CFF Collection fonts
# spotify
AddPackage --foreign spicetify-cli # Command-line tool to customize Spotify client
AddPackage --foreign spicetify-marketplace-bin # Spicetify app that integrates a marketplace for extensions, themes and snippets
AddPackage --foreign spicetify-themes-git # A community-driven collection of themes for spicetify
AddPackage --foreign spotify # A proprietary music streaming service
# audio / bluetooth
AddPackage pavucontrol-qt # A Pulseaudio mixer in Qt (port of pavucontrol)
AddPackage wireplumber # Session / policy manager implementation for PipeWir
AddPackage pulseaudio-bluetooth # Bluetooth support for PulseAudio
AddPackage bluez-utils # Development and debugging utilities for the bluetooth protocol stack
# kde
AddPackage plasma5-integration # Qt5 Platform Theme integration plugins for the Plasma workspaces
AddPackage qt5-tools # A cross-platform application and UI framework (Development Tools, QtHelp)
AddPackage plasma-sdk # Applications useful for Plasma development
AddPackage kdeconnect # Adds communication between KDE and your smartphone
AddPackage plasma-meta # Meta package to install KDE Plasma
AddPackage dolphin # KDE File Manager
AddPackage kdegraphics-thumbnailers # Thumbnailers for various graphics file formats
AddPackage gwenview # A fast and easy to use image viewer
AddPackage power-profiles-daemon # Makes power profiles handling available over D-Bus
# theming
AddPackage python-pywal # Generate and change colorschemes on the fly
AddPackage papirus-icon-theme # Papirus icon theme
AddPackage --foreign lightly-kf5-git # A modern style for qt applications.
AddPackage --foreign lightly-kf6-git # A modern style for qt applications. (qt6 branch)
AddPackage --foreign bibata-cursor-theme-bin # Material Based Cursor Theme
AddPackage --foreign python-haishoku # A development tool for grabbing the dominant color or representative color palette from an image.
AddPackage --foreign kde-material-you-colors # A script to generate Material You color schemes for KDE Plasma.
AddPackage --foreign python-colr # Easy terminal colors, with chainable methods.
AddPackage --foreign python-pywalfox # Native app used alongside the Pywalfox browser extension
# wayland / hyprland specific
AddPackage hyprland # a highly customizable dynamic tiling Wayland compositor
AddPackage hyprwayland-scanner # A Hyprland implementation of wayland-scanner, in and for C++
AddPackage waybar # Highly customizable Wayland bar for Sway and Wlroots based compositors
AddPackage swww # A Solution to your Wayland Wallpaper Woes
AddPackage xdg-desktop-portal-hyprland # xdg-desktop-portal backend for hyprland
AddPackage --foreign hyprshot # A utility to easily take screenshots in Hyprland using your mouse
AddPackage --foreign pyprland # Easy scratchpads, smart monitor placement and more Hyprland tweaks
AddPackage --foreign swayosd-git # A GTK based on screen display for keyboard shortcuts like caps-lock and volume
AddPackage --foreign aylurs-gtk-shell # Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system.
AddPackage --foreign wdisplays # GUI display configurator for wlroots compositors
AddPackage swaync # A simple notification daemon with a GTK panel for checking previous notifications like other DEs
# hyprland deps
AddPackage cmake # A cross-platform open-source make system
AddPackage cpio # A tool to copy files into or out of a cpio or tar archive
AddPackage meson # High productivity build system
AddPackage glm # C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification