change to nord theme, add wzylogout, and theme swaylock and waylogout
parent
1e6a38298f
commit
6a311558a8
|
@ -224,6 +224,7 @@ bindsym XF86AudioMute exec volchange.sh --toggle-mute
|
|||
bindsym $mod+p exec fixscr.sh --menu
|
||||
bindsym $mod+o exec browser.sh
|
||||
bindsym $mod+shift+s exec ss.sh -s
|
||||
bindsym ctrl+alt+delete exec waylogout
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
font=mono
|
||||
color=3B4252
|
||||
inside-color=2E3440
|
||||
inside-caps-lock-color=88c0d0
|
||||
inside-ver-color=88c0d0
|
||||
inside-wrong-color=BF616A
|
||||
ring-color=A3BE8C
|
||||
ring-caps-lock-color=5E81AC
|
||||
key-hl-color=E5E9F0
|
||||
bs-hl-color=D08770
|
|
@ -0,0 +1,21 @@
|
|||
ring-color=A3BE8Caa
|
||||
inside-color=2E344066
|
||||
text-color=eaeaeaaa
|
||||
line-color=00000000
|
||||
ring-selection-color=88c0d0aa
|
||||
inside-selection-color=88c0d066
|
||||
text-selection-color=eaeaeaaa
|
||||
line-selection-color=00000000
|
||||
font=mono
|
||||
effect-blur=7x5
|
||||
indicator-thickness=20
|
||||
lock-command="exec swaylock -f"
|
||||
logout-command="exec swaymsg exit"
|
||||
suspend-command="echo suspend"
|
||||
hibernate-command="echo hibernate"
|
||||
poweroff-command="doas /sbin/poweroff"
|
||||
reboot-command="doas /sbin/reboot"
|
||||
switch-user-command="echo switch"
|
||||
hide-cancel
|
||||
screenshots
|
||||
selection-label
|
|
@ -12,3 +12,4 @@ kjv-apocrypha
|
|||
yt-watch
|
||||
yt-dlp-drop-in
|
||||
udiskie
|
||||
waylogout-git
|
||||
|
|
10
.profile
10
.profile
|
@ -55,12 +55,18 @@ export SFEED_URL_FILE="$HOME/.local/share/sfeed/read"
|
|||
|
||||
# Add ~/.local/bin/ ~/.local/scripts/ and to PATH
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export PATH="$HOME/.local/appimages:$PATH"
|
||||
export PATH="$HOME/.local/scripts:$PATH"
|
||||
#export PATH=$GOPATH/bin:$PATH
|
||||
|
||||
export MANPATH="$MANPATH:/usr/local/man/"
|
||||
|
||||
|
||||
export PATH="/opt/rocm/bin:$PATH"
|
||||
export PATH="/opt/rocm/hip/bin:$PATH"
|
||||
export PATH="/opt/rocm/opencl/bin:$PATH"
|
||||
export PATH="/opt/rocm/rocfft/bin:$PATH"
|
||||
export PATH="/opt/rocm/rocfft/bin:$PATH"
|
||||
|
||||
|
||||
#fix arduino ide issues
|
||||
export AWT_TOOLKIT=MToolkit
|
||||
|
||||
|
|
Loading…
Reference in New Issue