Compare commits
No commits in common. "22b5f01d894684ef67192513831d1ca19e3ee2c3" and "0a039931285feb4d5cf75d1fc64783cd2c8b1912" have entirely different histories.
22b5f01d89
...
0a03993128
10 changed files with 22 additions and 1198 deletions
|
@ -33,7 +33,6 @@
|
||||||
# constant height of 300
|
# constant height of 300
|
||||||
# height = 300
|
# height = 300
|
||||||
# NOTE: Dunst from version 1.11 and older don't support dynamic height
|
# NOTE: Dunst from version 1.11 and older don't support dynamic height
|
||||||
|
|
||||||
# and the given value is treated as the maximum height
|
# and the given value is treated as the maximum height
|
||||||
|
|
||||||
# Position the notification in the top right corner
|
# Position the notification in the top right corner
|
||||||
|
@ -346,7 +345,7 @@
|
||||||
background = "#222222"
|
background = "#222222"
|
||||||
foreground = "#ffffff"
|
foreground = "#ffffff"
|
||||||
highlight = "#722ae6, #e4b5cb"
|
highlight = "#722ae6, #e4b5cb"
|
||||||
timeout = 6
|
timeout = 20
|
||||||
# Icon for notifications with low urgency
|
# Icon for notifications with low urgency
|
||||||
#default_icon = dialog-information
|
#default_icon = dialog-information
|
||||||
|
|
||||||
|
@ -355,7 +354,7 @@
|
||||||
foreground = "#ffffff"
|
foreground = "#ffffff"
|
||||||
frame_color = "#5e5086"
|
frame_color = "#5e5086"
|
||||||
highlight = "#722ae6, #e4b5cb"
|
highlight = "#722ae6, #e4b5cb"
|
||||||
timeout = 6
|
timeout = 20
|
||||||
override_pause_level = 30
|
override_pause_level = 30
|
||||||
# Icon for notifications with normal urgency
|
# Icon for notifications with normal urgency
|
||||||
default_icon = dialog-information
|
default_icon = dialog-information
|
||||||
|
|
|
@ -22,9 +22,7 @@ exec-once = systemctl --user start hyprpolkitagent
|
||||||
# Start idle management daemon
|
# Start idle management daemon
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
|
|
||||||
# Wallpaper
|
|
||||||
exec-once = hyprpaper & sleep 1 && $scriptPath/reloadwallpaper.sh
|
|
||||||
|
|
||||||
# Rice components
|
# Rice components
|
||||||
|
exec-once = hyprpaper
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = dunst &
|
exec-once = dunst &
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
|
|
||||||
general {
|
general {
|
||||||
lock_cmd = pidof hyprlock || hyprlock # avoid starting multiple hyprlock instances.
|
lock_cmd = pidof hyprlock || hyprlock # avoid starting multiple hyprlock instances.
|
||||||
#before_sleep_cmd = loginctl lock-session # lock before suspend.
|
before_sleep_cmd = loginctl lock-session # lock before suspend.
|
||||||
before_sleep_cmd = hyprlock
|
|
||||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
|
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -28,12 +27,12 @@ listener {
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 360 # 6min
|
timeout = 330 # 5.5min
|
||||||
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
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.
|
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 600 # 10min
|
timeout = 1800 # 30min
|
||||||
on-timeout = systemctl suspend # suspend pc
|
on-timeout = systemctl suspend # suspend pc
|
||||||
}
|
}
|
|
@ -32,12 +32,12 @@
|
||||||
|
|
||||||
## PROGRAMS ##
|
## PROGRAMS ##
|
||||||
|
|
||||||
$browser = floorp -P --new-window
|
$browser = firefox --new-window
|
||||||
$terminal = kitty
|
$terminal = alacritty
|
||||||
$fileManager = nemo
|
$fileManager = nemo
|
||||||
$lock = hyprlock --immediate
|
$lock = hyprlock --immediate
|
||||||
$menu = ~/.config/rofi/launchers/type-2/launcher.sh
|
$menu = ~/.config/rofi/launchers/type-2/launcher.sh
|
||||||
$screenshot = hyprshot --freeze --mode region
|
$screenshot = hyprshot --mode region
|
||||||
$colorpicker = hyprpicker --autocopy
|
$colorpicker = hyprpicker --autocopy
|
||||||
|
|
||||||
## MONITORS ##
|
## MONITORS ##
|
||||||
|
|
|
@ -2,10 +2,5 @@
|
||||||
### WALLPAPER ###
|
### WALLPAPER ###
|
||||||
#################
|
#################
|
||||||
|
|
||||||
#preload = ~/.config/hypr/wp/wp.jpg
|
preload = ~/.config/hypr/wp/wp.jpg
|
||||||
#wallpaper = , ~/.config/hypr/wp/wp.jpg
|
wallpaper = , ~/.config/hypr/wp/wp.jpg
|
||||||
|
|
||||||
splash = false
|
|
||||||
splash_offset = 2.0
|
|
||||||
splash_color = 55ffffff
|
|
||||||
ipc = true
|
|
|
@ -17,41 +17,13 @@ windowrulev2 = suppressevent maximize, class:.*
|
||||||
# Fix some dragging issues with XWayland
|
# Fix some dragging issues with XWayland
|
||||||
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||||
|
|
||||||
# Fix "buggy" tooltip focus stuff
|
|
||||||
#windowrulev2 = noinitialfocus,class:^jetbrains-(?!toolbox),floating:1
|
|
||||||
#windowrulev2 = stayfocused,class:^(jetbrains)$
|
|
||||||
windowrulev2 = stayfocused,title:^()$,class:^(steam)$
|
|
||||||
windowrulev2 = minsize 1 1,title:^()$,class:^(steam)$
|
|
||||||
|
|
||||||
# Fix odd behaviors in IntelliJ IDEs
|
|
||||||
# - Fix focus issues when dialogs are opened or closed
|
|
||||||
#windowrulev2 = windowdance,class:^(jetbrains-.*)$,floating:1
|
|
||||||
# - Fix splash screen showing in weird places and prevent annoying focus takeovers
|
|
||||||
windowrulev2 = center,class:^(jetbrains-.*)$,title:^(splash)$,floating:1
|
|
||||||
windowrulev2 = nofocus,class:^(jetbrains-.*)$,title:^(splash)$,floating:1
|
|
||||||
windowrulev2 = noborder,class:^(jetbrains-.*)$,title:^(splash)$,floating:1
|
|
||||||
# - Center popups/find windows
|
|
||||||
windowrulev2 = center,class:^(jetbrains-.*)$,title:^( )$,floating:1
|
|
||||||
windowrulev2 = stayfocused,class:^(jetbrains-.*)$,title:^( )$,floating:1
|
|
||||||
windowrulev2 = noborder,class:^(jetbrains-.*)$,title:^( )$,floating:1
|
|
||||||
# - Disable window flicker when autocomplete or tooltips appear
|
|
||||||
windowrulev2 = nofocus,class:^(jetbrains-.*)$,title:^(win.*)$,floating:1
|
|
||||||
|
|
||||||
# Workspace rules
|
|
||||||
windowrulev2 = workspace 2,class:^(VSCodium)$
|
|
||||||
windowrulev2 = workspace 10,class:^(firefox)$
|
|
||||||
|
|
||||||
# Opacity rules
|
|
||||||
windowrulev2 = opacity 0.9,class:^(Alacritty)$
|
windowrulev2 = opacity 0.9,class:^(Alacritty)$
|
||||||
#windowrulev2 = opacity 0.9,class:^(kitty)$
|
|
||||||
# windowrulev2 = opacity 0.99,class:^(code-oss)$
|
# windowrulev2 = opacity 0.99,class:^(code-oss)$
|
||||||
# windowrulev2 = opacity 0.99,class:^(Code)$
|
# windowrulev2 = opacity 0.99,class:^(Code)$
|
||||||
windowrulev2 = opacity 0.95,class:^(VSCodium)$
|
# windowrulev2 = opacity 0.99,class:^(VSCodium)$
|
||||||
windowrulev2 = opacity 0.9,class:^([Ss]team)$
|
windowrulev2 = opacity 0.9,class:^([Ss]team)$
|
||||||
windowrulev2 = opacity 0.9,class:^(steamwebhelper)$
|
windowrulev2 = opacity 0.9,class:^(steamwebhelper)$
|
||||||
windowrulev2 = opacity 0.9,class:^(Spotify)$
|
windowrulev2 = opacity 0.9,class:^(Spotify)$
|
||||||
windowrulev2 = opacity 0.9,class:^(org.gnome.NetworkDisplays)$
|
|
||||||
|
|
||||||
# Floating rules
|
windowrulev2 = float, class:firefox,title:(.*)(Bitwarden Password Manager)
|
||||||
windowrulev2 = float, class:^(firefox)$,title:(.*)(Bitwarden Password Manager)
|
|
||||||
windowrulev2 = float, class:^(org.gnome.NetworkDisplays)$
|
|
|
@ -1,32 +0,0 @@
|
||||||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
|
||||||
# /* wallust template - colors-kitty */
|
|
||||||
|
|
||||||
foreground #EFF2F5
|
|
||||||
background #1B1C1D
|
|
||||||
cursor #EFF2F5
|
|
||||||
|
|
||||||
active_tab_foreground #1B1C1D
|
|
||||||
active_tab_background #EFF2F5
|
|
||||||
inactive_tab_foreground #EFF2F5
|
|
||||||
inactive_tab_background #1B1C1D
|
|
||||||
|
|
||||||
active_border_color #EFF2F5
|
|
||||||
inactive_border_color #1B1C1D
|
|
||||||
bell_border_color #171B22
|
|
||||||
|
|
||||||
color0 #424344
|
|
||||||
color1 #171B22
|
|
||||||
color2 #334356
|
|
||||||
color3 #344660
|
|
||||||
color4 #506B8A
|
|
||||||
color5 #547192
|
|
||||||
color6 #9CA4AA
|
|
||||||
color7 #DFE4E8
|
|
||||||
color8 #9CA0A2
|
|
||||||
color9 #1E242D
|
|
||||||
color10 #455972
|
|
||||||
color11 #455D80
|
|
||||||
color12 #6B8FB8
|
|
||||||
color13 #7097C2
|
|
||||||
color14 #D0DAE2
|
|
||||||
color15 #DFE4E8
|
|
File diff suppressed because it is too large
Load diff
|
@ -7,10 +7,10 @@
|
||||||
@define-color module-fg #ffffff;
|
@define-color module-fg #ffffff;
|
||||||
@define-color module-fg-dim #9f9f9f;
|
@define-color module-fg-dim #9f9f9f;
|
||||||
|
|
||||||
@define-color module-info-bg rgba(30, 102, 236, 0.6);
|
@define-color module-info-bg rgba(30, 102, 236, 0.7);
|
||||||
@define-color module-succ-bg rgba(26, 238, 114, 0.6);
|
@define-color module-succ-bg rgba(26, 238, 114, 0.74);
|
||||||
@define-color module-warn-bg rgba(236, 164, 30, 0.45);
|
@define-color module-warn-bg rgba(236, 164, 30, 0.7);
|
||||||
@define-color module-err-bg rgba(224, 20, 20, 0.6);
|
@define-color module-err-bg rgba(224, 20, 20, 0.7);
|
||||||
|
|
||||||
@define-color module-idle-bg rgba(70, 70, 70, 0.7);
|
@define-color module-idle-bg rgba(70, 70, 70, 0.7);
|
||||||
@define-color module-active-bg rgba(255, 255, 255, 0.7);
|
@define-color module-active-bg rgba(255, 255, 255, 0.7);
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
// "width": 1280, // Waybar width
|
// "width": 1280, // Waybar width
|
||||||
"spacing": 5, // Gaps between modules (5px)
|
"spacing": 5, // Gaps between modules (5px)
|
||||||
"margin-top": 4, // Margin above bar (4px)
|
"margin-top": 4, // Margin above bar (4px)
|
||||||
"margin-bottom": 1, // Margin below bar (1px)
|
"margin-bottom": 2, // Margin below bar (2px)
|
||||||
"margin-right": 5, // Margin to the right of bar (5px)
|
"margin-right": 5, // Margin to the right of bar (5px)
|
||||||
//"margin-left": 5, // Margin to the left of bar (5px)
|
"margin-left": 5, // Margin to the left of bar (5px)
|
||||||
|
|
||||||
// LAYOUT: Choose the order of the modules
|
// LAYOUT: Choose the order of the modules
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue