47 lines
1.9 KiB
YAML
Raw Normal View History

2023-01-14 15:24:18 -08:00
- name: Install desktop arch packages
pacman:
2022-12-10 17:09:35 -08:00
name:
- xorg # X.org meta-package
2023-01-14 15:24:18 -08:00
- xorg-xinit
- xterm # X Terminal Emulator
- alacritty # Cross-platform, GPU-accelerated terminal emulator
- mpv # Video player based on MPlayer/mplayer2
2023-01-14 15:24:18 -08:00
- python-i3ipc # Improved Python library to control i3wm and sway
- lxappearance # LXDE Theme Switcher
- blueman # GTK+ Bluetooth Manager
- dunst # Lightweight and customizable notification daemon
- ffmpeg # Decoding, encoding and streaming software
2023-01-14 12:54:09 -08:00
- i3 # Improved tiling window manager
- i3status # Status bar generator for i3bar, dzen2, xmobar or similar programs
- nitrogen # Background browser and setter for X with support for Xinerama
2023-01-14 15:24:18 -08:00
- nvidia-dkms # NVIDIA drivers for linux - Libraries and Utilities
- lib32-nvidia-utils # NVIDIA drivers for linux - common libraries (32bit)
- pavucontrol # PulseAudio Volume Control
- polybar # Fast and easy-to-use status bar
- rofi # Window switcher, run dialog and dmenu replacement
- pcmanfm # LXDE file manager
- autorandr # Automatically select a display configuration based on connected devices
- clipmenu # Clipboard management using dmenu
2023-01-14 12:54:09 -08:00
- flameshot # Powerful yet simple to use screenshot software for GNU/Linux
2023-01-14 15:24:18 -08:00
- firefox
2022-12-10 17:09:35 -08:00
state: present
become: true
2023-01-14 15:24:18 -08:00
- name: Install desktop aur packages
yay:
name:
- rofi-rbw # Simplistic password typer/copier using rofi and wofi
- nerd-fonts-complete
state: present
become: true
2022-12-21 00:34:22 -08:00
- name: Install desktop flatpaks
flatpak:
name:
- com.discordapp.Discord # VoIP and instant messaging social platform
2022-12-21 00:34:22 -08:00
- org.gimp.GIMP # Create images and edit photographs
- org.inkscape.Inkscape # Vector Graphics Editor
- com.github.tchx84.Flatseal # Manage Flatpak permissions
state: present
become: true