My Nix Configuration

[meta] Remove oldconfig

-40
oldconfig/beets/config.yaml
···
-
directory: ~/Music/
-
library: ~/Music/library.db
-
-
threaded: yes
-
sort_case_insensitive: yes
-
-
ui:
-
color: yes
-
-
import:
-
write: yes
-
move: yes
-
resume: yes
-
from_scratch: yes
-
default_action: apply
-
language: en
-
group_albums: yes
-
autotag: yes
-
duplicate_action: keep
-
bell: no
-
incremental: yes
-
-
-
match:
-
strong_rec_thresh: 0.04
-
medium_rec_thresh: 0.10
-
-
paths:
-
default: $artist/$album/$disc-$track $title
-
-
plugins: chroma lyrics mbsync fetchart lastgenre deezer spotify
-
-
lyrics:
-
sources: genius
-
-
chroma:
-
auto: yes
-
-
acoustid:
-
apikey: 6KzkSx8Lcp
oldconfig/beets/library.db

This is a binary file and will not be displayed.

-1
oldconfig/beets/spotify_token.json
···
-
{"access_token": "BQAC19DYpV_T_Ml3Jrew7iaxnW54YhzbVI7VXPy0eFp3qi_nPSg8hmV-be3OV_JahQXmL-TObvVBZyq6u3E"}
oldconfig/beets/state.pickle

This is a binary file and will not be displayed.

