Added blocked host, fixed formatting of waybar

This commit is contained in:
2025-08-19 11:18:05 -04:00
parent 82d9968987
commit c33d0dcba1
3 changed files with 39 additions and 21 deletions

View File

@@ -32,6 +32,11 @@
recursive = true; recursive = true;
executable = true; executable = true;
}; };
home.file.".config/qutebrowser/blocked-hosts" = {
source = ./home/config/qutebrowser/blocked-hosts;
recursive = true;
executable = true;
};
home.file.".ssh/allowed_signers".text = '' home.file.".ssh/allowed_signers".text = ''
* ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH8P/3yzsruekSaZ9b+yk429VTcfCtI1j8jnkNbPAgnr th3r00t@nixos * ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH8P/3yzsruekSaZ9b+yk429VTcfCtI1j8jnkNbPAgnr th3r00t@nixos
''; '';
@@ -42,6 +47,7 @@
programs.nix-index.enable = true; programs.nix-index.enable = true;
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
autossh
mesa-demos mesa-demos
bluez bluez
bluez-tools bluez-tools
@@ -116,6 +122,12 @@
rustup rustup
wayvnc wayvnc
power-profiles-daemon power-profiles-daemon
xfce.thunar
xfce.thunar-volman
xfce.thunar-vcs-plugin
xfce.thunar-archive-plugin
xfce.thunar-media-tags-plugin
gvfs
]; ];
programs.wofi = { programs.wofi = {
enable = true; enable = true;

View File

@@ -0,0 +1 @@
rom.modapk48.com/wp-content/uploads/qnjuar.css?ver=1.1.5

View File

@@ -7,7 +7,7 @@
layer = "top"; layer = "top";
position = "top"; position = "top";
height = 30; height = 30;
modules-left = [ "hyprland/workspaces" "hyprland/mode" "hyprland/window" ]; modules-left = [ "hyprland/workspaces" "hyprland/submap" "hyprland/window" ];
modules-center = [ "clock" ]; modules-center = [ "clock" ];
modules-right = [ modules-right = [
"mpd" "mpd"
@@ -31,6 +31,11 @@
"hyprland/window" = { "hyprland/window" = {
max-length = 50; max-length = 50;
}; };
"hyprland/submap" = {
"format"=" {}";
"max-length"= "8";
"tooltip"= false;
};
"keyboard-state"= { "keyboard-state"= {
"numlock"= true; "numlock"= true;
"capslock"= true; "capslock"= true;
@@ -124,11 +129,11 @@
"format-charging"= "{capacity}% {icon} "; "format-charging"= "{capacity}% {icon} ";
"format-plugged"= "{capacity}% "; "format-plugged"= "{capacity}% ";
"format-alt"= "{time} {icon} "; "format-alt"= "{time} {icon} ";
"format-good"= ""; "format-good"= "{capacity}% {icon} ";
"format-icons"= ["" "" "" "" ""]; "format-icons"= ["" "" "" "" ""];
}; };
"battery#bat2"= { "battery#bat2"= {
"bat"= "BAT2"; "bat"= "BAT1";
}; };
"power-profiles-daemon"= { "power-profiles-daemon"= {
"format"= "{icon}"; "format"= "{icon}";
@@ -293,6 +298,13 @@ padding: 0 10px;
/* color: #ffffff; */ /* color: #ffffff; */
} }
@keyframes blink {
to {
/* background-color: #ffffff; */
color: #000000;
}
}
#window, #window,
#workspaces { #workspaces {
margin: 0 4px; margin: 0 4px;
@@ -322,13 +334,6 @@ color: #4fd6be;
/* background-color: #26A65B; */ /* background-color: #26A65B; */
} }
@keyframes blink {
to {
/* background-color: #ffffff; */
color: #000000;
}
}
/* Using steps() instead of linear as a timing function to limit cpu usage */ /* Using steps() instead of linear as a timing function to limit cpu usage */
#battery.critical:not(.charging) { #battery.critical:not(.charging) {
/* background-color: #f53c3c; */ /* background-color: #f53c3c; */
@@ -339,6 +344,17 @@ color: #ff007c;
animation-iteration-count: infinite; animation-iteration-count: infinite;
animation-direction: alternate; animation-direction: alternate;
} }
#battery.warning {
color: rgba(255, 210, 4, 1);
}
#battery.critical {
color: rgba(238, 46, 36, 1);
}
#battery.charging {
color: rgba(217, 216, 216, 1);
}
#power-profiles-daemon { #power-profiles-daemon {
padding-right: 15px; padding-right: 15px;
@@ -618,17 +634,6 @@ margin: 0px 5px 0px 5px;
min-width: 30px; min-width: 30px;
} }
#battery.warning {
color: rgba(255, 210, 4, 1);
}
#battery.critical {
color: rgba(238, 46, 36, 1);
}
#battery.charging {
color: rgba(217, 216, 216, 1);
}
#custom-storage.warning { #custom-storage.warning {
color: rgba(255, 210, 4, 1); color: rgba(255, 210, 4, 1);