do i really need a useful commit message for a dotfiles repo

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-11-27 11:20:57 -05:00
parent 8d6eae277c
commit 57251bb3b0
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
6 changed files with 54 additions and 40 deletions

View File

@ -11,6 +11,12 @@ export LESS_TERMCAP_us=''
export LESS=-R
export PATH=~/.guix-home/profile/bin:$PATH
PATH="/home/cobra/perl5/bin${PATH:+:${PATH}}"; export PATH;
PERL5LIB="/home/cobra/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
PERL_LOCAL_LIB_ROOT="/home/cobra/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
PERL_MB_OPT="--install_base \"/home/cobra/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=/home/cobra/perl5"; export PERL_MM_OPT;
if [[ $(tty) == /dev/tty2 ]]; then
exec sway
fi

View File

@ -212,9 +212,3 @@ reconf-home () {
guix pull --branch=master
guix home reconfigure ~/.config/guix/home.scm
}
PATH="/home/cobra/perl5/bin${PATH:+:${PATH}}"; export PATH;
PERL5LIB="/home/cobra/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
PERL_LOCAL_LIB_ROOT="/home/cobra/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
PERL_MB_OPT="--install_base \"/home/cobra/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=/home/cobra/perl5"; export PERL_MM_OPT;

View File

@ -26,7 +26,7 @@
"imagemagick"
"rsync"
"neofetch"
"gnunet"
; "gnunet"
"lm-sensors"
"acpi"
"gnupg"
@ -37,7 +37,6 @@
"newsboat"
"kodi"
"yt-dlp"
"gcc-toolchain"
"icedove"
"irssi"
"monero-gui"
@ -76,5 +75,6 @@
"netcat"
"tmate"
"torsocks"
"font-awesome"
))
)))

View File

@ -49,16 +49,16 @@
"critical": 15
},
// Connected to AC
"format": "BAT ^{capacity}%", // Icon: bolt
"format": "{icon} ^{capacity}%", // Icon: bolt
// Not connected to AC
"format-discharging": "BAT {capacity}%",
"format-icons": [
"DEAD", // Icon: battery-full
"LOW", // Icon: battery-three-quarters
"HALF", // Icon: battery-half
"OK", // Icon: battery-quarter
"FULL" // Icon: battery-empty
],
"format-discharging": "{icon} {capacity}%",
"format-icons": [
"",
"",
"",
"",
""
],
"tooltip": true
},
@ -70,32 +70,22 @@
"clock#date": {
"interval": 10,
"format": " {:%e %b %Y}", // Icon: calendar-alt
"format": "{:%Y-%m-%d}", // Icon: calendar-alt
"tooltip-format": "{:%e %B %Y}"
},
"cpu": {
"interval": 5,
"format": "CPU {usage}% ({load})", // Icon: microchip
"format": " {usage}%", // Icon: microchip
"states": {
"warning": 70,
"critical": 90
}
},
"custom/keyboard-layout": {
"exec": "swaymsg -t get_inputs | grep -m1 'xkb_active_layout_name' | cut -d '\"' -f4",
// Interval set only as a fallback, as the value is updated by signal
"interval": 30,
"format": "{}", // Icon: keyboard
// Signal sent by Sway key binding (~/.config/sway/key-bindings)
"signal": 1, // SIGHUP
"tooltip": false
},
"memory": {
"interval": 5,
"format": "RAM {}%", // Icon: memory
"format": "MEM {}%", // Icon: memory
"states": {
"warning": 70,
"critical": 90
@ -104,8 +94,8 @@
"network": {
"interval": 5,
"format-wifi": "WIFI {essid} ({signalStrength}%)", // Icon: wifi
"format-ethernet": "ETH {ifname}: {ipaddr}/{cidr}", // Icon: ethernet
"format-wifi": " {signalStrength}%", // Icon: wifi
"format-ethernet": " {ifname}: {ipaddr}/{cidr}", // Icon: ethernet
"format-disconnected": "⚠ Disconnected",
"tooltip-format": "{ifname}: {ipaddr}"
},
@ -156,7 +146,7 @@
"temperature": {
"critical-threshold": 80,
"interval": 5,
"format": "{temperatureC}°C",
"format": "{icon} {temperatureC}°C",
"format-icons": [
"", // Icon: temperature-empty
"", // Icon: temperature-quarter

View File

@ -50,7 +50,7 @@
#waybar {
background: #323232;
color: white;
font-family: 'FiraMono Nerd Font';
font-family: 'FiraCode Nerd Font';
font-size: 12px;
}
@ -58,7 +58,6 @@
#battery,
#clock,
#cpu,
#custom-keyboard-layout,
#memory,
#mode,
#network,
@ -75,22 +74,29 @@
* -------------------------------------------------------------------------- */
#battery {
background-color: #5BCEFA;
color: black;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
#battery.warning {
color: orange;
font-weight: bold;
}
#battery.critical {
color: red;
font-weight: bold;
}
#battery.warning.discharging {
animation-name: blink-warning;
animation-duration: 3s;
font-weight: bold;
}
#battery.critical.discharging {
@ -100,34 +106,45 @@
#clock {
font-weight: bold;
background-color: gray;
color: black;
border-radius: 10px;
}
#cpu {
/* No styles */
background-color: #FFFFFF;
color: black;
}
#cpu.warning {
color: orange;
font-weight: bold;
}
#cpu.critical {
color: red;
font-weight: bold;
}
#memory {
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
background-color: #F5A9B8;
color: black;
}
#memory.warning {
color: orange;
font-weight: bold;
}
#memory.critical {
color: red;
animation-name: blink-critical;
animation-duration: 2s;
font-weight: bold;
}
#mode {
@ -140,10 +157,14 @@
#network {
/* No styles */
background-color: #5BCEFA;
color: black;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
#network.disconnected {
color: orange;
/* color: orange;*/
}
#pulseaudio {
@ -154,12 +175,10 @@
/* No styles */
}
#custom-spotify {
color: rgb(102, 220, 105);
}
#temperature {
/* No styles */
background-color: #F5A9B8;
color: black;
}
#temperature.critical {

View File

@ -76,6 +76,11 @@
"openssh"
"i2pd"
"dbus"
"cryptsetup"
"libdvdcss"
"libdvdread"
"gcc-toolchain"
"gcc"
))
(cons*
%base-packages