-1
oldconfig/rbw/config.json
···
-
{"email":"pyrox@pyrox.dev","base_url":"https://bw.pyrox.dev","identity_url":null,"lock_timeout":3600,"pinentry":"pinentry"}
-14
oldconfig/sway/apps
···
-
-
# Workspace 1
-
assign [app_id="^kitty$"] 1
-
-
# Browsers(WS 2)
-
assign [class="^Waterfox$"] 2
-
assign [app_id="^firefox$|^nyxt$"] 2
-
-
for_window [app_id="FreeTube"] inhibit_idle fullscreen
-
for_window [class="Chromium|zoom|Waterfox|Firefox"] inhibit_idle fullscreen
-
-
for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 ppt 50 ppt, border pixel 4
-
-
for_window [title="Mumble PTT"] resize set 20 ppt
-5
oldconfig/sway/colors
···
-
client.focused #6272A4 #6272A4 #F8F8F2 #6272A4 #6272A4
-
client.focused_inactive #44475A #44475A #F8F8F2 #44475A #44475A
-
client.unfocused #282A36 #282A36 #BFBFBF #282A36 #282A36
-
client.urgent #44475A #FF5555 #F8F8F2 #FF5555 #FF5555
-
client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
-96
oldconfig/waybar/config
···
-
{
-
"layer": "top", // Waybar at top layer
-
"position": "top", // Waybar position (top|bottom|left|right)
-
"height": 30, // Waybar height (to be removed for auto height)
-
"modules-left": ["sway/workspaces", "sway/mode"],
-
"modules-center": ["custom/media",],
-
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "battery", "clock", "tray"],
-
"sway/mode": {
-
"format": "<span style=\"italic\">{}</span>"
-
},
-
"idle_inhibitor": {
-
"format": "{icon}",
-
"format-icons": {
-
"activated": "",
-
"deactivated": ""
-
}
-
},
-
"tray": {
-
"spacing": 10
-
},
-
"clock": {
-
"timezone": "US/Eastern",
-
"interval": 1,
-
"format": "{:%R:%S}",
-
"tooltip-format": "<big>{:%R : %S}</big>\n<tt><small>{calendar}</small></tt>",
-
"format-alt": "{:%d %b %Y}"
-
},
-
"cpu": {
-
"format": "{usage}% ",
-
"tooltip": false
-
},
-
"memory": {
-
"format": "{}% "
-
},
-
"temperature": {
-
"critical-threshold": 80,
-
"format": "{temperatureC}°C {icon}",
-
"format-icons": ["", "", ""]
-
},
-
"backlight": {
-
"format": "{percent}% {icon}",
-
"format-icons": ["", ""]
-
},
-
"battery": {
-
"states": {
-
"good": 80,
-
"warning": 30,
-
"critical": 15
-
},
-
"format": "{capacity}% {icon}",
-
"format-charging": "{capacity}% ",
-
"format-plugged": "{capacity}% ",
-
"format-alt": "{time} {icon}",
-
"format-icons": ["", "", "", "", ""]
-
},
-
"battery#bat2": {
-
"bat": "BAT2"
-
},
-
"network": {
-
"format-wifi": "{essid}",
-
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
-
"format-linked": "{ifname} (No IP) ",
-
"format-disconnected": "Disconnected! ⚠",
-
"format-alt": "{ifname}: {ipaddr}/{cidr}"
-
},
-
-
"pulseaudio": {
-
"format": "{volume}% {icon} {format_source}",
-
"format-bluetooth": "{volume}% {icon} {format_source}",
-
"format-bluetooth-muted": " {icon} {format_source}",
-
"format-muted": " {format_source}",
-
"format-source": "{volume}% ",
-
"format-source-muted": "",
-
"format-icons": {
-
"headphone": "",
-
"hands-free": "",
-
"headset": "",
-
"phone": "",
-
"portable": "",
-
"car": "",
-
"default": ["", "", ""]
-
},
-
"on-click": "pavucontrol"
-
},
-
"custom/media": {
-
"format": "{icon}{}",
-
"return-type": "json",
-
"format-icons": {
-
"Playing": " ",
-
"Paused": " ",
-
},
-
"max-length":70,
-
"exec": "playerctl -a metadata --format '{\"text\": \"{{playerName}}: {{artist}} - {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{markup_escape(title)}}\", \"alt\": \"{{status}}\", \"class\": \"{{status}}\"}' -F",
-
"on-click": "playerctl play-pause",
-
},
-
}
-37
oldconfig/waybar/mocha.css
···
-
/*
-
*
-
* Catppuccin Mocha palette
-
* Maintainer: rubyowo
-
*
-
*/
-
-
@define-color base #1e1e2e;
-
@define-color mantle #181825;
-
@define-color crust #11111b;
-
-
@define-color text #cdd6f4;
-
@define-color subtext0 #a6adc8;
-
@define-color subtext1 #bac2de;
-
-
@define-color surface0 #313244;
-
@define-color surface1 #45475a;
-
@define-color surface2 #585b70;
-
-
@define-color overlay0 #6c7086;
-
@define-color overlay1 #7f849c;
-
@define-color overlay2 #9399b2;
-
-
@define-color blue #89b4fa;
-
@define-color lavender #b4befe;
-
@define-color sapphire #74c7ec;
-
@define-color sky #89dceb;
-
@define-color teal #94e2d5;
-
@define-color green #a6e3a1;
-
@define-color yellow #f9e2af;
-
@define-color peach #fab387;
-
@define-color maroon #eba0ac;
-
@define-color red #f38ba8;
-
@define-color mauve #cba6f7;
-
@define-color pink #f5c2e7;
-
@define-color flamingo #f2cdcd;
-
@define-color rosewater #f5e0dc;
-117
oldconfig/waybar/style.css
···
-
@import "mocha.css";
-
#waybar {
-
font-family: BlexMono Nerd Font, sans-serif;
-
font-size: 16px;
-
}
-
-
#window {
-
padding: 0 10px;
-
}
-
-
window#waybar {
-
border: none;
-
border-radius: 0;
-
box-shadow: none;
-
text-shadow: none;
-
transition-duration: 0s;
-
color: @text;
-
background: @base;
-
}
-
-
#workspaces {
-
margin: 0 5px;
-
}
-
-
#workspaces button {
-
padding: 0 8px;
-
color: @text;
-
border: 2px solid @subtext0;
-
border-radius: 10px;
-
min-width: 25px;
-
margin-right: 8px;
-
}
-
-
#workspaces button.visible {
-
color: @subtext0;
-
}
-
-
#workspaces button.focused {
-
border: 3px solid @mauve;
-
}
-
-
#workspaces button.urgent {
-
background-color: @red;
-
}
-
-
#workspaces button:hover {
-
box-shadow: inherit;
-
border-color: @blue;
-
color: @blue;
-
}
-
-
/* Repeat style here to ensure properties are overwritten as there's no !important and button:hover above resets the colour */
-
-
#workspaces button.focused {
-
color: @subtext0;
-
}
-
#workspaces button.focused:hover {
-
color: @text;
-
}
-
-
#tray,
-
#mode,
-
#battery,
-
#temperature,
-
#cpu,
-
#memory,
-
#network,
-
#pulseaudio,
-
#clock,
-
#idle_inhibitor,
-
#sway-language,
-
#backlight {
-
padding: 2px 8px;
-
margin: 2px 5px;
-
color: @text;
-
}
-
-
#tray:hover,
-
#mode:hover,
-
#battery:hover,
-
#temperature:hover,
-
#cpu:hover,
-
#memory:hover,
-
#network:hover,
-
#pulseaudio:hover,
-
#clock:hover,
-
#idle_inhibitor:hover,
-
#sway-language:hover,
-
#backlight:hover {
-
padding: 2px 8px;
-
margin: 2px 5px;
-
color: @base;
-
background-color: @subtext1;
-
}
-
-
#clock {
-
font-weight: bold;
-
}
-
-
#battery.warning {
-
color: @yellow;
-
}
-
-
#battery.critical {
-
color: @red;
-
}
-
-
#battery.charging {
-
color: @green;
-
}
-
-
@keyframes blink {
-
to {
-
background-color: #ffffff;
-
color: black;
-
}
-
}