mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Begins waybar configuration, adds theme for eza, some updates to other configuration.
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
INTERNAL="eDP-1" # or eDP-1, check with `hyprctl monitors`
|
||||
INTERNAL="eDP-1" # check with `hyprctl monitors`
|
||||
|
||||
# Check lid event handler with:
|
||||
#
|
||||
# grep -A5 -i lid /proc/bus/input/devices
|
||||
#
|
||||
# The event is contained in the H: Handlers=kbd event<N>
|
||||
#
|
||||
DEVICE="/dev/input/event0" # replace with your lid event device
|
||||
|
||||
evtest --grab "$DEVICE" |
|
||||
|
||||
4
scripts/arch/waybar-restart
Executable file
4
scripts/arch/waybar-restart
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/zsh
|
||||
|
||||
pkill -x waybar
|
||||
setsid uwsm app -- waybar >/dev/null 2>&1 &
|
||||
Reference in New Issue
Block a user