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 { general {
gaps_in = 2.5 gaps_in = 5
gaps_out = 5 gaps_out = 10
border_size = 1 border_size = 1
cursor_inactive_timeout = 5 cursor_inactive_timeout = 5
layout = dwindle layout = dwindle

View file

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

View file

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

View file

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

View file

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

View file

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