1/4
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
# Create your files separately and then link them to this file like this:
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
||||
info_bar = 0
|
||||
|
||||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
@@ -50,21 +52,21 @@ $menu = fuzzel
|
||||
#################
|
||||
|
||||
|
||||
plugin {
|
||||
hyprbars {
|
||||
font = "Sans 12"
|
||||
buttons_enabled = true
|
||||
bar_height = 30
|
||||
bar_color = rgba(1f1f1fff)
|
||||
font_color = rgba(2c2c2cff)
|
||||
bar_blur = true
|
||||
inherit_border = true
|
||||
use_border_color = true
|
||||
bar_precedence_over_border = false
|
||||
hyprbars-button = rgba(2c2c2cff), 15, X, hyprctl dispatch killactive, rgba(ff0000ff)
|
||||
hyprbars-button = rgba(2c2c2cff), 15, F, hyprctl dispatch fullscreen 1
|
||||
}
|
||||
}
|
||||
#plugin {
|
||||
#hyprbars {
|
||||
# font = "Sans 12"
|
||||
# buttons_enabled = true
|
||||
# bar_height = 30
|
||||
# bar_color = rgba(1f1f1fff)
|
||||
# font_color = rgba(2c2c2cff)
|
||||
# bar_blur = true
|
||||
# inherit_border = true
|
||||
# use_border_color = true
|
||||
# bar_precedence_over_border = false
|
||||
# hyprbars-button = rgba(2c2c2cff), 15, X, hyprctl dispatch killactive, rgba(ff0000ff)
|
||||
# hyprbars-button = rgba(2c2c2cff), 15, F, hyprctl dispatch fullscreen 1
|
||||
# }
|
||||
#}
|
||||
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
@@ -82,8 +84,7 @@ exec-once = blueman-applet
|
||||
exec-once = kdeconnect-indicator
|
||||
exec-once = bash -c "source ~/.local/bin/riceman 2" # Sets system colorscheme to "4" (nord)
|
||||
exec = setxkbmap us
|
||||
exec = eww open ports
|
||||
exec = eww open clock
|
||||
exec = eww open dashboard
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
@@ -186,8 +187,8 @@ animations {
|
||||
# windowrule = rounding 0, floating:0, onworkspace:w[tv1]
|
||||
# windowrule = bordersize 0, floating:0, onworkspace:f[1]
|
||||
# windowrule = rounding 0, floating:0, onworkspace:f[1]
|
||||
windowrule = plugin:hyprbars:bar_color rgba(2c2c2c55), floating:1
|
||||
windowrule = plugin:hyprbars:bar_color rgba(000000ff), fullscreen:1
|
||||
#windowrule = plugin:hyprbars:bar_color rgba(2c2c2c55), floating:1
|
||||
#windowrule = plugin:hyprbars:bar_color rgba(000000ff), fullscreen:1
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
dwindle {
|
||||
@@ -381,7 +382,7 @@ bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
# windowrule = float,class:^(kitty)$,title:^(kitty)$
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrule = suppressevent maximize, class:.*
|
||||
#windowrule = suppressevent maximize, class:.*
|
||||
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
#windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
||||
1
hyprpaper.conf
Normal file
1
hyprpaper.conf
Normal file
@@ -0,0 +1 @@
|
||||
splash = false
|
||||
Reference in New Issue
Block a user