some changes I guess
This commit is contained in:
parent
b50d7836bc
commit
c83219239b
|
@ -207,7 +207,7 @@ services.greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = rec {
|
settings = rec {
|
||||||
initial_session = {
|
initial_session = {
|
||||||
command = "/home/chris/bin/hyprland";
|
command = "dbus-launch startplasma-wayland";
|
||||||
user = "chris";
|
user = "chris";
|
||||||
};
|
};
|
||||||
default_session = initial_session;
|
default_session = initial_session;
|
||||||
|
@ -512,7 +512,6 @@ pkg-config
|
||||||
libsForQt5.wrapQtAppsHook
|
libsForQt5.wrapQtAppsHook
|
||||||
python310Packages.pyqt5
|
python310Packages.pyqt5
|
||||||
# LIBRARIES FOR DEV
|
# LIBRARIES FOR DEV
|
||||||
qt5.full
|
|
||||||
qt5.qtbase
|
qt5.qtbase
|
||||||
qt5.qtquickcontrols2
|
qt5.qtquickcontrols2
|
||||||
qt5.qtx11extras
|
qt5.qtx11extras
|
||||||
|
@ -535,7 +534,7 @@ Let's create our own custom LightlyShaders package. This is in it's own file for
|
||||||
Let's also add our own package from my WIP presenter
|
Let's also add our own package from my WIP presenter
|
||||||
#+NAME: librepresenter
|
#+NAME: librepresenter
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
(libsForQt5.callPackage /home/chris/dev/church-presenter {})
|
# (libsForQt5.callPackage /home/chris/dev/church-presenter {})
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+NAME: ydotool
|
#+NAME: ydotool
|
||||||
|
@ -2301,6 +2300,10 @@ I also use home-manager for managing dotfiles. This means that everything is con
|
||||||
source = ../fish/functions;
|
source = ../fish/functions;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.nushell = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
home.file.".config/hypr".source = config.lib.file.mkOutOfStoreSymlink ../hypr;
|
home.file.".config/hypr".source = config.lib.file.mkOutOfStoreSymlink ../hypr;
|
||||||
|
|
||||||
home.file.".config/dunst" = {
|
home.file.".config/dunst" = {
|
||||||
|
|
|
@ -193,9 +193,13 @@ tooltip label {
|
||||||
background-color: rgba(00, 00, 00, 0.0);
|
background-color: rgba(00, 00, 00, 0.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.0 , .01, .02, .03, .04, .05, .06,
|
.0, .01, .02, .03, .04, .05, .06,
|
||||||
.011, .022, .033, .044, .055, .066 {
|
.011, .022, .033, .044, .055, .066 {
|
||||||
margin: 0px 7px 0px 0px;
|
margin: 0px 15px 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.04 {
|
||||||
|
margin: 0px 2px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Unoccupied */
|
/* Unoccupied */
|
||||||
|
|
|
@ -26,7 +26,7 @@ echo "(box \
|
||||||
:image-width \"18\") \
|
:image-width \"18\") \
|
||||||
(label \
|
(label \
|
||||||
:class \"app-name\" \
|
:class \"app-name\" \
|
||||||
:limit-width \"35\" \
|
:limit-width \"55\" \
|
||||||
:text \"$title\" \
|
:text \"$title\" \
|
||||||
:tooltip \"$title\"))"
|
:tooltip \"$title\"))"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#define icons for workspaces 1-9
|
#define icons for workspaces 1-9
|
||||||
ic=(0 輸 " " " " )
|
ic=(0 "" "" )
|
||||||
|
|
||||||
#initial check for occupied workspaces
|
#initial check for occupied workspaces
|
||||||
for num in $(hyprctl workspaces | grep ID | awk '{print $3}'); do
|
for num in $(hyprctl workspaces | grep ID | awk '{print $3}'); do
|
||||||
|
@ -51,15 +51,15 @@ module() {
|
||||||
#output eww widget
|
#output eww widget
|
||||||
echo "(eventbox :onscroll \"echo {} | sed -e 's/up/-1/g' -e 's/down/+1/g' | xargs hyprctl dispatch workspace\" \
|
echo "(eventbox :onscroll \"echo {} | sed -e 's/up/-1/g' -e 's/down/+1/g' | xargs hyprctl dispatch workspace\" \
|
||||||
(box :class \"works\" :orientation \"h\" :spacing 5 :space-evenly \"false\" :valign \"center\" \
|
(box :class \"works\" :orientation \"h\" :spacing 5 :space-evenly \"false\" :valign \"center\" \
|
||||||
(button :onclick \"hyprctl dispatch exec \'~/.config/hypr/themes/neon/scripts/workspace 1\'\" :onrightclick \"hyprctl dispatch workspace 1 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o1$f1\" \"${ic[1]}\") \
|
(button :onclick \"hyprctl dispatch workspace 1\" :onrightclick \"hyprctl dispatch workspace 1 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o1$f1\" \"${ic[1]}\") \
|
||||||
(button :onclick \"hyprctl dispatch exec \'~/.config/hypr/themes/neon/scripts/workspace 2\'\" :onrightclick \"hyprctl dispatch workspace 2 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o2$f2\" \"${ic[2]}\") \
|
(button :onclick \"hyprctl dispatch workspace 2\" :onrightclick \"hyprctl dispatch workspace 2 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o2$f2\" \"${ic[2]}\") \
|
||||||
(button :onclick \"hyprctl dispatch exec \'~/.config/hypr/themes/neon/scripts/workspace 3\'\" :onrightclick \"hyprctl dispatch workspace 3 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o3$f3\" \"${ic[3]}\") \
|
(button :onclick \"hyprctl dispatch workspace 3\" :onrightclick \"hyprctl dispatch workspace 3 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o3$f3\" \"${ic[3]}\") \
|
||||||
(button :onclick \"hyprctl dispatch exec \'~/.config/hypr/themes/neon/scripts/workspace 4\'\" :onrightclick \"hyprctl dispatch workspace 4 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o4$f4\" \"${ic[4]}\") \
|
(button :onclick \"hyprctl dispatch workspace 4\" :onrightclick \"hyprctl dispatch workspace 4 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o4$f4\" \"${ic[4]}\") \
|
||||||
(button :onclick \"hyprctl dispatch exec \'~/.config/hypr/themes/neon/scripts/workspace 5\'\" :onrightclick \"hyprctl dispatch workspace 5 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o5$f5\" \"${ic[5]}\") \
|
(button :onclick \"hyprctl dispatch workspace 5\" :onrightclick \"hyprctl dispatch workspace 5 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o5$f5\" \"${ic[5]}\") \
|
||||||
(button :onclick \"hyprctl dispatch exec \'~/.config/hypr/themes/neon/scripts/workspace 6\'\" :onrightclick \"hyprctl dispatch workspace 6 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o6$f6\" \"${ic[6]}\") \
|
(button :onclick \"hyprctl dispatch workspace 6\" :onrightclick \"hyprctl dispatch workspace 6 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o6$f6\" \"${ic[6]}\") \
|
||||||
(button :onclick \"hyprctl dispatch exec \'~/.config/hypr/themes/neon/scripts/workspace 7\'\" :onrightclick \"hyprctl dispatch workspace 7 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o7$f7\" \"${ic[7]}\") \
|
(button :onclick \"hyprctl dispatch workspace 7\" :onrightclick \"hyprctl dispatch workspace 7 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o7$f7\" \"${ic[7]}\") \
|
||||||
(button :onclick \"hyprctl dispatch exec \'~/.config/hypr/themes/neon/scripts/workspace 8\'\" :onrightclick \"hyprctl dispatch workspace 8 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o8$f8\" \"${ic[8]}\") \
|
(button :onclick \"hyprctl dispatch workspace 8\" :onrightclick \"hyprctl dispatch workspace 8 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o8$f8\" \"${ic[8]}\") \
|
||||||
(button :onclick \"hyprctl dispatch exec \'~/.config/hypr/themes/neon/scripts/workspace 9\'\" :onrightclick \"hyprctl dispatch workspace 9 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o9$f9\" \"${ic[9]}\") \
|
(button :onclick \"hyprctl dispatch workspace 9\" :onrightclick \"hyprctl dispatch workspace 9 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o9$f9\" \"${ic[9]}\") \
|
||||||
)\
|
)\
|
||||||
)"
|
)"
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,4 +45,4 @@ theme = "Lithium"
|
||||||
# - Memory
|
# - Memory
|
||||||
# - Battery
|
# - Battery
|
||||||
# Example:
|
# Example:
|
||||||
show = ["Host", "Machine", "Kernel", "Distribution", "DesktopEnvironment", "Packages", "ProcessorLoad", "Memory", "Battery"]
|
show = ["Host", "Machine", "Kernel", "Distribution", "DesktopEnvironment", "ProcessorLoad", "Memory", "Battery"]
|
|
@ -119,7 +119,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = rec {
|
settings = rec {
|
||||||
initial_session = {
|
initial_session = {
|
||||||
command = "/home/chris/bin/hyprland";
|
command = "dbus-launch startplasma-wayland";
|
||||||
user = "chris";
|
user = "chris";
|
||||||
};
|
};
|
||||||
default_session = initial_session;
|
default_session = initial_session;
|
||||||
|
@ -391,7 +391,6 @@
|
||||||
libsForQt5.wrapQtAppsHook
|
libsForQt5.wrapQtAppsHook
|
||||||
python310Packages.pyqt5
|
python310Packages.pyqt5
|
||||||
# LIBRARIES FOR DEV
|
# LIBRARIES FOR DEV
|
||||||
qt5.full
|
|
||||||
qt5.qtbase
|
qt5.qtbase
|
||||||
qt5.qtquickcontrols2
|
qt5.qtquickcontrols2
|
||||||
qt5.qtx11extras
|
qt5.qtx11extras
|
||||||
|
@ -404,7 +403,7 @@
|
||||||
sqlite
|
sqlite
|
||||||
fennel
|
fennel
|
||||||
(libsForQt5.callPackage /home/chris/dev/LightlyShaders {})
|
(libsForQt5.callPackage /home/chris/dev/LightlyShaders {})
|
||||||
(libsForQt5.callPackage /home/chris/dev/church-presenter {})
|
# (libsForQt5.callPackage /home/chris/dev/church-presenter {})
|
||||||
];
|
];
|
||||||
|
|
||||||
# nixpkgs.overlays = [
|
# nixpkgs.overlays = [
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = rec {
|
settings = rec {
|
||||||
initial_session = {
|
initial_session = {
|
||||||
command = "/home/chris/bin/hyprland";
|
command = "dbus-launch startplasma-wayland";
|
||||||
user = "chris";
|
user = "chris";
|
||||||
};
|
};
|
||||||
default_session = initial_session;
|
default_session = initial_session;
|
||||||
|
@ -411,7 +411,6 @@
|
||||||
libsForQt5.wrapQtAppsHook
|
libsForQt5.wrapQtAppsHook
|
||||||
python310Packages.pyqt5
|
python310Packages.pyqt5
|
||||||
# LIBRARIES FOR DEV
|
# LIBRARIES FOR DEV
|
||||||
qt5.full
|
|
||||||
qt5.qtbase
|
qt5.qtbase
|
||||||
qt5.qtquickcontrols2
|
qt5.qtquickcontrols2
|
||||||
qt5.qtx11extras
|
qt5.qtx11extras
|
||||||
|
@ -424,7 +423,7 @@
|
||||||
sqlite
|
sqlite
|
||||||
fennel
|
fennel
|
||||||
(libsForQt5.callPackage /home/chris/dev/LightlyShaders {})
|
(libsForQt5.callPackage /home/chris/dev/LightlyShaders {})
|
||||||
(libsForQt5.callPackage /home/chris/dev/church-presenter {})
|
# (libsForQt5.callPackage /home/chris/dev/church-presenter {})
|
||||||
];
|
];
|
||||||
|
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
|
|
|
@ -342,6 +342,10 @@
|
||||||
source = ../fish/functions;
|
source = ../fish/functions;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.nushell = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
home.file.".config/hypr".source = config.lib.file.mkOutOfStoreSymlink ../hypr;
|
home.file.".config/hypr".source = config.lib.file.mkOutOfStoreSymlink ../hypr;
|
||||||
|
|
||||||
home.file.".config/dunst" = {
|
home.file.".config/dunst" = {
|
||||||
|
|
Loading…
Reference in a new issue