31 lines
736 B
Text
31 lines
736 B
Text
# Defaults
|
|
$terminal = alacritty
|
|
$browser = librewolf
|
|
$locker = hyprlock
|
|
|
|
# Applications
|
|
$joplin = joplin-desktop --ozone-platform=wayland --enable-features=WebRTCPipeWireCapturer
|
|
$bitwarden = bitwarden-desktop
|
|
$element = element-desktop
|
|
$discord = webcord
|
|
$deezer = deezer --enable-features=UseOzonePlatform --ozone-platform=wayland
|
|
|
|
# Classes
|
|
$terminal_class = Alacritty
|
|
$joplin_class = @joplin/app-desktop
|
|
$bitwarden_class = Bitwarden
|
|
$element_class = Element
|
|
$discord_class = WebCord
|
|
$deezer_class = Deezer
|
|
|
|
# Colors
|
|
$col_accentdark = rgb(9933ff)
|
|
$col_accentlight = rgb(d966ff)
|
|
$col_inactive = rgba(80808080)
|
|
$col_textlight = rgba(ffffffe8)
|
|
|
|
# Plugins
|
|
plugin = /usr/lib/libhy3.so
|
|
|
|
# Configuration modules
|
|
source = hyprland.d/*.conf
|