Update formatting, back to old 5/10 spacing

Update waybar pulseaudio module format to look a bit better

Enable accounts-daemon and udisks2 services
This commit is contained in:
Evie Litherland-Smith 2023-11-04 15:51:05 +00:00
parent 48aa8b1a5a
commit 24502b5e62
6 changed files with 10 additions and 16 deletions

View file

@ -37,8 +37,8 @@ in ''
}
general {
gaps_in = 2.5
gaps_out = 5
gaps_in = 5
gaps_out = 10
border_size = 1
cursor_inactive_timeout = 5
layout = dwindle

View file

@ -1,13 +1,7 @@
{ config, lib, pkgs, ... }:
{
imports = [
./wlogout/default.nix
./waybar/default.nix
./gtk.nix
./mako.nix
./rofi.nix
];
imports = [ ./waybar/default.nix ./gtk.nix ./mako.nix ./rofi.nix ];
services = {
avizo.enable = true;
syncthing.enable = true;

View file

@ -93,12 +93,10 @@
};
pulseaudio = {
scroll-step = 5;
format = "{icon} {format_source}";
format-bluetooth = "{icon} {format_source}";
format-bluetooth-muted = "󰝟 {icon} {format_source}";
format-muted = "󰝟 {format_source}";
format-source = "󰍬";
format-source-muted = "󰍭";
format = "{volume}% {icon} {format_source}";
format-muted = " 󰝟 {format_source}";
format-source = "{volume}% 󰍬";
format-source-muted = " 󰍭";
format-icons = {
headphone = "󰋋";
hands-free = "󰥰";

View file

@ -8,7 +8,7 @@ window > box {
color: @base05;
background: alpha(@base00, 0.5);
box-shadow: inset 0 0 0 1px alpha(@base03, 0.1), 0 0 0 1px alpha(@base00, 0.5);
margin: 5px 5px 0px;
margin: 10px 10px 0px;
padding: 0px;
border: 1px solid @base03;
border-radius: 10px;

View file

@ -30,6 +30,7 @@
bluetooth.enable = true;
};
services = {
accounts-daemon.enable = true;
dbus.packages = with pkgs; [ gcr ];
gnome.gnome-keyring.enable = true;
pipewire = {

View file

@ -25,6 +25,7 @@
};
services = {
blueman.enable = true;
udisks2.enable = true;
gvfs.enable = true;
tumbler.enable = true;
xserver.displayManager.defaultSession = "hyprland";