Script updated
This commit is contained in:
parent
33166bab40
commit
b0d48faad8
@ -1,9 +1,7 @@
|
||||
[font]
|
||||
size=12
|
||||
|
||||
[font.normal]
|
||||
family = "FiraCodeNerdFontMono"
|
||||
style = "Regular"
|
||||
offset={x= 0}
|
||||
normal={family="RobotoMonoNerdFont", style="Regular"}
|
||||
|
||||
[colors.primary]
|
||||
foreground="#c6c6c6"
|
||||
@ -33,10 +31,8 @@ white="#eeeeee"
|
||||
save_to_clipboard = true
|
||||
|
||||
[window]
|
||||
decorations = "none"
|
||||
|
||||
[window.padding]
|
||||
x= 2
|
||||
decorations="none"
|
||||
padding={x=2}
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
TERM="xterm-256color"
|
||||
|
||||
@ -4,13 +4,13 @@ general {
|
||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 300 # 5min
|
||||
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
||||
}
|
||||
|
||||
# listener {
|
||||
# timeout = 1800 # 30min
|
||||
# on-timeout = systemctl suspend # suspend pc
|
||||
# timeout = 300 # 5min
|
||||
# on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||
# on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
||||
# }
|
||||
|
||||
listener {
|
||||
timeout = 1800 # 30min
|
||||
on-timeout = shutdown now # shutdown pc
|
||||
}
|
||||
|
||||
@ -242,7 +242,7 @@ workspace = special:web, on-created-empty:$browser
|
||||
windowrulev2 = size 450 253, initialTitle:^(Picture in picture)$
|
||||
windowrulev2 = opacity 1.0 0.7, initialTitle:^(Picture in picture)$
|
||||
windowrulev2 = float, initialTitle:^(Picture in picture)$
|
||||
windowrulev2 = move 100%-w-20 50, initialTitle:^(Picture in picture)$
|
||||
windowrulev2 = move 100%-w-20 60, initialTitle:^(Picture in picture)$
|
||||
windowrulev2 = workspace e+0, initialTitle:^(Picture in picture)$
|
||||
|
||||
# FzfMenu
|
||||
@ -279,7 +279,7 @@ workspace = special:discord, on-created-empty:flatpak run io.github.equicord.equ
|
||||
windowrulev2 = workspace special:discord, initialTitle:^(.*equibop.*)$
|
||||
windowrulev2 = opacity 1.0 0.9, initialTitle:^(Discord Popout)$
|
||||
windowrulev2 = float, initialTitle:^(Discord Popout)$
|
||||
windowrulev2 = move 100%-w-20 50, initialTitle:^(Discord Popout)$
|
||||
windowrulev2 = move 100%-w-20 60, initialTitle:^(Discord Popout)$
|
||||
windowrulev2 = workspace e+0, initialTitle:^(Discord Popout)$
|
||||
|
||||
# Pipewire
|
||||
|
||||
@ -48,8 +48,8 @@
|
||||
#waybar {
|
||||
background: #000000;
|
||||
color: #eeeeee;
|
||||
font-family: FiraCodeNerdFontMono;
|
||||
font-size: 11pt;
|
||||
font-family: RobotoMonoNerdFontMono;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
/* Each module */
|
||||
@ -164,8 +164,8 @@
|
||||
#workspaces button {
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
padding-left: 1px;
|
||||
padding-right: 2px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
color: #eeeeee;
|
||||
}
|
||||
|
||||
|
||||
@ -203,6 +203,8 @@ if [ "${ROLES[HYPERLAND]}" == "yes" ]; then
|
||||
ln -sf ~/linuxbox/config/qt6ct/qt6ct.conf ~/.config/qt6ct/qt6ct.conf
|
||||
ln -sf ~/linuxbox/config/dunst/dunstrc ~/.config/dunst/dunstrc
|
||||
|
||||
systemctl --user enable --now hypridle.service
|
||||
|
||||
printf -- '\033[33m Installing waybar\n\033[37m'
|
||||
sudo pacman --noconfirm --needed -S waybar
|
||||
mkdir -p ~/.config/waybar
|
||||
@ -236,7 +238,7 @@ if [ "${ROLES[TERMINAL]}" == "yes" ]; then
|
||||
if pacman -Qs gnu-free-fonts >/dev/null; then
|
||||
sudo pacman --noconfirm -R gnu-free-fonts
|
||||
fi
|
||||
sudo pacman --noconfirm --needed -S alacritty btop ranger tmux fd neovim ttf-firacode-nerd ttf-nerd-fonts-symbols
|
||||
sudo pacman --noconfirm --needed -S alacritty btop ranger tmux fd neovim ttf-nerd-fonts-symbols ttf-roboto-mono-nerd
|
||||
|
||||
cargo install ripgrep eza
|
||||
cargo install zoxide --locked
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user