Format all files with prettier, remove udiskie config

This commit is contained in:
Marko Korhonen 2022-09-16 20:01:31 +03:00
parent 895cf7706b
commit 86ba9538de
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
10 changed files with 141 additions and 133 deletions

View file

@ -1 +1,2 @@
package-lock.json package-lock.json
dotdrop/

View file

@ -30,40 +30,40 @@ font:
colors: colors:
# Default colors # Default colors
primary: primary:
background: "0x282c34" background: '0x282c34'
foreground: "0xabb2bf" foreground: '0xabb2bf'
# Cursor colors # Cursor colors
cursor: cursor:
text: "0x282c34" text: '0x282c34'
cursor: "0xabb2bf" cursor: '0xabb2bf'
# Normal colors # Normal colors
normal: normal:
black: "0x282c34" black: '0x282c34'
red: "0xe06c75" red: '0xe06c75'
green: "0x98c379" green: '0x98c379'
yellow: "0xe5c07b" yellow: '0xe5c07b'
blue: "0x61afef" blue: '0x61afef'
magenta: "0xc678dd" magenta: '0xc678dd'
cyan: "0x56b6c2" cyan: '0x56b6c2'
white: "0xabb2bf" white: '0xabb2bf'
# Bright colors # Bright colors
bright: bright:
black: "0x3e4452" black: '0x3e4452'
red: "0xbe5046" red: '0xbe5046'
green: "0x98c379" green: '0x98c379'
yellow: "0xd19a66" yellow: '0xd19a66'
blue: "0x61afef" blue: '0x61afef'
magenta: "0xc678dd" magenta: '0xc678dd'
cyan: "0x56b6c2" cyan: '0x56b6c2'
white: "0x5c6370" white: '0x5c6370'
bell: bell:
animation: EaseOutExpo animation: EaseOutExpo
duration: 0 duration: 0
color: "#ffffff" color: '#ffffff'
mouse_bindings: mouse_bindings:
- { mouse: Middle, action: PasteSelection } - { mouse: Middle, action: PasteSelection }

View file

@ -23,7 +23,7 @@ import:
lastgenre: lastgenre:
whitelist: ~/.config/beets/whitelist whitelist: ~/.config/beets/whitelist
lyrics: lyrics:
fallback: "" fallback: ''
play: play:
command: mpv command: mpv
mpd: mpd:
@ -41,5 +41,5 @@ musicbrainz:
user: FunctionalHacker user: FunctionalHacker
pass: "{{@@ env['PASS_MUSICBRAINZ'] @@}}" pass: "{{@@ env['PASS_MUSICBRAINZ'] @@}}"
mbcollection: mbcollection:
auto: "yes" auto: 'yes'
collection: "a4955b5c-db7f-4e27-9887-f77f820bad34" collection: 'a4955b5c-db7f-4e27-9887-f77f820bad34'

View file

@ -1,3 +1,4 @@
VteTerminal, vte-terminal { VteTerminal,
padding: 40px; vte-terminal {
padding: 40px;
} }

View file

@ -1,19 +1,19 @@
var child_process = require("child_process"); var child_process = require('child_process');
function getStdout(cmd) { function getStdout(cmd) {
var stdout = child_process.execSync(cmd); var stdout = child_process.execSync(cmd);
return stdout.toString().trim(); return stdout.toString().trim();
} }
exports.host = "imap.migadu.com"; exports.host = 'imap.migadu.com';
exports.port = 993; exports.port = 993;
exports.tls = true; exports.tls = true;
exports.tlsOptions = { exports.tlsOptions = {
rejectUnauthorized: true, rejectUnauthorized: true,
}; };
exports.username = "admin@korhonen.cc"; exports.username = 'admin@korhonen.cc';
exports.password = "{{@@ env['PASS_EMAIL_ADMIN'] @@}}"; exports.password = "{{@@ env['PASS_EMAIL_ADMIN'] @@}}";
exports.onNewMail = "mbsync admin@korhonen.cc"; exports.onNewMail = 'mbsync admin@korhonen.cc';
exports.onNewMailPost = exports.onNewMailPost =
"~/git/dotfiles/scripts/mail/notify-new-mail.sh admin@korhonen.cc"; '~/git/dotfiles/scripts/mail/notify-new-mail.sh admin@korhonen.cc';
exports.boxes = ["INBOX"]; exports.boxes = ['INBOX'];

