diff options
-rw-r--r-- | hypr/hyprland.conf | 20 | ||||
-rw-r--r-- | niri/config.kdl | 5 | ||||
-rw-r--r-- | waybar/style.css | 6 | ||||
-rw-r--r-- | xdg-desktop-portal/portals.conf | 2 |
4 files changed, 20 insertions, 13 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 43e3c65..77b3d03 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -5,26 +5,30 @@ monitor = , preferred, auto, 1 # See https://wiki.hyprland.org/Configuring/Keywords/ for more +#{{{ Plugins +plugin = /var/cache/hyprpm/zachir/hyprland-plugins/hyprscrolling.so +plugin = /var/cache/hyprpm/zachir/hyprsplit/hyprsplit.so +#}}} + #{{{ Autostart # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox exec-once = hyprpm reload -n -exec-once = dinit -exec-once = xdph -#exec-once = hyprpaper -#exec-once = hypridle +#exec-once = dinit +#exec-once = xdph +exec-once = dinitctl start hyprpaper.user exec-once = waybar exec-once = pypr exec-once = hyprscratch init exec-once = lxqt-policykit-agent -exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' -exec-once = import-gsettings icon-theme 'COSMIC' +exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest' +exec-once = import-gsettings icon-theme 'Papirus-Dark' exec-once = import-gsettings cursor-theme 'BreezeX-Black' exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources #exec-once = com.github.wwmm.easyeffects -#exec-once = dunst -#exec-once = hypridle +exec-once = dunst +exec-once = hypridle #exec-once = mpd #}}} diff --git a/niri/config.kdl b/niri/config.kdl index 179a23e..07783fb 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -271,10 +271,9 @@ layout { // See the binds section below for more spawn examples. // This line starts waybar, a commonly used bar for Wayland compositors. -spawn-at-startup "dinit" spawn-at-startup "waybar" -spawn-at-startup "hyprpaper" -spawn-at-startup "hypridle" +spawn-at-startup "dinitctl start hyprpaper" +spawn-at-startup "dinitctl start hypridle" spawn-at-startup "dunst" spawn-at-startup "xwayland-satellite" diff --git a/waybar/style.css b/waybar/style.css index 6ecb923..599e6af 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -160,11 +160,13 @@ label:focus { #cpu { background-color: #1b1d1c; color: #ffffff; + padding-right: 18px; } #memory { background-color: #198844; color: #ffffff; + padding-right: 18px; } #disk { @@ -180,6 +182,7 @@ label:focus { #network { background-color: #198844; color: #ffffff; + padding-right: 18px; } #network.disconnected { @@ -190,6 +193,7 @@ label:focus { #wireplumber { background-color: #198844; color: #ffffff; + padding-right: 18px; } #wireplumber.muted { @@ -323,7 +327,7 @@ label:focus { #idle_inhibitor { background-color: #1b1d1c; border-radius: 20px 0px 0px 20px; - + padding-right: 18px; } #idle_inhibitor.activated { diff --git a/xdg-desktop-portal/portals.conf b/xdg-desktop-portal/portals.conf index bb06f0d..b1a274e 100644 --- a/xdg-desktop-portal/portals.conf +++ b/xdg-desktop-portal/portals.conf @@ -1,4 +1,4 @@ [preferred] -default=gnome +default=hyprland org.freedesktop.impl.portal.FileChooser=gtk org.freedesktop.impl.portal.Settings=darkman |