Update something
This commit is contained in:
parent
7ce25075d4
commit
36ebc52eee
4 changed files with 27 additions and 31 deletions
|
@ -12,13 +12,13 @@ listener {
|
|||
|
||||
# turn off keyboard backlight, comment out this section if you dont have a keyboard backlight.
|
||||
listener {
|
||||
timeout = 150 # 2.5min.
|
||||
timeout = 900 # 15min.
|
||||
on-timeout = brightnessctl -sd rgb:kbd_backlight set 0 # turn off keyboard backlight.
|
||||
on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight.
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 300 # 5min
|
||||
timeout = 450 # 7.5 min
|
||||
on-timeout = loginctl lock-session # lock screen when timeout has passed
|
||||
}
|
||||
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
monitor=DP-1,1920x1080@144,auto,auto
|
||||
monitor=HDMI=A-1, 3840x2160@60, 0x0, 3
|
||||
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
###################
|
||||
$terminal = kitty
|
||||
$terminal = ghostty
|
||||
$fileManager = yazi
|
||||
$menu = rofi -show run
|
||||
$browser = app.zen_browser.zen
|
||||
$browser = vivaldi
|
||||
$taskManager = btop
|
||||
$colorpicker = hyprpicker
|
||||
|
||||
|
@ -36,12 +36,10 @@ exec-once = [workspace 2] $terminal
|
|||
# windowrule = opacity 1 override 1 override 1.0 override, class:Code
|
||||
#windowrule = opacity 1 override 1 override 1.0 override, class:zen
|
||||
# layerrule = blur,waybar
|
||||
windowrulev2 = workspace 1, class:zen
|
||||
windowrulev2 = workspace 1, class:firefox-bin
|
||||
windowrulev2 = workspace 1, class:obsidian
|
||||
windowrulev2 = workspace 3, class:Code
|
||||
windowrulev2 = workspace 4, class:Docker Desktop
|
||||
windowrulev2 = workspace 4, class:GitKraken
|
||||
windowrulev2 = workspace 1, class:ghostty
|
||||
windowrulev2 = workspace 1, class:vivaldi
|
||||
windowrulev2 = workspace 1, class:freetube
|
||||
windowrulev2 = workspace 1, class:arduino-studio
|
||||
|
||||
|
||||
#############################
|
||||
|
@ -225,13 +223,13 @@ binds {
|
|||
|
||||
$mainMod = SUPER
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
bind = $mainMod ,B, exec, $browser
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, W, killactive
|
||||
bind = $mainMod, V, togglefloating
|
||||
bind = $mainMod, F, fullscreen, 1
|
||||
bind = $mainMod, G, fullscreen, 0
|
||||
bind = $mainMod, O, exec, obsidian /home/arcadian/Obsidian/ \Vault Notes.canvas
|
||||
bind = $mainMod_Shift, O,exec, obsidian
|
||||
#bind = $mainMod, O, exec, obsidian /home/arcadian/Obsidian/ \Vault Notes.canvas
|
||||
#bind = $mainMod_Shift, O,exec, obsidian
|
||||
bind = $mainMod_Shift, T, exec, [float; size 1000 500] $terminal
|
||||
|
||||
$key = tab
|
||||
|
|
|
@ -47,7 +47,7 @@ label {
|
|||
monitor =
|
||||
text = cmd[update:43200000] date +"%A, %d %B %Y"
|
||||
color = $text
|
||||
font_size = 20
|
||||
font_size = 24
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
position = -30, -150
|
||||
halign = right
|
||||
|
@ -165,4 +165,4 @@ input-field {
|
|||
# position = 0, 200
|
||||
# halign = center
|
||||
# valign = center
|
||||
# }
|
||||
# }
|
||||
|
|
28
setup.sh
28
setup.sh
|
@ -12,24 +12,22 @@ cat <<EOF
|
|||
|
||||
EOF
|
||||
|
||||
CONFIGS="cava ghostty dunst fastfetch pacseek hypr hypridle rofi starship zellij waybar yazi zoxide"
|
||||
BACKUP_DIR="$HOME/.config_backup"
|
||||
LOCAL_BIN="$HOME/.local/bin"
|
||||
FONT_DIR="$HOME/.local/share/fonts"
|
||||
DOTS_DIR="$HOME/hyprdots"
|
||||
DOTS_DIR="$HOME/mine-hyprdots"
|
||||
|
||||
echo "==> Backing up existing config files..."
|
||||
mkdir -p "$BACKUP_DIR"
|
||||
for dir in $CONFIGS; do
|
||||
if [ -d "$HOME/.config/$dir" ]; then
|
||||
echo "=> Backing up $dir to $BACKUP_DIR"
|
||||
cp -r "$HOME/.config/$dir" "$BACKUP_DIR/$dir"
|
||||
rm -rf "$HOME/.config/$dir"
|
||||
fi
|
||||
done
|
||||
|
||||
echo "==> Copying new config files..."
|
||||
cp -r $CONFIGS "$HOME/.config/"
|
||||
# echo "==> Backing up existing config files..."
|
||||
# mkdir -p "$BACKUP_DIR"
|
||||
# for dir in $CONFIGS; do
|
||||
# if [ -d "$HOME/.config/$dir" ]; then
|
||||
# echo "=> Backing up $dir to $BACKUP_DIR"
|
||||
# cp -r "$HOME/.config/$dir" "$BACKUP_DIR/$dir"
|
||||
# rm -rf "$HOME/.config/$dir"
|
||||
# fi
|
||||
# done
|
||||
#
|
||||
# echo "==> Copying new config files..."
|
||||
# cp -r $CONFIGS "$HOME/.config/"
|
||||
|
||||
echo "==> Making Waybar and Rofi scripts executable..."
|
||||
chmod +x ~/.config/waybar/scripts/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue