From b41ff0b88227bf5d723401fbdaaa91c5d3fecfbb Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 31 Aug 2025 16:21:57 +0200 Subject: added dots and wallpaper --- dotfiles/labwc/autostart | 16 ++ dotfiles/labwc/environment | 28 +++ dotfiles/labwc/menu.xml | 76 +++++++ dotfiles/labwc/rc.xml | 501 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 621 insertions(+) create mode 100644 dotfiles/labwc/autostart create mode 100644 dotfiles/labwc/environment create mode 100644 dotfiles/labwc/menu.xml create mode 100644 dotfiles/labwc/rc.xml (limited to 'dotfiles/labwc') diff --git a/dotfiles/labwc/autostart b/dotfiles/labwc/autostart new file mode 100644 index 0000000..ace51fe --- /dev/null +++ b/dotfiles/labwc/autostart @@ -0,0 +1,16 @@ +# Configure output directives such as mode, position, scale and transform using kanshi. +kanshi >/dev/null 2>&1 & + +# Set background image. +wbg ~/.nix/wallpapers/riverfall.jpg & + +# Launch a panel such as yambar or waybar. +waybar >/dev/null 2>&1 & + +# Enable notifications. Typically GNOME/KDE application notifications go +# through the org.freedesktop.Notifications D-Bus API and require a client such +# as mako to function correctly. Thunderbird is an example of this. +mako >/dev/null 2>&1 & + +# Start the Thunar daemon for better startup +thunar --daemon & diff --git a/dotfiles/labwc/environment b/dotfiles/labwc/environment new file mode 100644 index 0000000..306e057 --- /dev/null +++ b/dotfiles/labwc/environment @@ -0,0 +1,28 @@ +## Uncomment lines starting with one '#' to suit your needs. + +## Use the XKB_DEFAULT_LAYOUT variable to set the keyboard layout. For example +## to start with Swedish keyboard layout set it to 'se'. If you are unsure what +## your country code is, refer to the layout section of: +## /usr/share/X11/xkb/rules/evdev.lst +## +## Multiple keyboard layouts can be set by comma-separating the country codes. +## If multiple layouts are used, specify the toggle-keybind using +## XKB_DEFAULT_OPTIONS as show below. +## For further details, see xkeyboard-config(7) +XKB_DEFAULT_LAYOUT=us,gr +XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle + +## Force firefox to use wayland backend. +MOZ_ENABLE_WAYLAND=1 + +## Set cursor theme and size. Find system icons themes with: +## `find /usr/share/icons/ -type d -name "cursors"` +XCURSOR_THEME=Qogir +XCURSOR_SIZE=24 + +## BEMENU stuff +BEMENU_OPTS= -ni -B 3 --bdr "#C1A550" --tb "#2A2A2A" --tf "#C1A550" --fb "#2A2A2A" --nb "#2A2A2A" --nf "#EDE6DB" --ab "#2A2A2A" --af "#EDE6DB" --hb "#2A2A2A" --hf "#C1A550" --line-height 30 "$@" --center --wrap --ignorecase --prompt '> $' --list 12 --no-overlap --width-factor 0.5 --fn 'Lilex' +BEMENU_BACKEND=wayland + +## bemenu needs this +XDG_DATA_DIRS = ~/.local/share/flatpak/exports/share/applications:$XDG_DATA_DIRS diff --git a/dotfiles/labwc/menu.xml b/dotfiles/labwc/menu.xml new file mode 100644 index 0000000..8760d83 --- /dev/null +++ b/dotfiles/labwc/menu.xml @@ -0,0 +1,76 @@ + + + + + + + + zen-beta + + + flatpak run eu.betterbird.Betterbird + + + + + + + + flatpak run app.grayjay.Grayjay + + + flatpak run org.telegram.desktop + + + flatpak run io.github.equicord.equibop + + + flatpak run com.rtosta.zapzap + + + flatpak run org.localsend.localsend_app + + + + + + + + thunar + + + flatpak run com.github.tchx84.Flatseal + + + flatpak run com.bktus.gpgfrontend + + + alacritty + + + sh -c 'grim -g "$(slurp)" - | swappy -f -' + + + alacritty -e nmtui + + + + + + + + + + + + + + + + + + + + + + diff --git a/dotfiles/labwc/rc.xml b/dotfiles/labwc/rc.xml new file mode 100644 index 0000000..fdda1a7 --- /dev/null +++ b/dotfiles/labwc/rc.xml @@ -0,0 +1,501 @@ + + + + + server + 5 + no + no + + + + Orzhov + 0 + yes + + Segoe UI + 10 + normal + normal + + yes + + icon:iconify,max,close + + + + + + + + + + + + + 20 + + + + + yes + yes + no + + + + 1 + yes + + + + 1000 + + Terminal 1 + Terminal 2 + Web 1 + Web 2 + Notes + Social + Mail + Music + + + + + + + + + + + + + + + + on + 25 + 600 + + + + + + sh -c 'grim -g "$(slurp)" - | swappy -f -' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 500 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + // + + + + + + + + + + + 1.0 + yes + + + + yes + + + + + + + + + + + + + + + + + + Center + + + -- cgit v1.2.3