Compare commits

..

1 commit

Author SHA1 Message Date
f8bb38dd0b modified waybar config for hyprland 2024-10-05 18:10:24 -04:00
10 changed files with 36 additions and 124 deletions

View file

@ -3,7 +3,7 @@ alias mountwww="sudo mount -t nfs manjarodesktop:/home/mg/www /mnt/www"
alias mountns="sudo mount -t nfs manjarodesktop:/mnt/TerraBeef/NetShare /mnt/manjaroshare" alias mountns="sudo mount -t nfs manjarodesktop:/mnt/TerraBeef/NetShare /mnt/manjaroshare"
alias sshcloud="ssh -p 1919 emge@95.217.8.112" alias sshcloud="ssh -p 1919 emge@95.217.8.112"
alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME" alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
alias syncheavy="rsync -azP -e 'ssh -p 1919' --no-perms --no-owner --no-group --no-times --delete /home/emge/Development/11ty-projects/heavy-rocks/_site/ emge@95.217.216.54:/var/www/heavy.rocks/" alias syncheavy="rsync -azP --no-perms --no-owner --no-group --no-times --delete /home/emge/Development/11ty-projects/heavy-rocks/_site/ emge@95.217.8.112:/var/www/heavy.rocks/"
alias s!="sudo systemctl" alias s!="sudo systemctl"
alias portcheck="sudo lsof -i -P -n | grep LISTEN" alias portcheck="sudo lsof -i -P -n | grep LISTEN"
alias pubip="dig +short myip.opendns.com @resolver1.opendns.com" alias pubip="dig +short myip.opendns.com @resolver1.opendns.com"

View file

@ -27,13 +27,13 @@
width = 500 width = 500
# The maximum height of a single notification, excluding the frame. # The maximum height of a single notification, excluding the frame.
height = (0, 300) height = 300
# Position the notification in the top right corner # Position the notification in the top right corner
origin = top-right origin = top-right
# Offset from the origin # Offset from the origin
offset = (25, 25) offset = 25x25
# Scale factor. It is auto-detected if value is 0. # Scale factor. It is auto-detected if value is 0.
scale = 0 scale = 0
@ -61,7 +61,7 @@
progress_bar_max_width = 300 progress_bar_max_width = 300
# Corner radius for the progress bar. 0 disables rounded corners. # Corner radius for the progress bar. 0 disables rounded corners.
progress_bar_corner_radius = 5 progress_bar_corner_radius = 15
# Define which corners to round when drawing the progress bar. If progress_bar_corner_radius # Define which corners to round when drawing the progress bar. If progress_bar_corner_radius
# is set to 0 this option will be ignored. # is set to 0 this option will be ignored.
@ -214,7 +214,7 @@
enable_recursive_icon_lookup = true enable_recursive_icon_lookup = true
# Set icon theme (only used for recursive icon lookup) # Set icon theme (only used for recursive icon lookup)
icon_theme = "Papirus-Dark, Adwaita" icon_theme = "Papirus, Adwaita"
# You can also set multiple icon themes, with the leftmost one being used first. # You can also set multiple icon themes, with the leftmost one being used first.
# icon_theme = "Adwaita, breeze" # icon_theme = "Adwaita, breeze"
@ -224,13 +224,13 @@
# Scale small icons up to this size, set to 0 to disable. Helpful # Scale small icons up to this size, set to 0 to disable. Helpful
# for e.g. small files or high-dpi screens. In case of conflict, # for e.g. small files or high-dpi screens. In case of conflict,
# max_icon_size takes precedence over this. # max_icon_size takes precedence over this.
min_icon_size = 64 min_icon_size = 16
# Scale larger icons down to this size, set to 0 to disable # Scale larger icons down to this size, set to 0 to disable
max_icon_size = 128 max_icon_size = 128
# Paths to default icons (only necessary when not using recursive icon lookup) # Paths to default icons (only necessary when not using recursive icon lookup)
#icon_path = /usr/share/icons/Papirus/16x16/status/:/usr/share/icons/Papirus/16x16/devices/ icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
### History ### ### History ###
@ -356,12 +356,6 @@
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable
#default_icon = /path/to/icon #default_icon = /path/to/icon
# [Volume]
# history_ignore = true
#
# [Brightness]
# history_ignore = true
# Every section that isn't one of the above is interpreted as a rules to # Every section that isn't one of the above is interpreted as a rules to
# override settings for certain messages. # override settings for certain messages.
# #

