Compare commits
No commits in common. "71af6bd2c6bc281604d0fc5a9cc18548c36cd7cf" and "8f5943b9f59db30f9419008d51c31eb4738df3cf" have entirely different histories.
71af6bd2c6
...
8f5943b9f5
4 changed files with 22 additions and 19 deletions
|
|
@ -25,6 +25,8 @@
|
||||||
|
|
||||||
# Games
|
# Games
|
||||||
upkgs.olympus # celeste
|
upkgs.olympus # celeste
|
||||||
|
discord
|
||||||
|
discordo
|
||||||
upkgs.ekphos
|
upkgs.ekphos
|
||||||
|
|
||||||
prismlauncher # minecraft
|
prismlauncher # minecraft
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,11 @@
|
||||||
{
|
{inputs, ...}: {
|
||||||
inputs,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixcord.homeModules.nixcord
|
inputs.nixcord.homeModules.nixcord
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
discordo
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.nixcord = {
|
programs.nixcord = {
|
||||||
enable = true;
|
enable = true;
|
||||||
equibop.enable = true;
|
# equibop.enable = true;
|
||||||
|
|
||||||
discord = {
|
discord = {
|
||||||
vencord.enable = false;
|
vencord.enable = false;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{...}: {
|
{upkgs, ...}: {
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
@ -6,8 +6,8 @@
|
||||||
layer = "top";
|
layer = "top";
|
||||||
position = "top";
|
position = "top";
|
||||||
height = 30;
|
height = 30;
|
||||||
|
# modules-left = ["hyprland/workspaces" "wlr/taskbar" "custom/media"];
|
||||||
modules-left = ["hyprland/workspaces"];
|
modules-left = ["hyprland/workspaces" "wlr/taskbar"];
|
||||||
modules-center = ["clock"];
|
modules-center = ["clock"];
|
||||||
modules-right = ["cpu" "memory" "network" "pulseaudio" "privacy" "tray"];
|
modules-right = ["cpu" "memory" "network" "pulseaudio" "privacy" "tray"];
|
||||||
|
|
||||||
|
|
@ -21,10 +21,20 @@
|
||||||
ignore-hidden = true;
|
ignore-hidden = true;
|
||||||
on-click = "activate";
|
on-click = "activate";
|
||||||
};
|
};
|
||||||
|
"wlr/taskbar" = {
|
||||||
|
format = "{icon}";
|
||||||
|
icon-size = 12;
|
||||||
|
};
|
||||||
|
# "custom/media" = {
|
||||||
|
# exec = "auroramedia";
|
||||||
|
# return-type = "json";
|
||||||
|
# escape = true;
|
||||||
|
# restart-interval = 1;
|
||||||
|
# };
|
||||||
|
|
||||||
# center
|
# center
|
||||||
"clock" = {
|
"clock" = {
|
||||||
format = "{:%b %a | %d %r}";
|
format = "{:%Y %b %a %d %H:%M:%S}";
|
||||||
interval = 1;
|
interval = 1;
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
|
|
@ -39,10 +49,10 @@
|
||||||
interval = 1;
|
interval = 1;
|
||||||
};
|
};
|
||||||
"network" = {
|
"network" = {
|
||||||
format = "{bandwidthUpBits} {bandwidthDownBits} {ifname}";
|
format = "{bandwidthUpBytes} {bandwidthDownBytes} {ifname}";
|
||||||
format-wifi = " {bandwidthUpBits} {bandwidthDownBits} {ifname}";
|
format-wifi = " {bandwidthUpBytes} {bandwidthDownBytes} ";
|
||||||
format-ethernet = " {bandwidthUpBits} {bandwidthDownBits} {ifname}";
|
format-ethernet = " {bandwidthUpBytes} {bandwidthDownBytes} ";
|
||||||
format-disconnected = "no internet ~ rawr! ~ ;w;"; # empty format hides module
|
format-disconnected = "no internet ~ rawr! ~ x3"; # empty format hides module
|
||||||
interval = 1;
|
interval = 1;
|
||||||
max-length = 32;
|
max-length = 32;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,6 @@ right-side modules
|
||||||
#network {
|
#network {
|
||||||
margin: 4px 0 4px 0;
|
margin: 4px 0 4px 0;
|
||||||
border-radius: 0px 32px 32px 0px;
|
border-radius: 0px 32px 32px 0px;
|
||||||
min-width: 100px; /* surely there's a better way to fix the size? */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue