did a bunch of stoof

This commit is contained in:
opal
2023-11-10 15:54:09 -08:00
parent 72d7b6e6e5
commit 37f52c7cf2
4 changed files with 15 additions and 31 deletions

View File

@@ -124,8 +124,9 @@ alias .....='cd ../../../..'
alias bd='cd "$OLDPWD"' alias bd='cd "$OLDPWD"'
# Alias's for multiple directory listing commands # Alias's for multiple directory listing commands
alias ls='exa --icons'
alias la='ls -Alh' # show hidden files alias la='ls -Alh' # show hidden files
alias ls='ls -aFh --color=always' # add colors and file type extensions #alias ls='ls -aFh --color=always' # add colors and file type extensions
alias lx='ls -lXBh' # sort by extension alias lx='ls -lXBh' # sort by extension
alias lk='ls -lSrh' # sort by size alias lk='ls -lSrh' # sort by size
alias lc='ls -lcrh' # sort by change time alias lc='ls -lcrh' # sort by change time

View File

@@ -39,7 +39,7 @@ floating_modifier $mod normal
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload
# Exit sway (logs you out of your Wayland session) # Exit sway (logs you out of your Wayland session)
bindsym $mod+Shift+x exec swaymsg -r exit #bindsym $mod+Shift+x exec swaymsg -r exit
## Volume ## Volume
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +2% bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +2%
@@ -147,7 +147,6 @@ mode "resize" {
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
# Screenshot (Grimshot) # Screenshot (Grimshot)
# Captures the currently active window # Captures the currently active window
bindsym $mod+g exec grimshot save active bindsym $mod+g exec grimshot save active
# Allows manually selecting a rectangular region # Allows manually selecting a rectangular region
@@ -158,14 +157,11 @@ bindsym $mod+Mod1+g exec grimshot save output
bindsym $mod+Ctrl+g exec grimshot save window bindsym $mod+Ctrl+g exec grimshot save window
# Turn the system off # Turn the system off
bindsym $mod+Shift+e exec swaynag -t custom -m 'What action would you like to perform?' -b 'Shutdown' 'systemctl poweroff' -b 'Restart' 'systemctl reboot' -b 'Suspend' 'systemctl suspend' bindsym $mod+Shift+e exec wlogout -p layer-shell
# Notifications # Notifications
exec_always dunst exec_always dunst
# flash focus
exec flashfocus
# Wlsunset (Night Light) # Wlsunset (Night Light)
exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500 exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500
@@ -173,7 +169,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-tray --indicator exec /usr/bin/nm-applet --indicator
# Bluetooth manager tray applet # Bluetooth manager tray applet
exec /usr/bin/blueman-applet exec /usr/bin/blueman-applet
@@ -181,9 +177,6 @@ exec /usr/bin/blueman-applet
# Clamshell Mode Script # Clamshell Mode Script
#exec_always ~/.config/sway/clamshell.sh #exec_always ~/.config/sway/clamshell.sh
# polkit
exec /usr/libexec/polkit-gnome-authentication-agent-1
# Gtk # Gtk
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK

View File

@@ -7,7 +7,7 @@
{ {
"label" : "logout", "label" : "logout",
"action" : "sway exit", "action" : "hyprctl dispatch exit 0",
"text" : "Logout", "text" : "Logout",
"keybind" : "e" "keybind" : "e"
} }

View File

@@ -1,38 +1,28 @@
* { * {
background-image: none; background-color: transparent;
} }
window { window {
background-color: rgba(0, 0, 0, 0.8); background-color: rgba(12, 12, 12, 0.9);
} }
button { button {
color: #BD93F9; margin: 10px;
font-family: "Hack"; color: #ffffff;
background-color: #1e1e1e;
border-radius: 0px;
border-style: solid; border-style: solid;
border-width: 1px; border-width: 10px;
border-radius: 25px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: 25%; background-size: 20%;
} }
button:focus, button:focus,
button:active, button:active,
button:hover { button:hover {
background-color: #BD93F9; background-color: #333333;
outline-style: none; outline-style: none;
} }
#lock
#logout,
#suspend,
#hibernate,
#shutdown,
#reboot {
opacity: 0.6;
}
#lock { #lock {
background-image: image( background-image: image(
url("/usr/share/wlogout/icons/lock.png"), url("/usr/share/wlogout/icons/lock.png"),