Moved theming to Everforest theme
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor = eDP-1,1920x1080@60,0x0,1
|
||||
monitor = , preferred, -320x-1440, 1 # Homeoffice
|
||||
# monitor = , preferred, auto, 1 # For automatic discplay connection
|
||||
monitor = , preferred, auto, 1 # For automatic discplay connection
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
@@ -36,7 +35,6 @@ monitor = , preferred, -320x-1440, 1 # Homeoffice
|
||||
$terminal = kitty
|
||||
$fileManager = pcmanfm
|
||||
$menu = rofi -show drun
|
||||
#$screenshot = slurp | grim -g - ~/Pictures/Screenshots/screenshot_$(date "+%Y-%m-%d_%T").png
|
||||
$screenshot = grim -g "$(slurp)" - | swappy -f -
|
||||
$pwmanager = bitwarden-desktop
|
||||
$lockscreen = hyprlock
|
||||
@@ -83,8 +81,8 @@ general {
|
||||
border_size = 2
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
col.active_border = rgba(7fbbb3ee) rgba(A7c080ee) 45deg
|
||||
col.inactive_border = rgba(384b55aa)
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false
|
||||
@@ -179,13 +177,15 @@ input {
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
workspace_swipe_touch = true
|
||||
workspace_swipe_forever = true
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
device {
|
||||
name = epic-mouse-v1
|
||||
sensitivity = -0.5
|
||||
#name = epic-mouse-v1
|
||||
#sensitivity = -0.5
|
||||
}
|
||||
|
||||
|
||||
@@ -258,8 +258,8 @@ bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+
|
||||
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%-
|
||||
bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 5%+
|
||||
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 5%-
|
||||
|
||||
##############################
|
||||
### WINDOWS AND WORKSPACES ###
|
||||
@@ -278,12 +278,6 @@ windowrulev2 = float,title:^(Bitwarden)$
|
||||
|
||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = NVD_BACKEND,direct
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
background {
|
||||
monitor =
|
||||
path = $HOME/Nextcloud/Pictures/Wallpapers/wp/dots.png
|
||||
path = $HOME/.config/hypr/wp.png
|
||||
color = rgba(59,66,82,1)
|
||||
|
||||
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 8.7 MiB |
Reference in New Issue
Block a user