Skip to content

// Aesthetic, dynamic and minimal dots for Arch hyprland by YSL

License

Notifications You must be signed in to change notification settings

yashlakhtariya/ysl-hyprdots

 
 

Repository files navigation



Short Video Previews

Note : You need to manually set soft links for nwg-dock and nwg-drawer css in the config folder for light/dark themes. And some env variables, preferences are set as per personal needs so modify accordingly.

Installation

This configuration is based on the original repo from which it is forked, but contains some personal configurations and tweaks made by me like :

  • 1.7px borders on top panel items (waybar)
  • Tweaked waybar modules
  • Catppuccin color palette rainbow window borders
  • Faster window border animation
  • New Wallpapers edited to suit Catppuccin Theme
  • Some other color tweaks in rofi app launcher, waybar panel, etc.
  • nwg-dock setup for ease
  • easy to use keybindings

The installation script is made for Arch, but may work on some Arch based distros with systemd. (Tested on Garuda Linux)

Important

Install script will auto-detect nvidia card and install nvidia-dkms drivers for your kernel. So please ensure that your Nvidia card supports dkms drivers and hyprland.

Caution

The script modifies your grub config to enable Nvidia drm and theme. NOTE : Don't forget to remove VS Code login for sync, as this resets vscode configuration. After installation, login and sync with your remote data again.

After minimal Arch install (with grub and systemd), clone and execute -

pacman -Sy git
git clone --depth 1 https://github.com/yashlakhtariya/ysl-hyprdots ~/Hyprdots
cd ~/Hyprdots/Scripts
./install.sh

Tip

You can also create your own list (for ex. custom_apps.lst) with all your favorite apps and pass the file as a parameter to install it -

./install.sh custom_apps.lst

Please reboot after the install script completes and takes you to sddm login screen (or black screen) for the first time. For more details, please refer installation wiki

Themes

Modified by YSL : Catppuccin Latte, Catppuccin Mocha (rest same)

To create your own custom theme, please refer theming wiki

Tip

You can install/browse/create/maintain/share additional themes (ex. Synth-Wave) using themepatcher. For more details please refer themepatcher wiki. For more details please refer themepatcher wiki.


Packages

n
v
i
d
i
a
linux-headersfor main kernel (script will auto detect from /usr/lib/modules/)
linux-zen-headersfor zen kernel (script will auto detect from /usr/lib/modules/)
linux-lts-headersfor lts kernel (script will auto detect from /usr/lib/modules/)
nvidia-dkmsnvidia drivers (script will auto detect from lspci -k | grep -A 2 -E "(VGA|3D)")
nvidia-utilsnvidia utils (script will auto detect from lspci -k | grep -A 2 -E "(VGA|3D)")
u
t
i
l
s
pipewireaudio and video server
pipewire-alsafor audio
pipewire-audiofor audio
pipewire-jackfor audio
pipewire-pulsefor audio
gst-plugin-pipewirefor audio
wireplumberaudio and video server
networkmanagernetwork manager
network-manager-appletnm tray
bluezfor bluetooth
bluez-utilsfor bluetooth
bluemanbt tray
l
o
g
i
n
sddm-gitdisplay manager for login
qt5-waylandfor QT wayland XDP
qt6-waylandfor QT wayland XDP
qt5-quickcontrolsfor sddm theme
qt5-quickcontrols2for sddm theme
qt5-graphicaleffectsfor sddm theme
h
y
p
r
hyprland-gitmain window manager (hyprland-nvidia-git if nvidia card is detected)
dunstgraphical notification daemon
rofi-lbonn-wayland-gitapp launcher
waybar-hyprland-gitstatus bar
swwwwallpaper app
swaylock-effects-gitlockscreen
wlogoutlogout screen
grimblast-gitscreenshot tool
slurpselects region for screenshot/screenshare
swappyscreenshot editor
cliphistclipboard manager
d
e
p
e
n
d
e
n
c
y
polkit-kde-agentauthentication agent
xdg-desktop-portal-hyprlandXDG Desktop Portal
pacman-contribfor system update check
python-pyamdgpuinfofor amd gpu info
parallelfor parallel processing
jqto read json
imagemagickfor image processing
qt5-imageformatsfor dolphin image thumbnails
ffmpegthumbsfor dolphin video thumbnails
kde-cli-toolsfor dolphin open with option
brightnessctlbrightness control for laptop
pavucontrolaudio settings gui
pamixerfor waybar audio
t
h
e
m
e
nwg-looktheming GTK apps
kvantumtheming QT apps
qt5cttheming QT5 apps
a
p
p
s
firefoxbrowser
kittyterminal
neofetchfetch tool
dolphinkde file manager
visual-studio-code-bingui code editor
vimtext editor
arkkde file archiver
s
h
e
l
l
zshmain shell
ezacolorful file lister
oh-my-zsh-gitfor zsh plugins
zsh-theme-powerlevel10k-gittheme for zsh
pokemon-colorscripts-gitdisplay pokemon sprites

Keybindings

Keys Action
Super + Q quit active/focused window
Super + Del quit hyprland session
Super + W toggle window on focus to float
Super + Enter toggle window on focus to fullscreen
Super + G toggle window group
Super + X launch kitty terminal
Super + E launch dolphin file explorer
Super + C launch vscode
Super + Space launch browser (default profile) (set manually in keybindings.conf)
Super + / launch browser (tmp profile) (set manually in keybindings.conf)
Super + A launch desktop applications (rofi)
Super + Tab switch open applications (rofi)
Super + R browse system files (rofi)
Super + F10 mute audio output (toggle)
Super + F11 decrease volume (hold)
Super + F12 increase volume (hold)
Super + V clipboard history paste
Super + L lock screen
Super + Backspace logout menu
Super + K transparency and blur ON for all windows
Super + Alt + K transparency and blur OFF for all windows
Super + P drag to select area or click on a window to print
Super + Alt + P print current screen
Super + RightClick resize the window
Super + LeftClick change the window position
Super + MouseScroll cycle through workspaces
Super + Shift + resize windows (hold)
Super + Shift + Ctrl + move active window within the current workspace
Super + [0-9] switch to workspace [0-9]
Super + Shift + [0-9] move active window to workspace [0-9]
Super + Alt + [0-9] move active window to workspace [0-9] (silently)
Super + Alt + S move window to special workspace
Super + S toogle to special workspace
Super + Alt + G disable hypr effects for gamemode
Super + Shift + D toggle (theme <//> wall) based colors
Super + Shift + T theme select menu
Super + Shift + W wallpaper select menu
Super + Shift + A rofi style select menu

For queries/feedback contact me : [email protected]

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.5%
  • TypeScript 30.3%
  • SCSS 6.5%
  • CSS 4.6%
  • Python 2.7%
  • Visual Basic 6.0 1.8%
  • Other 0.6%