Pie and yuck
This commit is contained in:
parent
74635d6ef2
commit
c6fdb6838a
|
@ -91,7 +91,7 @@
|
||||||
|
|
||||||
(defpoll showBattery :interval "24h"
|
(defpoll showBattery :interval "24h"
|
||||||
; if we have at least one battery in /sys/class/power_supply, we should try and show battery levels
|
; if we have at least one battery in /sys/class/power_supply, we should try and show battery levels
|
||||||
"if find /sys/class/power_supply* -mindepth 1 -maxdepth 1 | rg '\/sys\/class\/power_supply\/BAT'; then echo true; else echo false; fi")
|
"if find /sys/class/power_supply -mindepth 1 -maxdepth 1 | rg '\/sys\/class\/power_supply\/BAT'; then echo true; else echo false; fi")
|
||||||
|
|
||||||
(defpoll brightness :interval "10s"
|
(defpoll brightness :interval "10s"
|
||||||
"echo $(((100 * $(brightnessctl get)) / $(brightnessctl max)))")
|
"echo $(((100 * $(brightnessctl get)) / $(brightnessctl max)))")
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
programs.senpai = {
|
programs.senpai = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
address = "a";
|
address = "irc+insecure://beefcake:6667";
|
||||||
nickname = "a";
|
nickname = "lytedev";
|
||||||
|
password-cmd = ["pass" "soju"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -107,6 +107,9 @@ in {
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
settings = {
|
settings = {
|
||||||
|
env = [
|
||||||
|
"EWW_BAR_MON,0"
|
||||||
|
];
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
monitor = [
|
monitor = [
|
||||||
"eDP-1,2256x1504@60,0x0,${toString scale}"
|
"eDP-1,2256x1504@60,0x0,${toString scale}"
|
||||||
|
|
Loading…
Reference in a new issue