chore: changing up some options

This commit is contained in:
Artur Manuel 2024-11-30 11:43:52 +00:00
commit ce8c135e1d
6 changed files with 57 additions and 45 deletions

View file

@ -2,8 +2,8 @@
decorations = "None"
[window.padding]
x = 8
y = 8
x = 16
y = 16
[font]
size = 14

View file

@ -1,7 +1,7 @@
#!/bin/sh
riverctl spawn kanshi
riverctl spawn "swaybg -i ~/.local/share/wallpapers/01.png -m fill"
riverctl spawn "wbg ~/.local/share/wallpapers/04.png"
riverctl spawn "systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
riverctl spawn "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river"
@ -80,8 +80,8 @@ done
riverctl rule-add ssd
riverctl background-color 0x00000000
riverctl border-color-focused 0x9ccfd8ff
riverctl border-color-unfocused 0x524f67ff
riverctl border-color-focused 0x27a1b9ff
riverctl border-color-unfocused 0x15161eff
riverctl keyboard-layout "us"
riverctl set-repeat 50 300
@ -89,4 +89,4 @@ riverctl set-repeat 50 300
riverctl xcursor-theme "BreezeX-RosePine-Linux"
riverctl default-layout rivertile
rivertile -view-padding 6 -outer-padding 6 &
rivertile -view-padding 10 -outer-padding 10 &

View file

@ -24,6 +24,7 @@
fractal
nicotine-plus
nautilus
librewolf
;
};
groups = [

View file

@ -1,4 +1,9 @@
{config, lib, pkgs, ...}: let
{
config,
lib,
pkgs,
...
}: let
cfg = config.alqueva.river;
in {
options.alqueva.river = {
@ -12,7 +17,7 @@ in {
enable = true;
xwayland.enable = false;
extraPackages = [
pkgs.swaybg
pkgs.wbg
pkgs.kanshi
];
};

View file

@ -1,4 +1,9 @@
{config, lib, pkgs, ...}: let
{
config,
lib,
pkgs,
...
}: let
cfg = config.alqueva.support;
inherit (lib) mkEnableOption;
in {
@ -22,12 +27,13 @@ in {
environment = {
systemPackages = builtins.attrValues {
inherit (pkgs)
inherit
(pkgs)
slurp
grim
wf-recorder
fuzzel
alacritty
wezterm
wl-clipboard
;
};