View file

@ -1,19 +1,19 @@
var child_process = require("child_process"); var child_process = require('child_process');
function getStdout(cmd) { function getStdout(cmd) {
var stdout = child_process.execSync(cmd); var stdout = child_process.execSync(cmd);
return stdout.toString().trim(); return stdout.toString().trim();
} }
exports.host = "imap.migadu.com"; exports.host = 'imap.migadu.com';
exports.port = 993; exports.port = 993;
exports.tls = true; exports.tls = true;
exports.tlsOptions = { exports.tlsOptions = {
rejectUnauthorized: true, rejectUnauthorized: true,
}; };
exports.username = "functionalhacker@korhonen.cc"; exports.username = 'functionalhacker@korhonen.cc';
exports.password = "{{@@ env['PASS_EMAIL_HACKER'] @@}}"; exports.password = "{{@@ env['PASS_EMAIL_HACKER'] @@}}";
exports.onNewMail = "mbsync functionalhacker@korhonen.cc"; exports.onNewMail = 'mbsync functionalhacker@korhonen.cc';
exports.onNewMailPost = exports.onNewMailPost =
"~/git/dotfiles/scripts/mail/notify-new-mail.sh functionalhacker@korhonen.cc"; '~/git/dotfiles/scripts/mail/notify-new-mail.sh functionalhacker@korhonen.cc';
exports.boxes = ["INBOX"]; exports.boxes = ['INBOX'];

View file

@ -1,19 +1,19 @@
var child_process = require("child_process"); var child_process = require('child_process');
function getStdout(cmd) { function getStdout(cmd) {
var stdout = child_process.execSync(cmd); var stdout = child_process.execSync(cmd);
return stdout.toString().trim(); return stdout.toString().trim();
} }
exports.host = "imap.migadu.com"; exports.host = 'imap.migadu.com';
exports.port = 993; exports.port = 993;
exports.tls = true; exports.tls = true;
exports.tlsOptions = { exports.tlsOptions = {
rejectUnauthorized: true, rejectUnauthorized: true,
}; };
exports.username = "marko@korhonen.cc"; exports.username = 'marko@korhonen.cc';
exports.password = "{{@@ env['PASS_EMAIL_MARKO'] @@}}"; exports.password = "{{@@ env['PASS_EMAIL_MARKO'] @@}}";
exports.onNewMail = "mbsync marko@korhonen.cc"; exports.onNewMail = 'mbsync marko@korhonen.cc';
exports.onNewMailPost = exports.onNewMailPost =
"~/git/dotfiles/scripts/mail/notify-new-mail.sh marko@korhonen.cc"; '~/git/dotfiles/scripts/mail/notify-new-mail.sh marko@korhonen.cc';
exports.boxes = ["INBOX"]; exports.boxes = ['INBOX'];

View file

@ -1,5 +0,0 @@
{%@@ if profile == "ReekyPC" @@%}
device_config:
- id_uuid: 10879044936567925003
ignore:true
{%@@ endif @@%}

View file

@ -1,27 +1,27 @@
{ {
"colors": { "colors": {
"color0": "#090618", "color0": "#090618",
"color1": "#C34043", "color1": "#C34043",
"color2": "#76946A", "color2": "#76946A",
"color3": "#C0A36E", "color3": "#C0A36E",
"color4": "#7E9CD8", "color4": "#7E9CD8",
"color5": "#957FB8", "color5": "#957FB8",
"color6": "#6A9589", "color6": "#6A9589",
"color7": "#C8C093", "color7": "#C8C093",
"color8": "#727169", "color8": "#727169",
"color9": "#E82424", "color9": "#E82424",
"color10": "#98BB6C", "color10": "#98BB6C",
"color11": "#E6C384", "color11": "#E6C384",
"color12": "#7FB4CA", "color12": "#7FB4CA",
"color13": "#938AA9", "color13": "#938AA9",
"color14": "#7AA89F", "color14": "#7AA89F",
"color15": "#DCD7BA", "color15": "#DCD7BA",
"color16": "#FFA066", "color16": "#FFA066",
"color17": "#FF5D62" "color17": "#FF5D62"
}, },
"special": { "special": {
"foreground": "#DCD7BA", "foreground": "#DCD7BA",
"background": "#1F1F28", "background": "#1F1F28",
"cursor": "#C8C093" "cursor": "#C8C093"
} }
} }

