eww fixes
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
# communication
|
||||
slack
|
||||
zoom-us
|
||||
ferdium
|
||||
|
||||
# dev tools
|
||||
ferdium
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{ config, pkgs, ... }: {
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.eww ];
|
||||
xdg.configFile = {
|
||||
"eww/eww.yuck".source = ./eww.yuck;
|
||||
"eww/eww.scss".source = ./eww.scss;
|
||||
"eww/scripts".source = ./scripts;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,15 +23,12 @@
|
||||
:space-evenly true
|
||||
:halign "start"
|
||||
:spacing 10
|
||||
(button :onclick "wmctrl -s 0" 1)
|
||||
(button :onclick "wmctrl -s 1" 2)
|
||||
(button :onclick "wmctrl -s 2" 3)
|
||||
(button :onclick "wmctrl -s 3" 4)
|
||||
(button :onclick "wmctrl -s 4" 5)
|
||||
(button :onclick "wmctrl -s 5" 6)
|
||||
(button :onclick "wmctrl -s 6" 7)
|
||||
(button :onclick "wmctrl -s 7" 8)
|
||||
(button :onclick "wmctrl -s 8" 9)))
|
||||
(button :onclick "hyprctl dispatch workspace 1" 1)
|
||||
(button :onclick "hyprctl dispatch workspace 2" 2)
|
||||
(button :onclick "hyprctl dispatch workspace 3" 3)
|
||||
(button :onclick "hyprctl dispatch workspace 4" 4)
|
||||
(button :onclick "hyprctl dispatch workspace 5" 5)
|
||||
(button :onclick "hyprctl dispatch workspace 8" 6)))
|
||||
|
||||
(defwidget music []
|
||||
(box :class "music"
|
||||
@@ -71,6 +68,6 @@
|
||||
:width "100%"
|
||||
:height "10px"
|
||||
:anchor "top center")
|
||||
:reserve (struts :side "top" :distance "20px")
|
||||
:reserve (struts :side "top" :distance "4%")
|
||||
(bar))
|
||||
|
||||
|
||||
Regular → Executable
@@ -80,6 +80,7 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
btop
|
||||
inxi
|
||||
mise
|
||||
ripgrep
|
||||
pass
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ acpi ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
brightnessctl
|
||||
];
|
||||
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
powertop = true;
|
||||
powertop.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
@@ -25,8 +27,4 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
brightnessctl
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user