Skip to content

Commit bae3de3

Browse files
committed
chore(arch): remove "Programs Used" section
Signed-off-by: chris1320 <chris1320is@protonmail.com>
1 parent b91e272 commit bae3de3

File tree

1 file changed

+0
-136
lines changed

1 file changed

+0
-136
lines changed

Operating Systems/Arch Linux/Contents/Environment.md

Lines changed: 0 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -26,142 +26,6 @@ During the installation I've configured my machine to have the following disk pa
2626

2727
I used to have a dedicated swap partition, but I am now using [zram](https://wiki.archlinux.org/title/Zram) instead.
2828

29-
### Programs Used
30-
31-
This Arch Linux configuration is using the following programs:
32-
33-
<div align="center">
34-
<table>
35-
<tbody>
36-
<tr>
37-
<td rowspan="9">Desktop</td>
38-
<td>Compositor</td>
39-
<td><a href="https://hyprland.org/">Hyprland</a></td>
40-
</tr>
41-
<tr>
42-
<td>Bar</td>
43-
<td><a href="https://github.com/Alexays/Waybar">Waybar</a></td>
44-
</tr>
45-
<tr>
46-
<td>Widgets</td>
47-
<td>
48-
<a href="https://github.com/elkowar/eww">ElKowars wacky widgets</a>
49-
</td>
50-
</tr>
51-
<tr>
52-
<td>Launcher</td>
53-
<td><a href="https://github.com/lbonn/rofi">Rofi</a></td>
54-
</tr>
55-
<tr>
56-
<td>Notification Manager</td>
57-
<td><a href="https://github.com/dunst-project/dunst">Dunst</a></td>
58-
</tr>
59-
<tr>
60-
<td>Wallpaper Utility</td>
61-
<td><a href="https://github.com/hyprwm/hyprpaper">Hyprpaper</a></td>
62-
</tr>
63-
<tr>
64-
<td>Lockscreen</td>
65-
<td>
66-
<a href="https://github.com/jirutka/swaylock-effects">Swaylock</a>
67-
</td>
68-
</tr>
69-
<tr>
70-
<td>Display Manager</td>
71-
<td><a href="https://github.com/sddm/sddm">SDDM</a></td>
72-
</tr>
73-
<tr>
74-
<td>Logout Menu</td>
75-
<td><a href="https://github.com/ArtsyMacaw/wlogout">WLogout</a></td>
76-
</tr>
77-
<tr>
78-
<td rowspan="5">Desktop Applications</td>
79-
<td>Terminal</td>
80-
<td><a href="https://sw.kovidgoyal.net/kitty/">Kitty</a></td>
81-
</tr>
82-
<tr>
83-
<td>Browser</td>
84-
<td><a href="https://firefox.com/">Firefox</a></td>
85-
</tr>
86-
<tr>
87-
<td>File Manager (GUI)</td>
88-
<td>
89-
<a href="https://docs.xfce.org/xfce/thunar/start">Thunar</a>
90-
</td>
91-
</tr>
92-
<tr>
93-
<td>Audio Effects</td>
94-
<td>
95-
<a href="https://github.com/wwmm/easyeffects">Easy Effects</a>
96-
</td>
97-
</tr>
98-
<tr>
99-
<td>Document Viewer</td>
100-
<td><a href="https://pwmt.org/projects/zathura">Zathura</a></td>
101-
</tr>
102-
<tr>
103-
<td rowspan="5">Terminal Applications</td>
104-
<td>Shell</td>
105-
<td><a href="https://www.zsh.org/">ZSH</a></td>
106-
</tr>
107-
<tr>
108-
<td>AUR Helper</td>
109-
<td><a href="https://github.com/Morganamilo/paru">Paru</a></td>
110-
</tr>
111-
<tr>
112-
<td>File Manager (TUI)</td>
113-
<td><a href="https://midnight-commander.org/">mc</a></td>
114-
</tr>
115-
<tr>
116-
<td>Process Viewer</td>
117-
<td><a href="https://github.com/aristocratos/btop">btop</a></td>
118-
</tr>
119-
<tr>
120-
<td>Audio Visualizer</td>
121-
<td><a href="https://github.com/karlstav/cava">cava</a></td>
122-
</tr>
123-
<tr>
124-
<td rowspan="7">Back-End/Utilities</td>
125-
<td>Administration</td>
126-
<td><a href="https://www.sudo.ws/sudo/">sudo</a></td>
127-
</tr>
128-
<tr>
129-
<td>Authentication Agent</td>
130-
<td>
131-
<a href="https://gitlab.gnome.org/Archive/policykit-gnome"
132-
>GNOME Polkit Authentication Agent</a
133-
>
134-
</td>
135-
</tr>
136-
<tr>
137-
<td>Secrets/Password Manager</td>
138-
<td><a href="https://keepassxc.org/">KeePassXC</a></td>
139-
</tr>
140-
<tr>
141-
<td>Network Manager</td>
142-
<td><a href="https://networkmanager.dev/">NetworkManager</a></td>
143-
</tr>
144-
<tr>
145-
<td>Bluetooth Manager</td>
146-
<td>
147-
<a href="https://github.com/blueman-project/blueman">Blueman</a>
148-
</td>
149-
</tr>
150-
<tr>
151-
<td>Audio/Video Processor</td>
152-
<td><a href="https://pipewire.org">Pipewire</a></td>
153-
</tr>
154-
<tr>
155-
<td>Input Method</td>
156-
<td><a href="https://github.com/fcitx/fcitx5">Fcitx5</a></td>
157-
</tr>
158-
</tbody>
159-
</table>
160-
</div>
161-
162-
- Fonts used: [JetBrains Mono (Nerd Fonts)](https://github.com/ryanoasis/nerd-fonts) & [Font Awesome](https://fontawesome.com/)
163-
- Colorscheme: [Catppuccin Mocha](https://github.com/catppuccin/catppuccin)
164-
16529
---
16630

16731
- Previous: [[Arch Linux|Introduction]]

0 commit comments

Comments
 (0)