Main applications which I use everyday.
- Wayland Compositor:
hyprland
- Wallpaper:
hyprpaper
- Terminal:
alacritty
- Text Editor:
vim
- File Explorer:
Thunar
(not customised yet as I like the default look) - Status Bar:
waybar
- Menu:
wofi
- Fetch:
fastfetch
- Colour Picker:
pywal 16 colors
- AUR Helper:
yay
- Logout:
wlogout
(not customised yet as I like the default look) - Screenshot:
grim
andslurp
- Clipboard:
wl-clipboard
(only for terminal) - View contents of plain-text files:
bat
- Fira Code Nerd Font
- Pavucontrol
- ~/Pictures/Wallpapers
- ~/Pictures/Screenshots
# Example binds
SUPER + R: Changed to SUPER + W = For WOFI
# Utility binds
F2 = Decrease Brightness by 5%
F3 = Increase Brightness by 5%
F5 = Toggle muting and unmuting the sound
F6 = Increase volume by 1%
F7 = Decrease volume by 1%
SUPER + SHIFT + B = Restart Waybar
# Screenshotting
PRT_SCR = Take a Screenshot and copy to clipboard (don't save)
SUPER + PRT_SCR = Take a Screenshot of a selected region and save it to the earlier defined screenshots folder.
SUPER + SHIFT + PRINT_SCR = Take a Screenshot of a selected region and copy to clipboard (don't save)
# Wallpapers
SUPER + ALT + W = Cycle through the Wallpapers in the earlier defined wallpapers folder.
Notes
- For the clock module in Waybar, make sure that you have the
date.h
header file installed. - The files
bashrc
,vimrc
andbash_profile
must be converted to their dotted versions and i.e..bashrc
,.vimrc
,.bash_profile
and must be kept in the home directory. - I may have missed many things so please read the Arch Documentation and the GitHub documentation(for Waybar, Wofi and the Hypr project) for more information.
- These edits are extremely minimal and almost all the scripts are written with the help of ChatGPT-4.
- All of the XML files are not made by me but have been taken from the project repository of the respective projects (Waybar).