View file

@ -43,7 +43,7 @@ bindsym $mod+Shift+m exec dunstctl close-all
# output * bg ~/Wallpapers/orangeMountains.png fill # output * bg ~/Wallpapers/orangeMountains.png fill
# output * bg #c0caf5 solid_color # output * bg #c0caf5 solid_color
# output * bg ~/Wallpapers/wp9285156.jpg fill # output * bg ~/Wallpapers/wp9285156.jpg fill
output * bg ~/Source/tokyonight-wallpapers/fly_original.png fill output * bg ~/Source/tokyonight-wallpapers/tron_original.png fill
# #
# Example configuration: # Example configuration:
# #
@ -72,8 +72,8 @@ exec swayidle -w \
timeout 310 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ timeout 310 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
before-sleep $lock before-sleep $lock
# set $lockman 'exec bash ~/.config/sway/lockman.sh' set $lockman 'exec bash ~/.config/sway/lockman.sh'
# bindsym $mod+l exec $lockman bindsym $mod+l exec $lockman
### Input configuration ### Input configuration
# #
@ -129,15 +129,15 @@ input "10248:257:FTCS1000:00_2808:0101_Touchpad" {
# Moving around: # Moving around:
# #
# Move your focus around # Move your focus around
bindsym $mod+$left focus left # bindsym $mod+$left focus left
bindsym $mod+$down focus down # bindsym $mod+$down focus down
bindsym $mod+$up focus up # bindsym $mod+$up focus up
bindsym $mod+$right focus right # bindsym $mod+$right focus right
# Or use $mod+[up|down|left|right] # Or use $mod+[up|down|left|right]
# bindsym $mod+Left focus left bindsym $mod+Left focus left
# bindsym $mod+Down focus down bindsym $mod+Down focus down
# bindsym $mod+Up focus up bindsym $mod+Up focus up
# bindsym $mod+Right focus right bindsym $mod+Right focus right
# Move the focused window with the same, but add Shift # Move the focused window with the same, but add Shift
bindsym $mod+Shift+$left move left bindsym $mod+Shift+$left move left
@ -149,7 +149,7 @@ input "10248:257:FTCS1000:00_2808:0101_Touchpad" {
bindsym $mod+Shift+Down move down bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right bindsym $mod+Shift+Right move right
# #r
# Workspaces: # Workspaces:
# #
# Switch to workspace # Switch to workspace
@ -241,16 +241,12 @@ bindsym $mod+r mode "resize"
# #
# Custom keybinds for latop controls # Custom keybinds for latop controls
# #
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% && /home/emge/Scripts/volume-notif.sh bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% && /home/emge/Scripts/volume-notif.sh bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle && /home/emge/Scripts/volume-notif.sh bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioMicMute exec pactl set-source-mute @DEFUALT_SOURCE@ toggle bindsym XF86AudioMicMute exec pactl set-source-mute @DEFUALT_SOURCE@ toggle
bindsym XF86MonBrightnessDown exec brightnessctl set 5%- && /home/emge/Scripts/brightness_notif.sh bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
bindsym XF86MonBrightnessUp exec brightnessctl set 5%+ && /home/emge/Scripts/brightness_notif.sh bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
bindsym Print exec /home/emge/Scripts/screenshot.sh
bindsym $mod+Shift+s exec /home/emge/Scripts/screenshot-select.sh
bindsym $mod+Shift+u exec /home/emge/Scripts/quick-note.sh
bindsym $mod+Shift+p exec hyprpicker -a
# #
# Status Bar: # Status Bar:

View file

@ -9,11 +9,11 @@
"disk", "disk",
"memory", "memory",
"temperature", "temperature",
"sway/window" "hyprland/window"
], ],
"modules-center": "modules-center":
[ [
"sway/workspaces" "hyprland/workspaces"
], ],
"modules-right": "modules-right":
[ [
@ -30,7 +30,7 @@
"clock": { "clock": {
"interval": 60, "interval": 60,
"format": "{:%a, %b %e <big>/ %I:%M /</big>}", "format": "{:%a %b %e %I:%M}",
"tooltip-format": "<tt>{calendar}</tt>", "tooltip-format": "<tt>{calendar}</tt>",
"calendar": { "calendar": {
"mode" : "year", "mode" : "year",
@ -98,13 +98,15 @@
] ]
}, },
"sway/workspaces": { "hyprland/workspaces": {
"format": "{icon}", "format": "{icon}",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"on-click": "activate", "on-click": "activate",
"format-icons": { "format-icons": {
"persistent": "", "persistent": "",
"urgent": "", "urgent": "",
"default": "" "active": ""
}, },
"sort-by-number": true, "sort-by-number": true,
"persistent-workspaces": { "persistent-workspaces": {
@ -115,7 +117,7 @@
"5": [] } "5": [] }
}, },
"sway/window": { "hyprland/window": {
"format": "{app_id} - {title}", "format": "{app_id} - {title}",
"max-length": 30, "max-length": 30,
"icon": true "icon": true
@ -144,7 +146,6 @@
"format-bluetooth": "󰂰 ", "format-bluetooth": "󰂰 ",
"format-muted": " ", "format-muted": " ",
"format-icons": { "format-icons": {
"headphone": " ",
"default": ["", ""] "default": ["", ""]
}, },
"justify": "center", "justify": "center",
@ -166,11 +167,11 @@
"format": "{icon}", "format": "{icon}",
"return-type": "json", "return-type": "json",
"format-icons": { "format-icons": {
"pending-updates": " ", "has-updates": " ",
"updated": "" "updated": ""
}, },
"exec-if": "which waybar-updates", "exec-if": "which waybar-module-pacman-updates",
"exec": "waybar-updates -n" "exec": "waybar-module-pacman-updates --interval-seconds 5 --network-interval-seconds 300"
}, },
"bluetooth": { "bluetooth": {

View file

@ -145,6 +145,6 @@ tooltip {
background-color: @foreground; background-color: @foreground;
} }
#custom-updates.pending-updates { #custom-updates.has-updates {
color: @16; color: @16;
} }

View file

@ -1,11 +0,0 @@
#!/usr/bin/env bash
wallpapers_path=/home/emge/Wallpapers/
# while true; do
# swaybg -i $(find $wallpapers_path -type f | shuf -n 1) -m fill
# sleep 29m
# done
# sleep 1m
swaymsg output "*" bg $(find $wallpapers_path -type f | shuf -n 1) fill

View file

@ -1,14 +0,0 @@
#!/bin/bash
# dunst change brightness notification
# set varialbe $brightness to current brightness level
brightness=$(cat /sys/class/backlight/acpi_video0/actual_brightness)
# set variable $max to current max brightness level
max=$(cat /sys/class/backlight/acpi_video0/max_brightness)
# calculate percentage
brightness_percent=$(((brightness * 100) / max))
# show brightness notification
dunstify -u low -i brightness -h string:x-dunst-stack-tag:Brightness -h int:value:"$brightness_percent" "Brightness: ${brightness_percent}%"

View file

@ -1,12 +0,0 @@
#!/bin/bash
# open quicknote
# set quick note directory
dir="/home/emge/Notes/QuickNotes/"
# set current date
curDate=$(date +"%Y-%m-%d")
file=$dir$curDate".md"
foot nvim $file

View file

@ -1,23 +0,0 @@
#!/bin/bash
# take screenshot of selection and save to
# default screenshots directory
# set default screenshots directory
dir="/home/emge/Pictures/screenshots/"
# set current date
curDate=$(date +"%Y-%m-%d")
i="1"
file=$dir$curDate"_"$i".png"
while [ -f $file ] ;
do
i=$((i + "1"))
file=$dir$curDate"_"$i".png"
done
grim -g "$(slurp)" $file
# show screenshot notification
dunstify -u low -i accessories-screenshot -h string:x-dunst-stack-tag:Screenshot "Screenshot saved:" $file

View file

@ -1,19 +0,0 @@
#!/bin/bash
# dunst change volume notification
# set varialbe $volume to current volume level
# --get-volume returns two equal values, the awk
# pipe pulls just the first one - both values
# should match unless balance was adjusted
volume=$(pulsemixer --get-volume | awk '{print $1}')
# set variable $muted to current mute setting
muted=$(pulsemixer --get-mute)
if [[ $muted == 1 || $volume == 0 ]]; then
# show muted notification
dunstify -u low -i audio-volume-muted -h string:x-dunst-stack-tag:Volume "Volume Muted"
else
# show volume notification
dunstify -u low -i audio-volume-high -h string:x-dunst-stack-tag:Volume -h int:value:"$volume" "Volume: ${volume}%"
fi