Compare commits

...

10 Commits

Author SHA1 Message Date
0d64693641 Screen brightness modifier from 10 to 5 2025-12-13 12:44:01 +02:00
9896e20156 MR PICKLES !!!! hes so cute 2025-11-17 23:41:33 +02:00
fe796474f8 Added pookie helper 2025-11-17 23:08:55 +02:00
50ea9dc54b stacked layout as shift-start-n + screenshot 2025-11-15 15:26:09 +02:00
4270334f7f Added binding disable touhcpad to AppLauncher 2025-11-11 15:01:12 +02:00
ee9ad6b309 Replaced evolution with planify 2025-11-09 00:51:28 +02:00
88fcde2302 5 volume increment/decrement 2025-08-17 17:47:41 +03:00
24c9bd674a Deleted newsboat 2025-08-09 20:13:17 +03:00
2978cc09f9 Added torsocksed newsboat at startup 2025-06-28 18:06:09 +03:00
cd214d4589 Added disk usage to status 2025-06-15 18:06:17 +03:00
2 changed files with 13 additions and 10 deletions

View File

@@ -23,11 +23,10 @@ while true; do
}
')
DISK=$(echo D:$(df -h / | awk 'NR==2 {print $5}'))
DATE=$(date +'%Y-%m-%d %X')
VOLUME=$(echo "V: $(pactl get-sink-volume @DEFAULT_SINK@ | awk '{print $5}')")
CPU=$(uptime | awk -F'load average:' '{ print $2 }' | awk '{ gsub(",", "", $1); gsub(",", "", $2); gsub(",", "", $3); print " L: " $1 " - " $2 " - " $3 }')
echo "$CPU | $VOLUME | $BATTERY | $DATE"
echo "$DISK | $CPU | $VOLUME | $BATTERY | $DATE"
sleep 1
done

20
config
View File

@@ -35,7 +35,7 @@ set $menu wmenu-run
### Output configuration
#
# Default wallpaper (more resolutions are available in /run/current-system/sw/share/backgrounds/sway/)
#output * bg /home/user/Pictures/stephansquintet.png fill
output * bg /home/user/Pictures/mrpicklesveryblack.png fill
smart_borders on
default_border pixel 2
@@ -75,7 +75,7 @@ default_border pixel 2
# Read `man 5 sway-input` for more information about this section.
input "1452:657:bcm5974" {
dwt enabled
dwt disabled
tap enabled
middle_emulation enabled
}
@@ -166,7 +166,7 @@ input "1452:657:bcm5974" {
bindsym $mod+v splitv
# Switch the current container between different layout styles
bindsym $mod+s layout stacking
bindsym $mod+n layout stacking # n for normal
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
@@ -246,19 +246,23 @@ bar {
include /etc/sway/config.d/*
# Brightness
bindsym XF86MonBrightnessDown exec light -U 10
bindsym XF86MonBrightnessUp exec light -A 10
bindsym XF86MonBrightnessDown exec light -U 5
bindsym XF86MonBrightnessUp exec light -A 5
bindsym XF86KbdBrightnessUp exec light -As "sysfs/leds/smc::kbd_backlight" 10
bindsym XF86KbdBrightnessDown exec light -Us "sysfs/leds/smc::kbd_backlight" 10
# Volume
bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +1%'
bindsym XF86AudioLowerVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ -1%'
bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +5%'
bindsym XF86AudioLowerVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ -5%'
bindsym XF86AudioMute exec 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
bindsym XF86AudioPlay exec 'playerctl play-pause'
bindsym XF86AudioPause exec 'playerctl play-pause'
bindsym XF86AudioNext exec 'playerctl next'
bindsym XF86AudioPrev exec 'playerctl previous'
bindsym XF86AudioStop exec 'playerctl stop'
bindsym XF86LaunchA exec 'swaymsg input type:touchpad events toggle enabled disabled'
# Screenshot
bindsym $mod+Shift+s exec 'grim -g "$(slurp)" - | wl-copy'
bindsym $mod+Shift+Slash exec 'notify-send "HELP! 1" "START + D - Look for program; librewolf = internet; pavucontrol = audio;" ; notify-send "HELP! 2" "START + 1/2.. change workspace number; you can see current workspace on the lit up number at the bottom of the screen" ; notify-send "HELP! 3" "SHIFT + START + E Exit Sway; SHIFT + START + F Fullscreen on/off ---- Just click the notification to close it"'
exec mako
exec evolution
exec planify