[eww] More attempts to get Eww to work properly
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
@use 'tokyonight-night.scss' as colors;
|
@use 'tokyonight-night.scss' as colors;
|
||||||
|
|
||||||
$color-primary: colors.$blue-bright;
|
$color-primary: colors.$blue;
|
||||||
$color-standout: colors.$green;
|
$color-standout: colors.$green;
|
||||||
$color-danger: colors.$red;
|
$color-danger: colors.$red;
|
||||||
$color-foreground: colors.$foreground;
|
$color-foreground: colors.$foreground;
|
||||||
$color-background: colors.$background;
|
$color-background: colors.$background;
|
||||||
|
|
||||||
$color-primary-dark: colors.$blue;
|
$color-primary-dark: darker(colors.$blue);
|
||||||
$color-background-light: colors.$black;
|
$color-background-light: colors.$black;
|
||||||
$color-border: darker($color-background);
|
$color-border: darker($color-background);
|
||||||
$color-foreground-dark: darker($color-foreground);
|
$color-foreground-dark: darker($color-foreground);
|
||||||
|
|||||||
@@ -23,15 +23,19 @@
|
|||||||
"$browser" = "firefox";
|
"$browser" = "firefox";
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"nm-applet &"
|
"nm-applet"
|
||||||
"sleep 1 && eww open-many primary-statusbar secondary-statusbar launcher &"
|
"sleep 1 && hyprpaper"
|
||||||
"sleep 1 && hyprpaper &"
|
|
||||||
"sleep 2 && hyprpm reload -n"
|
"sleep 2 && hyprpm reload -n"
|
||||||
"swayidle -w before-sleep hyprlock &"
|
"swayidle -w before-sleep hyprlock"
|
||||||
"swayosd-server &"
|
"swayosd-server"
|
||||||
"systemctl --user start hyprpolkitagent"
|
"systemctl --user start hyprpolkitagent"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Eww is idempotent, so it's fine to just run it on every reload to make sure things are open
|
||||||
|
execr = [
|
||||||
|
"eww open-many primary-statusbar secondary-statusbar launcher &"
|
||||||
|
];
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
"XCURSOR_SIZE,24"
|
"XCURSOR_SIZE,24"
|
||||||
"HYPRCURSOR_SIZE,24"
|
"HYPRCURSOR_SIZE,24"
|
||||||
|
|||||||
Reference in New Issue
Block a user