updating remote
This commit is contained in:
parent
77d8dcb2e9
commit
73a139a46b
5 changed files with 20 additions and 21 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
bluez
|
bluez
|
||||||
blueman
|
blueman
|
||||||
nerdfonts
|
nerdfonts
|
||||||
|
home-manager
|
||||||
pkg-config
|
pkg-config
|
||||||
ripgrep
|
ripgrep
|
||||||
openssl
|
openssl
|
||||||
|
|
|
||||||
|
|
@ -56,12 +56,12 @@ button:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
background-color: #ec4899;
|
background-color: #ec6148;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
background-color: #0ea5e9;
|
background-color: #ec6148;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
@ -69,12 +69,12 @@ button:hover {
|
||||||
#battery.charging,
|
#battery.charging,
|
||||||
#battery.plugged {
|
#battery.plugged {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #22C55E;
|
background-color: #ec6148;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
to {
|
to {
|
||||||
background-color: #ffffff;
|
background-color: #ec6148;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -94,65 +94,65 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu {
|
#cpu {
|
||||||
background-color: #10b981;
|
background-color: #ec6148;
|
||||||
color: #030712;
|
color: #030712;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#memory {
|
#memory {
|
||||||
background-color: #d946ef;
|
background-color: #ec6148;
|
||||||
color: #030712;
|
color: #030712;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#disk {
|
#disk {
|
||||||
background-color: #964B00;
|
background-color: #ec6148;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#backlight {
|
#backlight {
|
||||||
background-color: #8b5cf6;
|
background-color: #ec6148;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
background-color: #0ea5e9;
|
background-color: #ec6148;
|
||||||
color: #030712;
|
color: #030712;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network.disconnected {
|
#network.disconnected {
|
||||||
background-color: #ef4444;
|
background-color: #ec6148;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
background-color: #eab308;
|
background-color: #ec6148;
|
||||||
color: #030712;
|
color: #030712;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio.muted {
|
#pulseaudio.muted {
|
||||||
background-color: #90b1b1;
|
background-color: #ec6148;
|
||||||
color: #2a5c45;
|
color: #2a5c45;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wireplumber {
|
#wireplumber {
|
||||||
background-color: #fff0f5;
|
background-color: #ec6148;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wireplumber.muted {
|
#wireplumber.muted {
|
||||||
background-color: #f53c3c;
|
background-color: #ec6148;
|
||||||
}
|
}
|
||||||
|
|
||||||
#temperature {
|
#temperature {
|
||||||
background-color: #f0932b;
|
background-color: #ec6148;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#temperature.critical {
|
#temperature.critical {
|
||||||
background-color: #eb4d4b;
|
background-color: #ec6148;
|
||||||
}
|
}
|
||||||
|
|
||||||
#language {
|
#language {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, config, lib, ...}:
|
{ pkgs, config, lib, ...}:
|
||||||
{
|
{
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = false;
|
||||||
package = pkgs.vscode.fhs;
|
package = pkgs.vscode.fhs;
|
||||||
enableExtensionUpdateCheck = true;
|
enableExtensionUpdateCheck = true;
|
||||||
enableUpdateCheck = false;
|
enableUpdateCheck = false;
|
||||||
|
|
|
||||||
|
|
@ -13,15 +13,12 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
# Gnome extensions
|
# Gnome extensions
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnomeExtensions.dock-from-dash
|
|
||||||
gnomeExtensions.pop-shell
|
|
||||||
gnome-extension-manager
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
gnome = {
|
gnome = {
|
||||||
core-utilities.enable = false;
|
core-utilities.enable = false;
|
||||||
gnome-keyring.enable = true;
|
gnome-keyring.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
xserver = {
|
xserver = {
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
remmina
|
remmina
|
||||||
bacon
|
bacon
|
||||||
skate
|
skate
|
||||||
|
neovim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue