2024-01-09 18:37:35 +01:00
|
|
|
# Defaults
|
|
|
|
$terminal = alacritty
|
|
|
|
$browser = librewolf
|
2024-03-04 10:55:36 +01:00
|
|
|
$locker = hyprlock
|
2024-01-09 18:37:35 +01:00
|
|
|
|
|
|
|
# Applications
|
2024-05-05 11:30:05 +02:00
|
|
|
$joplin = joplin-desktop --ozone-platform=wayland --enable-features=WebRTCPipeWireCapturer
|
2024-01-09 18:37:35 +01:00
|
|
|
$bitwarden = bitwarden-desktop
|
|
|
|
$element = element-desktop
|
|
|
|
$discord = webcord
|
|
|
|
$deezer = deezer --enable-features=UseOzonePlatform --ozone-platform=wayland
|
|
|
|
|
|
|
|
# Classes
|
|
|
|
$terminal_class = Alacritty
|
2024-05-20 12:26:22 +02:00
|
|
|
$joplin_class = @joplin/app-desktop
|
2024-01-09 18:37:35 +01:00
|
|
|
$bitwarden_class = Bitwarden
|
|
|
|
$element_class = Element
|
|
|
|
$discord_class = WebCord
|
|
|
|
$deezer_class = Deezer
|
|
|
|
|
|
|
|
# Colors
|
|
|
|
$col_accentdark = rgb(00ff00)
|
|
|
|
$col_accentlight = rgb(80ff80)
|
|
|
|
$col_inactive = rgba(80808080)
|
|
|
|
$col_textlight = rgba(ffffffe8)
|
|
|
|
|
|
|
|
# Plugins
|
|
|
|
plugin = /usr/lib/libhy3.so
|
|
|
|
|
|
|
|
# Configuration modules
|
|
|
|
source = hyprland.d/*.conf
|