mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-28 11:32:42 +00:00
new themes, new i3 sleep config
This commit is contained in:
1
.alias
1
.alias
@@ -1,2 +1,3 @@
|
||||
alias glslv=glslViewer
|
||||
alias reload='source ~/.zshrc && clear'
|
||||
alias ytmp3='yt-dlp -x --audio-format mp3'
|
||||
|
28
.config/Vencord/themes/Dark+.theme.css
Normal file
28
.config/Vencord/themes/Dark+.theme.css
Normal file
@@ -0,0 +1,28 @@
|
||||
/**
|
||||
* @name Dark+
|
||||
* @author DevEvil#8745
|
||||
* @version Dark+3
|
||||
* @description Highly customized dark and purple theme for Discord
|
||||
* @authorId 468132563714703390
|
||||
* @authorLink https://devevil.com
|
||||
* @source https://github.com/DevEvil99/DarkPlus-Discord-Theme
|
||||
* @website https://devevil.com
|
||||
* @invite jsQ9UP7kCA
|
||||
*/
|
||||
|
||||
@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/Dark+/Dark+.theme.css');
|
||||
|
||||
:root {
|
||||
--darkplus-bg: #212121;
|
||||
--darkplus-bg2: #302f2f;
|
||||
--darkplus-sec: #bb86fc;
|
||||
--darkplus-links: #cdaef3;
|
||||
--darkplus-home-icon: url(https://devevil.com/betterdiscord/dark%2b-logo.png);
|
||||
--watermark-filter-invert: 0%;
|
||||
--watermark-filter-sepia: 50%;
|
||||
--watermark-filter-saturate: 3000%;
|
||||
--watermark-filter-hue-rotate: 210deg;
|
||||
--watermark-filter-brightness: 70%;
|
||||
--watermark-filter-contrast: 200%;
|
||||
--darkplus-emoji-picker-color: 210deg;
|
||||
}
|
61
.config/Vencord/themes/Exponent.theme.css
Normal file
61
.config/Vencord/themes/Exponent.theme.css
Normal file
@@ -0,0 +1,61 @@
|
||||
/**
|
||||
* @name Exponent
|
||||
* @author Saltssaumure
|
||||
* @authorLink https://github.com/Saltssaumure
|
||||
* @description A Windows XP style theme.
|
||||
* @license AGPL-3.0-or-later
|
||||
* @version 1.9
|
||||
* @invite uy8nKQVatp
|
||||
* @source https://github.com/Saltssaumure/xp-discord-theme
|
||||
* @donate https://ko-fi.com/saltssaumure
|
||||
*/
|
||||
|
||||
@import url("https://saltssaumure.github.io/xp-discord-theme/xp.min.css");
|
||||
|
||||
/* See https://github.com/Saltssaumure/xp-discord-theme#customisation for customisation settings. */
|
||||
:root {
|
||||
--xp-background-image: url(https://saltssaumure.github.io/xp-discord-theme/img/bliss.avif);
|
||||
--xp-background-color: #0066CC;
|
||||
--xp-window-color-1: #005AE7;
|
||||
--xp-window-color-2: #0372FF;
|
||||
--xp-taskbar-color-1: #108CE4;
|
||||
--xp-taskbar-color-2: #578CD0;
|
||||
--xp-taskbar-color-3: #1665CA;
|
||||
--xp-start-color-1: #008000;
|
||||
--xp-start-color-2: #38C438;
|
||||
--xp-shortcut-color-1: #0CA80C;
|
||||
--xp-shortcut-color-2: #008000;
|
||||
--xp-ping-color-1: #E64D1C;
|
||||
--xp-ping-color-2: #C73207;
|
||||
--xp-tooltip-color-1: #F0EFED;
|
||||
--xp-tooltip-color-2: #EBE8D7;
|
||||
--xp-avatar-shine: on;
|
||||
--bsod-color: #000080;
|
||||
--bsod-text: "A problem has been detected and Windows has been shut down to prevent damage to your computer. \A\A A clock interrupt was not received on a secondary processor within the allocated time interval. \A\A If this is the first time you've seen this stop error screen, restart your computer. If this screen appears again, follow these steps: \A\A Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any Windows updates you might need. \A\A If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then throw away the whole computer. \A\A Technical information: \A\A *** STOP: USING_DISCORD \A\A *** discord.exe - Address DEADBEEF base at 8BADF00D, DateStamp 1337C0D3 \A\A\A\A\A\A\A\A\A\A Collecting data for crash dump ... \A Initializing disk for crash dump ... \A Beginning dump of all your belongings ... \A Dumping physical memory to disk: 100% \A Physical memory dump complete. \A Contact your system administrator or technical support group for further assistance.";
|
||||
}
|
||||
|
||||
.theme-dark {
|
||||
--xp-bg-color: #000000;
|
||||
--xp-set-color: #FFFFFFB3;
|
||||
--xp-hover-color: #112233;
|
||||
--xp-selected-color: #1665CA;
|
||||
--xp-zing-color: #AA5500;
|
||||
--xp-txt-color: #FFFFFF;
|
||||
--xp-bg-bright-color: #223344;
|
||||
--xp-bg-tint-color: #222222;
|
||||
--xp-bg-shade-color: #111111;
|
||||
--xp-border-color: #1665CA;
|
||||
}
|
||||
|
||||
.theme-light {
|
||||
--xp-bg-color: #FFFFFF;
|
||||
--xp-set-color: #000000B3;
|
||||
--xp-hover-color: #D3D3D3;
|
||||
--xp-selected-color: #1665CA;
|
||||
--xp-zing-color: #FFA500;
|
||||
--xp-txt-color: #000000;
|
||||
--xp-bg-bright-color: #F0EFED;
|
||||
--xp-bg-tint-color: #EBE8D7;
|
||||
--xp-bg-shade-color: #808080;
|
||||
--xp-border-color: #000000;
|
||||
}
|
@@ -0,0 +1,103 @@
|
||||
/**
|
||||
* @name Moon Rabbits Dream About Virtual
|
||||
* @description Based in Tsukino Mito Album Presentation
|
||||
* @author zuzumi-f
|
||||
* @authorId 437579806616322049
|
||||
* @invite PsNtzGeHuW
|
||||
* @donate https://www.paypal.me/konazumi
|
||||
* @website https://github.com/zuzumi-f/Moon-Rabbits-Dream-About-Virtual
|
||||
* @source https://github.com/zuzumi-f/Moon-Rabbits-Dream-About-Virtual/blob/main/release/tsukino-mito.base.css
|
||||
* @version 4
|
||||
*/
|
||||
|
||||
/*---------------------------------------------------------------
|
||||
Theme Import you can't disable this is the full theme dummy
|
||||
---------------------------------------------------------------*/
|
||||
@import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/tsukino-mito-base.css');
|
||||
|
||||
/*---------------------------------------------------------------
|
||||
Make it look Like Another Window
|
||||
---------------------------------------------------------------*/
|
||||
@import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/window-mode.css');
|
||||
|
||||
/*---------------------------------------------------------------
|
||||
Custom Settings
|
||||
---------------------------------------------------------------*/
|
||||
|
||||
/* Animate the background */
|
||||
@import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/background-animation.css');
|
||||
|
||||
/* Add transparency for background images */
|
||||
/* @import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/background-image.css'); */
|
||||
|
||||
/* Pop Effect */
|
||||
@import url("https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/pop.css");
|
||||
|
||||
/* Reverse the position of Server list and members */
|
||||
@import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/reverse.css');
|
||||
|
||||
/*------------------------------------------------------
|
||||
all the customization
|
||||
------------------------------------------------------*/
|
||||
:root {
|
||||
/* The text that appear in top, leave it blank ("") if you dont want any */
|
||||
--custom-text: "TSUKINO MITO";
|
||||
|
||||
/* General Colors */
|
||||
--border-color: #da4a60;
|
||||
--drag-gradient1: #e8c4d3;
|
||||
--drag-gradient2: #e39ba7;
|
||||
--name-bg: #d95b72;
|
||||
|
||||
/* Background Colors & BG Image */
|
||||
--bg-gradient1: #e297b2;
|
||||
--bg-gradient2: #c0b4d5;
|
||||
--bg-gradient3: #54b5de;
|
||||
--bg-image: none; /* Write the image url, example url("your url") [none is default]*/
|
||||
--opacity: 0; /* Value in numbers from 0 to 1, but there is a limit */
|
||||
--bg-blur: 6px; /* Value in px */
|
||||
|
||||
/* HSL(Hue, Saturation, Lightness). This values will change the accent color (That blue color in most buttons) */
|
||||
--H: 339; /* Value in numbers [339 is default] */
|
||||
--S: 97%; /* Value in % [97% is default] */
|
||||
--L: 71%; /* Value in % [71% is default] */
|
||||
|
||||
/* HSL DarkTheme */
|
||||
--darkH: 0; /* Value in numbers [0 is default] */
|
||||
--darkS: 0%; /* Value in % [0% is default] */
|
||||
--darkL: 16%; /* Value in % [16% is default] */
|
||||
|
||||
/* Windows Buttons Colors */
|
||||
--close-color: #da5169;
|
||||
--max-color: #ffdf5b;
|
||||
--min-color: #00a0cb;
|
||||
|
||||
/* Status Colors */
|
||||
--online-color: #caffbf;
|
||||
--idle-color: #fdffb6;
|
||||
--dnd-color: #ffadad;
|
||||
--offline-color: #d2d2cf;
|
||||
--streaming-color: #bdb2ff;
|
||||
|
||||
/* Chatbar Colors */
|
||||
--textarea-background: #F0F2F2;
|
||||
--text-color: #313D40;
|
||||
--icon-color: var(--text-color);
|
||||
--selected-text-bg: var(--text-color);
|
||||
--selected-text-color: var(--textarea-background);
|
||||
--mentioned-color: 200, 100%, 60%; /* HSL Values Only */
|
||||
|
||||
/* Other options */
|
||||
--border-width: 3px;
|
||||
--round-corners: 16px;
|
||||
}
|
||||
|
||||
/* Selection text color */
|
||||
::selection {
|
||||
background-color: var(--selected-text-bg); /* text selection*/
|
||||
color: var(--selected-text-color); /* text color */
|
||||
}
|
||||
|
||||
/*------------------------------------------------------
|
||||
anything else down here
|
||||
------------------------------------------------------*/
|
39
.config/Vencord/themes/NieR-Light-Source.theme.css
Normal file
39
.config/Vencord/themes/NieR-Light-Source.theme.css
Normal file
@@ -0,0 +1,39 @@
|
||||
/**
|
||||
* @name NieR: Automata UI Light
|
||||
* @version 1.4
|
||||
* @description Glory to Mankind. ||
|
||||
* Thanks to JulioDRai for letting me use their cursors!
|
||||
* ~https://www.deviantart.com/juliodrai ||
|
||||
* Thanks to GOmonkeymanGO for letting me use some of their code
|
||||
* ~https://github.com/ChaseIngebritson/YoRHa-Discord-Theme ||
|
||||
* @website https://github.com/AccraZed/YoRHA-UI-BetterDiscord
|
||||
* @author Accrazed#2710
|
||||
* @invite X4nBPCa
|
||||
* @patreon https://www.patreon.com/accrazed
|
||||
* @authorId 153562159161278473
|
||||
*/
|
||||
/*
|
||||
* :::. .,-::::: .,-::::: :::::::.. :::. :::::::::.,:::::::::::::-.
|
||||
* ;;`;; ,;;;'````' ,;;;'````' ;;;;``;;;; ;;`;; '`````;;;;;;;'''' ;;, `';,
|
||||
* ,[[ '[[, [[[ [[[ [[[,/[[[' ,[[ '[[, .n[[' [[cccc `[[ [[
|
||||
* c$$$cc$$$c $$$ $$$ $$$$$$c c$$$cc$$$c ,$$P" $$"""" $$, $$
|
||||
* 888 888,`88bo,__,o,`88bo,__,o, 888b "88bo,888 888,,888bo,_ 888oo,__ 888_,o8P'
|
||||
* YMM ""` "YUMMMMMP" "YUMMMMMP"MMMM "W" YMM ""` `""*UMM """"YUMMMMMMMP"`
|
||||
*/
|
||||
|
||||
@import url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/font/stylesheet.css'); /* Font */
|
||||
@import url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Cursor.css'); /* Cursor */
|
||||
@import url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Import.theme.css'); /* Main File */
|
||||
@import url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/LightImport.theme.css'); /* Light Part of Theme */
|
||||
|
||||
/* GLOBAL VARIABLES */
|
||||
:root {
|
||||
--color-high: rgb(218, 212, 187);
|
||||
--color-low: rgb(87, 84, 74);
|
||||
--color-mid: rgb(151, 147, 129);
|
||||
--color-alert: rgb(205, 102, 77);
|
||||
--color-high-trans: rgba(218, 212, 187, 0.8);
|
||||
--color-low-trans: rgba(87, 84, 74, 0.6);
|
||||
--color-alert-trans: rgba(205, 102, 77, 0.7);
|
||||
--nier-font: sce-ps3_rodin_latinregular;
|
||||
}
|
23
.config/Vencord/themes/SkeuoCord.theme.css
Normal file
23
.config/Vencord/themes/SkeuoCord.theme.css
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @name SkeuoCord
|
||||
* @author Marda33
|
||||
* @version Auto Update
|
||||
* @description A complete skeuomorphic overhaul for Discord.
|
||||
* @website https://github.com/Marda33/SkeuoCord
|
||||
* @source https://marda33.github.io/SkeuoCord/updates/SkeuoCordBase.css
|
||||
*/
|
||||
|
||||
@import url("https://marda33.github.io/SkeuoCord/updates/SkeuoCordBase.css");
|
||||
/*replace SkeuoCordBase with SkeuoCord_BGImport to use custom BG image*/
|
||||
|
||||
:root {
|
||||
/*User Avatar Border Radius Values - change all below to 999px for circle avatars, set back to default values for square avatars*/
|
||||
--maskradius: 2px !important; /*default: 2px*/
|
||||
--avatarradius: 3px !important; /*default: 3px*/
|
||||
--smallavatarradius: 2px !important; /*default: 2px*/
|
||||
--medavatarradius: 4px !important; /*default: 4px*/
|
||||
--largeavatarradius: 5px !important; /*default: 5px*/
|
||||
/*Custom BG - enter the link to the image you want to use as the app background, keep quotes*/
|
||||
--bg-image: url('here') center/cover no-repeat !important;
|
||||
/*------*/
|
||||
}
|
172
.config/Vencord/themes/comfy.theme.css
Normal file
172
.config/Vencord/themes/comfy.theme.css
Normal file
@@ -0,0 +1,172 @@
|
||||
/**
|
||||
* @name Comfy
|
||||
* @author Nyria#3863
|
||||
* @description Stay comfy while talking to your friends
|
||||
* @invite rtBQX5D3bD
|
||||
* @version 2.4
|
||||
* @donate https://ko-fi.com/nyria
|
||||
*/
|
||||
|
||||
@import "https://comfy-themes.github.io/Discord/betterdiscord/main.css";
|
||||
|
||||
/* ═══════『 ⚠️・Important tips 』═══════
|
||||
*
|
||||
* ➥ To comment or uncomment a line you need to put those "/" and "*" characters as you can see at the beginning and ending of my comments.
|
||||
* (You don't need to put a * at each line like I do, it's just for readability). See more here : https://developer.mozilla.org/en-US/docs/Web/CSS/Comments
|
||||
*
|
||||
* ➥ You can play with the values and see how it goes, don't delete "px" after the value if you don't have knowledge of CSS.
|
||||
*
|
||||
* ➥ To change the colors, replace the HEX code with the one you picked here : https://htmlcolorcodes.com
|
||||
*/
|
||||
|
||||
/* ═══════『 🚫 ・ No scrollbars 』- Comment the line below if you want the scrollbar back */
|
||||
@import "https://comfy-themes.github.io/Discord/betterdiscord/no-scrollbar.css";
|
||||
|
||||
/* ═══════『 🎵 ・ Better SpotifyControls seek bar 』- Comment the line below if you don't want this spotify bar */
|
||||
@import "https://comfy-themes.github.io/Discord/betterdiscord/better-spotify.css";
|
||||
|
||||
/* ═══════『 🎵 ・ Vencord Spotify Plugin 』- Comment the line below if you don't want this spotify bar FOR VENCORD */
|
||||
@import "https://comfy-themes.github.io/Discord/betterdiscord/vencord-spotify.css";
|
||||
|
||||
:root {
|
||||
/* ═══════『 💨 ・ Animations 』- If you don't want a high CPU usage, comment the line below */
|
||||
--disable-animations: 2s channel-unread infinite;
|
||||
|
||||
/* ═══════『 ⚙️ / 🎤 / 🎧 ・ User button 』═══════
|
||||
*
|
||||
* ➥ A higher value means more space between the icons and a lower ...
|
||||
*
|
||||
* ℹ️ : If you want to revert those to the old area, join the support server and check #css-snippets
|
||||
*
|
||||
*/
|
||||
|
||||
/* Spacing - Default value : 8px */
|
||||
--user-buttons-spacing: 8px;
|
||||
|
||||
/* Color - Default value : #096DC0 */
|
||||
--user-buttons-color: #096dc0;
|
||||
|
||||
/* ═══════『 ⭕ Roundness settings 』═══════
|
||||
*
|
||||
* ➥ A higher value means more rounded corners and a lower ...
|
||||
* 0 ➜ Square
|
||||
* 25 ➜ Circle
|
||||
*/
|
||||
|
||||
/* Avatars - Default value : 5px */
|
||||
--avatar-radius: 5px;
|
||||
|
||||
/* Status - Default value : 3px */
|
||||
--status-radius: 3px;
|
||||
|
||||
/* Servers - Default value : 8px */
|
||||
--server-radius: 8px;
|
||||
|
||||
/* ═══════『 😃 Colored emoji picker 』═══════
|
||||
* Change the value to "100%" if you want the default one */
|
||||
|
||||
--colored-emoji: grayscale(0%);
|
||||
|
||||
/* ═══════『 📜 Server/channel list 』═══════ */
|
||||
|
||||
/* Mention - Default value : #F04747 */
|
||||
--mention-color: #f04747;
|
||||
|
||||
/* Unread - Default value : #7289DA */
|
||||
--unread-color: #7289da;
|
||||
|
||||
/* 『 🔴 Mention colors in chat 』 */
|
||||
|
||||
/* Bar on the right - Default value : #C66262 */
|
||||
--mention-color-bar: #c66262;
|
||||
|
||||
/* Background - Default value : #C662621F */
|
||||
--mention-color-background: #c662621f;
|
||||
|
||||
/* On hover - Default value : #C6626226 */
|
||||
--mention-color-hover: #c6626226;
|
||||
|
||||
/* ═══════『 💬 Chat buttons 』═══════ */
|
||||
|
||||
/* Default value : #7289DA */
|
||||
--chat-buttons: #7289da;
|
||||
|
||||
/* ═══════『 💬 SpotifyControls seek bar 』═══════
|
||||
* ℹ️ : If you don't have the plugin : https://betterdiscord.app/plugin/SpotifyControls */
|
||||
|
||||
/* Default value : #1EDC62 */
|
||||
--spotify-color: #1edc62;
|
||||
|
||||
/* ═══════『 🟢 Status 』═══════ */
|
||||
|
||||
/* Online - Default value : #43B581 */
|
||||
--online: #43b581;
|
||||
|
||||
/* Idle - Default value : #FAA61A */
|
||||
--iddle: #faa61a;
|
||||
|
||||
/* Do Not Disturb - Default value : #F04747 */
|
||||
--dnd: #f04747;
|
||||
|
||||
/* Offline - Default value : #747F8D */
|
||||
--offline: #747f8d;
|
||||
|
||||
/* Streaming - Default value : #593695 */
|
||||
--streaming: #593695;
|
||||
|
||||
/* ═══════『 🔰 User popout 』═══════ */
|
||||
|
||||
/* Playing wave color */
|
||||
--playing: #7289da;
|
||||
|
||||
/* Listening wave color */
|
||||
--listening: #1db653;
|
||||
|
||||
/* Role circle - Default value : 5px */
|
||||
--role-circle: 5px;
|
||||
|
||||
/* ═══════『 🗑️ Discord logo 』═══════
|
||||
* Set it to "block" if you still want it */
|
||||
|
||||
--discord-logo: none;
|
||||
}
|
||||
|
||||
.theme-dark {
|
||||
--background-primary: #23283d;
|
||||
--background-secondary: #1e2233;
|
||||
--background-secondary-alt: #191f2e;
|
||||
--background-tertiary: #101320;
|
||||
--background-accent: #7289da;
|
||||
|
||||
--modal-background: #23283d;
|
||||
--background-mobile-primary: #23283d;
|
||||
--background-mobile-secondary: #1e2233;
|
||||
--channeltextarea-background: #191f2e;
|
||||
--background-message-hover: transparent;
|
||||
--background-modifier-hover: #00000010;
|
||||
--background-modifier-active: #0000001a;
|
||||
--background-modifier-selected: #0000001f;
|
||||
--deprecated-card-bg: #12141f63;
|
||||
--background-floating: #101320;
|
||||
--deprecated-quickswitcher-input-background: #101320;
|
||||
--elevation-low: none;
|
||||
--scrollbar-auto-thumb: #121722;
|
||||
--scrollbar-auto-track: #191f2e;
|
||||
--scrollbar-thin-thumb: #141925;
|
||||
--activity-card-background: #101320;
|
||||
--input-background: #1e2233;
|
||||
}
|
||||
|
||||
.theme-light {
|
||||
--background-primary: #23283d;
|
||||
--background-secondary: #1e2233;
|
||||
--background-secondary-alt: #191f2e;
|
||||
--background-tertiary: #101320;
|
||||
--background-accent: #7289da;
|
||||
--background-modifier-hover: #262b41;
|
||||
--background-modifier-active: #262b41;
|
||||
--modal-background: var(--background-primary);
|
||||
--header-primary: #fff;
|
||||
--header-secondary: #b1b5b9;
|
||||
--text-normal: #8e9297;
|
||||
}
|
25
.config/Vencord/themes/dyslexia.theme.css
Normal file
25
.config/Vencord/themes/dyslexia.theme.css
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* @name Dyslexia
|
||||
* @author Tropical#8908 & Qwerasd#5202
|
||||
* @version 1.0
|
||||
* @description A simple discord theme which makes the app more accommodating to people with dyslexia.
|
||||
* @source https://github.com/DiscordStyles/discord-dyslexia/
|
||||
*/
|
||||
|
||||
/* ----------------------------------------------------------------------- */
|
||||
|
||||
/* IMPORT SOURCE CODE */
|
||||
|
||||
@import url(https://discordstyles.github.io/discord-dyslexia/src/base.css);
|
||||
|
||||
/* ----------------------------------------------------------------------- */
|
||||
|
||||
/* SETTINGS */
|
||||
|
||||
:root {
|
||||
--word-spacing: 3px; /* Word spacing */
|
||||
--letter-spacing: 0.25px; /* Letter Spacing */
|
||||
--message-line-spacing: 2; /* Line spacing on messages */
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------- */
|
104
.config/Vencord/themes/surCord.theme.css
Normal file
104
.config/Vencord/themes/surCord.theme.css
Normal file
@@ -0,0 +1,104 @@
|
||||
/**
|
||||
* @name surCord
|
||||
* @author Vozer
|
||||
* @version 04.2023
|
||||
* @description A Discord theme inspired by Human Design.
|
||||
* @source https://github.com/SlippingGitty/surCord/
|
||||
* @website https://slippinggitty.github.io/
|
||||
*/
|
||||
|
||||
/*
|
||||
'c. discord@DiscordTheme.local
|
||||
,xNMM. -----------------------
|
||||
.OMMMMo OS: surCord 09.22 css
|
||||
OMMM0, Host: DiscordCanary0,1
|
||||
.;loddo:' loolloddol;. Kernel: 0.0.285
|
||||
cKMMMMMMMMMMNWMMMMMMMMMM0: Uptime: 09 hours, 15 mins
|
||||
.KMMMMMMMMMMMMMMMMMMMMMMMWd. Packages: 4800 (plugins)
|
||||
XMMMMMMMMMMMMMMMMMMMMMMMX. Shell: Powercord, BetterDiscord, BeautifulDiscord,
|
||||
;MMMMMMMMMMMMMMMMMMMMMMMM: Goosemod, Stylus
|
||||
:MMMMMMMMMMMMMMMMMMMMMMMM: DE: ImagineAPlace
|
||||
.MMMMMMMMMMMMMMMMMMMMMMMMX. WM: Vozer
|
||||
kMMMMMMMMMMMMMMMMMMMMMMMMWd. WM Theme: Blurple
|
||||
.XMMMMMMMMMMMMMMMMMMMMMMMMMMk Font: San Fransisco Display
|
||||
.XMMMMMMMMMMMMMMMMMMMMMMMMK. Memory: #7673MiB / 8192MiB
|
||||
kMMMMMMMMMMMMMMMMMMMMMMd
|
||||
;KMMMMMMMWXXWMMMMMMMk.
|
||||
.cooc,. .,coo:.
|
||||
*/
|
||||
|
||||
/*
|
||||
----------Accents---------
|
||||
> Only one Accent can be uncommented at a time.
|
||||
> Feel free to contribute https://github.com/SlippingGittys-Discord-Themes/surCord/tree/main/src/fixations/additions/ Accents
|
||||
*/
|
||||
|
||||
@import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/blue.css');
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/red.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/yellow.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/pink.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/materialblue.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/hatsune.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/nord.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/dracula.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/fuoco.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/tokyo.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/dark.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/apple.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/cyber.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/pluto.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/accents/joker.css'); */
|
||||
|
||||
/*
|
||||
----------Palettes---------
|
||||
> Only one Palette can be uncommenteed at a time.
|
||||
> Feel free to contribute https://github.com/SlippingGittys-Discord-Themes/surCord/tree/main/src/fixations/additions/themes
|
||||
*/
|
||||
|
||||
@import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/themes/default.css');
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/themes/amoled.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/themes/amoledc.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/themes/materialdark.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/themes/nordtheme.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/themes/dracula.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/themes/fuoco.css'); */
|
||||
/* @import url('https://slippinggittys-discord-Themes.github.io/surCord/src/fixations/additions/themes/tokyonight.css'); */
|
||||
|
||||
/*
|
||||
-----------Source---------
|
||||
> This is the core of the entire theme
|
||||
> It is essential that you do not touch this url, unless you know what you are doing.
|
||||
*/
|
||||
@import url('https://slippinggittys-discord-Themes.github.io/surCord/src/source.css');
|
||||
/*
|
||||
/*
|
||||
-----------Font---------
|
||||
> Uncomment the font-weight to enable San Fransisco Bold
|
||||
> Designed by Apple in California - https://developer.apple.com/fonts/
|
||||
*/
|
||||
|
||||
/* Uncomment the line below to use Apple's Emoji font */
|
||||
/* @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css); */
|
||||
|
||||
@import url("https://Cinnab0nBak3ry.github.io/AppleFontsCSS/Apple-fonts.css");
|
||||
|
||||
code, .codeBlockText-28BOxV, .codeLine-2C-9aH, .markup-eYLPri code.inline, .after_inlineCode-2_JXPm, .before_inlineCode-1zngJj, .inlineCode-ERyvy_ {
|
||||
font-family: "SF Mono",mono,monospace;
|
||||
}
|
||||
|
||||
* {
|
||||
--font-primary: -apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif;
|
||||
--font-display: -apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif;
|
||||
--font-headline: -apple-system,BlinkMacSystemFont,"SF Pro Display",sans-serif;
|
||||
text-rendering: optimizeLegibility;
|
||||
text-transform: none !important;
|
||||
letter-spacing: 0.015em;
|
||||
|
||||
/* font-weight: bold !important; */
|
||||
}
|
||||
|
||||
/*
|
||||
/////////////////////////////////////////
|
||||
//ADD YOUR OWN ADDITIONS BELLOW THIS LINE
|
||||
/////////////////////////////////////////
|
||||
*/
|
@@ -250,6 +250,8 @@ bar {
|
||||
}
|
||||
}
|
||||
|
||||
exec swayidle -w timeout 3600 'swaymsg "output * power off"' timeout 3605 'systemctl suspend' resume 'swaymsg "output * power on"'
|
||||
|
||||
|
||||
# network manager applet, show wifi etc.
|
||||
exec nm-applet
|
||||
|
Reference in New Issue
Block a user