-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPACKAGES
More file actions
155 lines (124 loc) · 2.3 KB
/
PACKAGES
File metadata and controls
155 lines (124 loc) · 2.3 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# draphyOS Package Manifest
# Format: package_name:min_version:max_version
# - min_version: first version where package is required (empty = always)
# - max_version: last version where package is required (empty = current)
#
# Examples:
# polybar:: # Required in all versions
# newtool:2: # Added in version 2, still required
# oldtool::1 # Only in version 1, removed after
# temptool:2:3 # Only in versions 2 and 3
# === Core (always required) ===
i3::
i3lock::
dunst::
lightdm::
# === Terminal ===
alacritty::
# === Networking ===
NetworkManager::
network-manager-applet::
firefox::
# === Audio ===
pulseaudio-utils::
pavucontrol::
# === Utilities ===
brightnessctl::
htop::
mousepad::
Thunar::
# === App launcher ===
rofi::
# === Productivity & GUI tools ===
lxappearance::
powertop::
arandr::
tmux::
# === draphyOS Customizations ===
# Shell
fish::
# Status bar
polybar::
# Compositor
picom::
# Utilities
feh::
flameshot::
playerctl::
xss-lock::
ImageMagick::
xdotool::
xclip::
# Bluetooth
blueman::
# Authentication
xfce-polkit::
gnome-keyring::
# Theming
xfce4-settings::
# Night light (v1-v9 only, replaced by gammastep in v10)
redshift::9
geoclue2::9
# Fonts
fira-code-fonts::
google-noto-sans-mono-vf-fonts::
fontawesome-6-free-fonts::
fontawesome-6-brands-fonts::
# Icons & Themes
mint-y-icons::
adwaita-cursor-theme::
# Calendar popup
yad::
# Qt theming
qt5ct::
# === Added in v10 ===
# Git (install first - needed for repos)
git:10:
# Blue light filter (replaces redshift)
gammastep:10:
# Third-party apps (repos added by install.sh)
brave-browser:10:
google-chrome-stable:10:
code:10:
proton-vpn-gnome-desktop:10:
# Docker (docker repo)
docker-ce:10:
docker-ce-cli:10:
containerd.io:10:
docker-buildx-plugin:10:
docker-compose-plugin:10:
# COPR: yazi
yazi:10:
# OBS repo: ueberzugpp (for yazi image preview)
ueberzugpp:10:
# Media
torbrowser-launcher:10:
neovim:10:
obs-studio:10:
kdenlive:10:
mpv:10:
zathura:10:
zathura-pdf-poppler:10:
audacious:10:
# Office
libreoffice-writer:10:
libreoffice-calc:10:
libreoffice-impress:10:
libreoffice-draw:10:
# System tools
gparted:10:
btop:10:
# CLI tools
zoxide:10:
ffmpeg:10:
p7zip:10:
jq:10:
poppler-utils:10:
fd-find:10:
ripgrep:10:
fzf:10:
ffmpegthumbnailer:10:
atool:10:
# Database
postgresql-server:10:
postgresql-contrib:10: