diff --git a/.bash_profile b/.bash_profile index 3421cb7..04ebf4a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,10 +4,10 @@ export MOZ_ENABLE_WAYLAND=1 export XDG_CONFIG_HOME=~/.config export XDG_CACHE_HOME=~/.cache export XDG_DATA_HOME=~/.local/share -export BROWSER=/usr/bin/firefox +export BROWSER=/usr/bin/firefox-esr export VISUAL=vim export EDITOR=vim export QT_QPA_PLATFORMTHEME=qt5ct export DESKTOP_SESSION=sway export XDG_CURRENT_DESKTOP=KDE -#[[ -f ~/.bashrc ]] && . ~/.bashrc +[ "$(tty)" = "/dev/tty1" ] && exec sway diff --git a/.config/pulse/client.conf b/.config/pulse/client.conf deleted file mode 100644 index 27dfdbb..0000000 --- a/.config/pulse/client.conf +++ /dev/null @@ -1,36 +0,0 @@ -# This file is part of PulseAudio. -# -# PulseAudio is free software; you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# PulseAudio is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with PulseAudio; if not, see . - -## Configuration file for PulseAudio clients. See pulse-client.conf(5) for -## more information. Default values are commented out. Use either ; or # for -## commenting. - -; default-sink = -; default-source = -; default-server = -; default-dbus-server = - -autospawn = no -; autospawn = yes -; daemon-binary = /usr/bin/pulseaudio -; extra-arguments = --log-target=syslog - -cookie-file = ~/.config/pulse/cookie - -; enable-shm = yes -; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB - -; auto-connect-localhost = no -; auto-connect-display = no diff --git a/.config/qt5ct/colors/dracula.conf b/.config/qt5ct/colors/dracula.conf new file mode 100644 index 0000000..93b37d5 --- /dev/null +++ b/.config/qt5ct/colors/dracula.conf @@ -0,0 +1,4 @@ +[ColorScheme] +active_colors=#ffbd93f9, #ff424559, #ff484d6b, #ff6272a4, #ff44475a, #ff44475a, #ff6272a4, #ff44475a, #ffbd93f9, #ff282a36, #ff282a36, #ff44475a, #ff6272a4, #ffbd93f9, #ff8be9fd, #ff8be9fd, #ff44475a, #ff6272a4, #ff44475a, #fff8f8f2, #ff44475a +disabled_colors=#ffbd93f9, #ff424559, #ff484d6b, #ff6272a4, #ff44475a, #ff44475a, #ff6272a4, #ff44475a, #ffbd93f9, #ff282a36, #ff282a36, #ff44475a, #ff6272a4, #ffbd93f9, #ff8be9fd, #ff8be9fd, #ff44475a, #ff6272a4, #ff44475a, #fff8f8f2, #ff44475a +inactive_colors=#ffbd93f9, #ff424559, #ff484d6b, #ff6272a4, #ff44475a, #ff44475a, #ff6272a4, #ff44475a, #ffbd93f9, #ff282a36, #ff282a36, #ff44475a, #ff6272a4, #ffbd93f9, #ff8be9fd, #ff8be9fd, #ff44475a, #ff6272a4, #ff44475a, #fff8f8f2, #ff44475a diff --git a/.config/qt5ct/qt5ct.conf b/.config/qt5ct/qt5ct.conf new file mode 100644 index 0000000..b7a3311 --- /dev/null +++ b/.config/qt5ct/qt5ct.conf @@ -0,0 +1,5 @@ +[Appearance] +style=Fusion +icon_theme=Papirus-Dark +custom_palette=true +color_scheme_path=~/.config/qt5ct/colors/dracula.conf diff --git a/.config/sway/config b/.config/sway/config index 5b8c7c0..451a133 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -174,7 +174,7 @@ exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500 exec /usr/bin/udiskie & # Network Manager tray applet -exec /usr/bin/nm-applet --indicator +exec_always /usr/bin/nm-applet # Bluetooth manager tray applet exec /usr/bin/blueman-applet diff --git a/.config/waybar/config b/.config/waybar/config index 11f550a..db77b6e 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -48,8 +48,8 @@ "format-wifi": " {essid}", "format-ethernet": "󰈀 {ifname}", "format-disconnected": "󰈂", - "tooltip-format-wifi": "{essid}:{signalStrength}\nSpeed:{bandwidthDownBits} \n{ipaddr}" - + "tooltip-format-wifi": "{essid}:{signalStrength}\nSpeed:{bandwidthDownBits} \n{ipaddr}", + "on-click": "alacritty -e nmtui" }, "pulseaudio": { "scroll-step": 1,