feat: ✨ fish and starship
This commit is contained in:
parent
3a1e2baede
commit
6788cd8006
6 changed files with 296 additions and 44 deletions
|
@ -13,9 +13,14 @@ exec-once = sleep 2 && blueman-applet
|
|||
exec-once = sleep 2 && hyprpaper
|
||||
exec-once = sleep 3 && /opt/Mullvad\ VPN/mullvad-vpn
|
||||
exec-once = sleep 3 && hyprctl keyword input:touchdevice:enabled false
|
||||
exec-once = swaync-client -dn
|
||||
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
|
||||
exec-once = wl-paste --type image --watch cliphist store # Stores only image data
|
||||
|
||||
exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # for GTK4 apps
|
||||
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps
|
||||
env = QT_QPA_PLATFORMTHEME, qt6ct
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = PATH, $HOME/.cargo/bin/:$HOME/.local/bin/:$PATH
|
||||
|
@ -53,12 +58,12 @@ bind = $my_trigger, F, exec, $browser
|
|||
bind = $my_trigger SHIFT, F, exec, $browser_unsafe
|
||||
bind = Shift, Print, exec, $screenshot_with_area_selector
|
||||
|
||||
$tahinli_source = /var/lib/flatpak/exports/bin/io.github.ungoogled_software.ungoogled_chromium --app=https://source.tahinli.com --class=dev.heppen.webapps.Source3132 --name=dev.heppen.webapps.Source3132 --user-data-dir="/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/io.github.ungoogled_software.ungoogled_chromium/Source3132"
|
||||
$whatsapp = /var/lib/flatpak/exports/bin/app.zen_browser.zen --no-remote --class dev.heppen.webapps.WhatsApp5679 --name dev.heppen.webapps.WhatsApp5679 --profile "/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/app.zen_browser.zen/WhatsApp5679" --new-window https://web.whatsapp.com
|
||||
$tahinli_source = /var/lib/flatpak/exports/bin/io.github.ungoogled_software.ungoogled_chromium --app=https://source.tahinli.com --class=dev.heppen.webapps.Source7800 --name=dev.heppen.webapps.Source7800 --user-data-dir="/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/io.github.ungoogled_software.ungoogled_chromium/Source7800"
|
||||
$whatsapp = /var/lib/flatpak/exports/bin/io.github.ungoogled_software.ungoogled_chromium --app=https://web.whatsapp.com --class=dev.heppen.webapps.WhatsApp8679 --name=dev.heppen.webapps.WhatsApp8679 --user-data-dir="/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/io.github.ungoogled_software.ungoogled_chromium/WhatsApp8679"
|
||||
$discord = flatpak run dev.vencord.Vesktop
|
||||
$youtube = mullvad-exclude flatpak run io.freetubeapp.FreeTube
|
||||
$deezer = mullvad-exclude /var/lib/flatpak/exports/bin/io.github.ungoogled_software.ungoogled_chromium --app=https://deezer.com --class=dev.heppen.webapps.Deezer7429 --name=dev.heppen.webapps.Deezer7429 --user-data-dir="/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/io.github.ungoogled_software.ungoogled_chromium/Deezer7429"
|
||||
$mail = /var/lib/flatpak/exports/bin/app.zen_browser.zen --no-remote --class dev.heppen.webapps.Proton1470 --name dev.heppen.webapps.Proton1470 --profile "/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/app.zen_browser.zen/Proton1470" --new-window https://mail.proton.me
|
||||
$deezer = mullvad-exclude /var/lib/flatpak/exports/bin/io.github.ungoogled_software.ungoogled_chromium --app=https://deezer.com --class=dev.heppen.webapps.Deezer6664 --name=dev.heppen.webapps.Deezer6664 --user-data-dir="/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/io.github.ungoogled_software.ungoogled_chromium/Deezer6664"
|
||||
$mail = /var/lib/flatpak/exports/bin/io.github.ungoogled_software.ungoogled_chromium --app=https://mail.proton.me --class=dev.heppen.webapps.ProtonMail9657 --name=dev.heppen.webapps.ProtonMail9657 --user-data-dir="/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/io.github.ungoogled_software.ungoogled_chromium/ProtonMail9657"
|
||||
|
||||
workspace = 101, on-created-empty: $tahinli_source
|
||||
workspace = 102, on-created-empty: $dev
|
||||
|
@ -169,11 +174,6 @@ decoration {
|
|||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
|
||||
drop_shadow = true
|
||||
shadow_range = 100
|
||||
shadow_render_power = 10
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
|
@ -182,10 +182,9 @@ decoration {
|
|||
vibrancy = 0.1696
|
||||
}
|
||||
|
||||
windowrulev2 = opacity 0.8, class:kitty
|
||||
windowrulev2 = opacity 0.8, class:wezterm
|
||||
windowrulev2 = opacity 0.8, class:yazi
|
||||
windowrulev2 = tile, class:dev.heppen.webapps
|
||||
windowrule = opacity 0.8, class:kitty
|
||||
windowrule = opacity 0.8, class:.*wezterm.*
|
||||
windowrule = tile, class:.*dev.heppen.webapps.*
|
||||
}
|
||||
|
||||
animations {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$location = ~/Pictures/michael-niessl-KraoHdRYrRE-unsplash.jpg
|
||||
$location = ~/Pictures/artem-shuba-V_coeWlO9bQ-unsplash.jpg
|
||||
preload = $location
|
||||
wallpaper = eDP-1,$location
|
||||
wallpaper = HDMI-A-1,$location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue