Small changes

This commit is contained in:
2024-07-06 19:34:29 +02:00
parent 5f88f92814
commit 479588e3e0
5 changed files with 52 additions and 5 deletions

View File

@ -0,0 +1,20 @@
[Settings]
gtk-theme-name=Orchis-Green-Dark-Compact
gtk-icon-theme-name=Papirus-Dark
gtk-font-name=Monospace 11
gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=20
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=1
gtk-enable-animations=true
gtk-modules=colorreload-gtk-module:appmenu-gtk-module
gtk-primary-button-warps-slider=false

View File

@ -0,0 +1,12 @@
[Settings]
gtk-application-prefer-dark-theme=true
gtk-button-images=true
gtk-cursor-theme-name=capitaine-cursors
gtk-cursor-theme-size=24
gtk-enable-animations=true
gtk-font-name=Fira Sans, 10
gtk-menu-images=true
gtk-modules=colorreload-gtk-module:appmenu-gtk-module
gtk-primary-button-warps-slider=false
gtk-shell-shows-menubar=1
gtk-theme-name=Orchis-Green-Dark-Compact

View File

@ -45,6 +45,7 @@ input {
touchpad { touchpad {
natural_scroll = yes natural_scroll = yes
scroll_factor = 0.5
} }
sensitivity = 0 # [-1.0 - 1.0] sensitivity = 0 # [-1.0 - 1.0]
@ -146,12 +147,14 @@ bind = , PRINT, exec, grim -g "$(slurp)" - | swappy -f -
# Kill # Kill
bind = $mainMod, Q, killactive, bind = $mainMod, Q, killactive,
bind = ALT, f4, killactive,
# Floating and fullscreen # Floating and fullscreen
bind = $mainMod, F, togglefloating, bind = $mainMod, F, togglefloating,
bind = $mainMod, P, pin bind = $mainMod, P, pin
bind = $mainMod, S, fullscreen bind = $mainMod, S, fullscreen, 1
bind = $mainMod SHIFT, S, fullscreen, 0
# Wofi # Wofi
@ -261,20 +264,32 @@ bind = $mainMod CTRL, right, movetoworkspace, +1
#--------------- #---------------
windowrule = float, Rofi windowrule = float, Rofi
windowrule = float, pavucontrol windowrule = float, pavucontrol
windowrulev2 = float,class:^()$,title:^(Picture in picture)$
windowrulev2 = float,class:^(blueman-manager)$ windowrulev2 = float,class:^(blueman-manager)$
windowrulev2 = float,class:^(xdg-desktop-portal-gtk)$ windowrulev2 = float,class:^(xdg-desktop-portal-gtk)$
windowrulev2 = float,class:^(xdg-desktop-portal-kde)$ windowrulev2 = float,class:^(xdg-desktop-portal-kde)$
windowrulev2 = float,class:^(xdg-desktop-portal-hyprland)$ windowrulev2 = float,class:^(xdg-desktop-portal-hyprland)$
windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$ windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$
windowrulev2 = float,class:^(CachyOSHello)$ windowrulev2 = float,class:^(CachyOSHello)$
windowrulev2 = float,class:^(zenity)$ windowrulev2 = float,class:^(zenity)$
windowrulev2 = float,class:^()$,title:^(Steam - Self Updater)$ windowrulev2 = float,class:^()$,title:^(Steam - Self Updater)$
windowrulev2 = float,class:^()$,title:^(Picture in picture)$
windowrule = float,title:^(Picture-in-Picture)$ windowrule = float,title:^(Picture-in-Picture)$
windowrule = size 960 540,title:^(Picture-in-Picture)$ windowrule = size 960 540,title:^(Picture-in-Picture)$
windowrule = move 25%-,title:^(Picture-in-Picture)$ windowrule = move 25%-,title:^(Picture-in-Picture)$
windowrule = float,nemo windowrule = float,nemo
windowrule = move 25%-,nemo windowrule = move 25%-,nemo
windowrule = size 960 540,nemo windowrule = size 960 540,nemo
windowrule = animation slide right,alacritty windowrule = animation slide right,alacritty
windowrule = float, discord

View File

@ -1,6 +1,6 @@
background { background {
monitor = monitor =
path = /mnt/shared/media/wallpaper/mountains.png path = /mnt/shared/media/wallpaper/mountains_lake.png
blur_passes = 2 blur_passes = 2
} }
@ -50,4 +50,4 @@ label {
position = 0, -880 position = 0, -880
halign = center halign = center
valign = top valign = top
} }

View File

@ -106,7 +106,7 @@
}, },
"clock": { "clock": {
"format": "<span rise='1500'> </span> {:%e %b %Y <span rise='1000'>|</span> <span rise='800'></span> %H:%M}" "format": "<span rise='1500'> </span> {:%d %b %Y <span rise='1000'>|</span> <span rise='800'></span> %H:%M}"
}, },
"hyprland/workspaces": { "hyprland/workspaces": {