View file

@ -1,130 +1,141 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: "Noto Sans Display", "Font Awesome 5 Free"; font-family: 'Noto Sans Display', 'Font Awesome 5 Free';
font-size: 13px; font-size: 13px;
min-height: 0; min-height: 0;
} }
window#waybar { window#waybar {
background: #292D3E; background: #292d3e;
color: white; color: white;
} }
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
#workspaces button { #workspaces button {
padding: 0 5px; padding: 0 5px;
background: transparent; background: transparent;
color: white; color: white;
} }
#workspaces button.focused { #workspaces button.focused {
background: #64727D; background: #64727d;
} }
#mode { #mode {
background: #64727D; background: #64727d;
} }
#clock, #battery, #cpu, #temperature, #memory, #backlight, #network, #pulseaudio, #custom-media, #custom-yay, #tray, #mode, #idle_inhibitor { #clock,
padding: 0 10px; #battery,
margin: 0 5px; #cpu,
#temperature,
#memory,
#backlight,
#network,
#pulseaudio,
#custom-media,
#custom-yay,
#tray,
#mode,
#idle_inhibitor {
padding: 0 10px;
margin: 0 5px;
} }
#clock { #clock {
background-color: #64727D; background-color: #64727d;
} }
#battery { #battery {
background-color: #ffffff; background-color: #ffffff;
color: black; color: black;
} }
#battery.charging { #battery.charging {
color: black; color: black;
background-color: #a3be8c; background-color: #a3be8c;
} }
@keyframes blink { @keyframes blink {
to { to {
background-color: #ffffff; background-color: #ffffff;
color: black; color: black;
} }
} }
#battery.critical:not(.charging) { #battery.critical:not(.charging) {
background: #bf616a; background: #bf616a;
color: white; color: white;
animation-name: blink; animation-name: blink;
animation-duration: 0.5s; animation-duration: 0.5s;
animation-timing-function: linear; animation-timing-function: linear;
animation-iteration-count: infinite; animation-iteration-count: infinite;
animation-direction: alternate; animation-direction: alternate;
} }
#temperature { #temperature {
background: #97B084; background: #97b084;
color: black; color: black;
} }
#temperature.critical { #temperature.critical {
background: #bf616a; background: #bf616a;
color: white; color: white;
animation-name: blink; animation-name: blink;
animation-duration: 0.5s; animation-duration: 0.5s;
animation-timing-function: linear; animation-timing-function: linear;
animation-iteration-count: infinite; animation-iteration-count: infinite;
animation-direction: alternate; animation-direction: alternate;
} }
#cpu { #cpu {
background: #BD9B5D; background: #bd9b5d;
color: #000000; color: #000000;
} }
#memory { #memory {
color: black; color: black;
background: #b48ead; background: #b48ead;
} }
#backlight { #backlight {
background: #90b1b1; background: #90b1b1;
} }
#network { #network {
color: black; color: black;
background: #81a1c1; background: #81a1c1;
} }
#network.disconnected { #network.disconnected {
background: #f53c3c; background: #f53c3c;
} }
#pulseaudio { #pulseaudio {
background: #88c0d0; background: #88c0d0;
color: black; color: black;
} }
#pulseaudio.muted { #pulseaudio.muted {
background: #90b1b1; background: #90b1b1;
color: #2a5c45; color: #2a5c45;
} }
#custom-media { #custom-media {
background: #97B084; background: #97b084;
color: black; color: black;
} }
#custom-yay { #custom-yay {
background-color: #64727D; background-color: #64727d;
} }
#tray { #tray {
background-color: #282828; background-color: #282828;
} }
#idle_inhibitor { #idle_inhibitor {
background-color: #8fbcbb; background-color: #8fbcbb;
color: #000000; color: #000000;
} }