adding stuff
This commit is contained in:
+2
-2
@@ -4,10 +4,10 @@ export MOZ_ENABLE_WAYLAND=1
|
|||||||
export XDG_CONFIG_HOME=~/.config
|
export XDG_CONFIG_HOME=~/.config
|
||||||
export XDG_CACHE_HOME=~/.cache
|
export XDG_CACHE_HOME=~/.cache
|
||||||
export XDG_DATA_HOME=~/.local/share
|
export XDG_DATA_HOME=~/.local/share
|
||||||
export BROWSER=/usr/bin/firefox
|
export BROWSER=/usr/bin/firefox-esr
|
||||||
export VISUAL=vim
|
export VISUAL=vim
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
export DESKTOP_SESSION=sway
|
export DESKTOP_SESSION=sway
|
||||||
export XDG_CURRENT_DESKTOP=KDE
|
export XDG_CURRENT_DESKTOP=KDE
|
||||||
#[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[ "$(tty)" = "/dev/tty1" ] && exec sway
|
||||||
|
|||||||
@@ -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 <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
## 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
|
|
||||||
@@ -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
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
[Appearance]
|
||||||
|
style=Fusion
|
||||||
|
icon_theme=Papirus-Dark
|
||||||
|
custom_palette=true
|
||||||
|
color_scheme_path=~/.config/qt5ct/colors/dracula.conf
|
||||||
+1
-1
@@ -174,7 +174,7 @@ exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500
|
|||||||
exec /usr/bin/udiskie &
|
exec /usr/bin/udiskie &
|
||||||
|
|
||||||
# Network Manager tray applet
|
# Network Manager tray applet
|
||||||
exec /usr/bin/nm-applet --indicator
|
exec_always /usr/bin/nm-applet
|
||||||
|
|
||||||
# Bluetooth manager tray applet
|
# Bluetooth manager tray applet
|
||||||
exec /usr/bin/blueman-applet
|
exec /usr/bin/blueman-applet
|
||||||
|
|||||||
@@ -48,8 +48,8 @@
|
|||||||
"format-wifi": " {essid}",
|
"format-wifi": " {essid}",
|
||||||
"format-ethernet": " {ifname}",
|
"format-ethernet": " {ifname}",
|
||||||
"format-disconnected": "",
|
"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": {
|
"pulseaudio": {
|
||||||
"scroll-step": 1,
|
"scroll-step": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user