···259259}
260260261261window-rule {
262262+ match app-id=r#"signal"#
263263+ open-on-workspace "comms"
264264+}
265265+266266+window-rule {
262267 match app-id=r#"Thunderbird"#
263268 open-on-workspace "comms"
264269}
-160
.config/vesktop/themes/custom.theme.css
···11-/**
22- * @name James's Custom Theme
33- * @description Custom personal theme for Vencord.
44- * @author james7132
55- * @version 1.0.0
66- * @authorI 151215593553395721
77- * @authorLink https://no-bull.sh
88-*/
99-1010-/* import theme modules */
1111-@import url('https://refact0r.github.io/system24/build/system24.css');
1212-/* block ads from Discord */
1313-@import url('https://codeberg.org/ridge/Discord-Adblock/raw/branch/main/discord-adblock.css');
1414-1515-body {
1616- /* font, change to '' for default discord font */
1717- --font: 'DM Mono'; /* change to '' for default discord font */
1818- --code-font: 'DM Mono'; /* change to '' for default discord font */
1919- font-weight: 500; /* text font weight. 300 is light, 400 is normal. DOES NOT AFFECT BOLD TEXT */
2020- letter-spacing: -0.05ch; /* decreases letter spacing for better readability. recommended on monospace fonts.*/
2121-2222- /* sizes */
2323- --gap: 2px; /* spacing between panels */
2424- --divider-thickness: 1px; /* thickness of unread messages divider and highlighted message borders */
2525- --border-thickness: 1px; /* thickness of borders around main panels. DOES NOT AFFECT OTHER BORDERS */
2626- --border-hover-transition: 0.2s ease; /* transition for borders when hovered */
2727-2828- /* animation/transition options */
2929- --animations: on; /* off: disable animations/transitions, on: enable animations/transitions */
3030- --list-item-transition: 0.2s ease; /* transition for list items */
3131- --dms-icon-svg-transition: 0.4s ease; /* transition for the dms icon */
3232-3333- /* top bar options */
3434- --top-bar-height: var(--gap); /* height of the top bar (discord default is 36px, old discord style is 24px, var(--gap) recommended if button position is set to titlebar) */
3535- --top-bar-button-position: titlebar; /* off: default position, hide: hide buttons completely, serverlist: move inbox button to server list, titlebar: move inbox button to channel titlebar (will hide title) */
3636- --top-bar-title-position: off; /* off: default centered position, hide: hide title completely, left: left align title (like old discord) */
3737- --subtle-top-bar-title: off; /* off: default, on: hide the icon and use subtle text color (like old discord) */
3838-3939- /* window controls */
4040- --custom-window-controls: off; /* off: default window controls, on: custom window controls */
4141- --window-control-size: 14px; /* size of custom window controls */
4242-4343- /* dms button options */
4444- --custom-dms-icon: off; /* off: use default discord icon, hide: remove icon entirely, custom: use custom icon */
4545- --dms-icon-svg-url: url(''); /* icon svg url. MUST BE A SVG. */
4646- --dms-icon-svg-size: 90%; /* size of the svg (css mask-size property) */
4747- --dms-icon-color-before: var(--icon-secondary); /* normal icon color */
4848- --dms-icon-color-after: var(--white); /* icon color when button is hovered/selected */
4949- --custom-dms-background: off; /* off to disable, image to use a background image (must set url variable below), color to use a custom color/gradient */
5050- --dms-background-image-url: url(''); /* url of the background image */
5151- --dms-background-image-size: cover; /* size of the background image (css background-size property) */
5252- --dms-background-color: linear-gradient(70deg, var(--blue-2), var(--purple-2), var(--red-2)); /* fixed color/gradient (css background property) */
5353-5454- /* background image options */
5555- --background-image: off; /* off: no background image, on: enable background image (must set url variable below) */
5656- --background-image-url: url(''); /* url of the background image */
5757-5858- /* transparency/blur options */
5959- /* NOTE: TO USE TRANSPARENCY/BLUR, YOU MUST HAVE TRANSPARENT BG COLORS. FOR EXAMPLE: --bg-4: hsla(220, 15%, 10%, 0.7); */
6060- --transparency-tweaks: off; /* off: no changes, on: remove some elements for better transparency */
6161- --remove-bg-layer: off; /* off: no changes, on: remove the base --bg-3 layer for use with window transparency (WILL OVERRIDE BACKGROUND IMAGE) */
6262- --panel-blur: off; /* off: no changes, on: blur the background of panels */
6363- --blur-amount: 12px; /* amount of blur */
6464- --bg-floating: var(--bg-3); /* set this to a more opaque color if floating panels look too transparent. only applies if panel blur is on */
6565-6666- /* other options */
6767- --small-user-panel: on; /* off: default user panel, on: smaller user panel like in old discord */
6868-6969- /* unrounding options */
7070- --unrounding: off; /* off: default, on: remove rounded corners from panels */
7171-7272- /* styling options */
7373- --custom-spotify-bar: on; /* off: default, on: custom text-like spotify progress bar */
7474- --ascii-titles: on; /* off: default, on: use ascii font for titles at the start of a channel */
7575- --ascii-loader: system24; /* off: default, system24: use system24 ascii loader, cats: use cats loader */
7676-7777- /* panel labels */
7878- --panel-labels: off; /* off: default, on: add labels to panels */
7979- --label-color: var(--text-muted); /* color of labels */
8080- --label-font-weight: 500; /* font weight of labels */
8181-}
8282-8383-/* color options */
8484-:root {
8585- --colors: on; /* off: discord default colors, on: midnight custom colors */
8686-8787- /* text colors */
8888- --text-0: var(--bg-4); /* text on colored elements */
8989- --text-1: oklch(95% 0 0); /* other normally white text */
9090- --text-2: oklch(85% 0 0); /* headings and important text */
9191- --text-3: oklch(75% 0 0); /* normal text */
9292- --text-4: oklch(60% 0 0); /* icon buttons and channels */
9393- --text-5: oklch(40% 0 0); /* muted channels/chats and timestamps */
9494-9595- /* background and dark colors */
9696- --bg-1: oklch(31% 0 0); /* dark buttons when clicked */
9797- --bg-2: oklch(27% 0 0); /* dark buttons */
9898- --bg-3: oklch(23% 0 0); /* spacing, secondary elements */
9999- --bg-4: oklch(19% 0 0); /* main background color */
100100- --hover: oklch(54% 0 0 / 0.1); /* channels and buttons when hovered */
101101- --active: oklch(54% 0 0 / 0.2); /* channels and buttons when clicked or selected */
102102- --active-2: oklch(54% 0 0 / 0.3); /* extra state for transparent buttons */
103103- --message-hover: var(--hover); /* messages when hovered */
104104-105105- /* accent colors */
106106- --accent-1: var(--blue-1); /* links and other accent text */
107107- --accent-2: var(--blue-2); /* small accent elements */
108108- --accent-3: var(--blue-3); /* accent buttons */
109109- --accent-4: var(--blue-4); /* accent buttons when hovered */
110110- --accent-5: var(--blue-5); /* accent buttons when clicked */
111111- --accent-new: var(--red-2); /* stuff that's normally red like mute/deafen buttons */
112112- --mention: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 90%) 40%, transparent); /* background of messages that mention you */
113113- --mention-hover: linear-gradient(to right, color-mix(in hsl, var(--accent-2), transparent 95%) 40%, transparent); /* background of messages that mention you when hovered */
114114- --reply: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 90%) 40%, transparent); /* background of messages that reply to you */
115115- --reply-hover: linear-gradient(to right, color-mix(in hsl, var(--text-3), transparent 95%) 40%, transparent); /* background of messages that reply to you when hovered */
116116-117117- /* status indicator colors */
118118- --online: var(--green-2); /* change to #40a258 for default */
119119- --dnd: var(--red-2); /* change to #d83a41 for default */
120120- --idle: var(--yellow-2); /* change to #cc954c for default */
121121- --streaming: var(--blue-2); /* change to ##9147ff for default */
122122- --offline: var(--text-4); /* change to #82838b for default offline color */
123123-124124- /* border colors */
125125- --border-light: var(--hover); /* general light border color */
126126- --border: var(--active); /* general normal border color */
127127- --border-hover: var(--accent-2); /* border color of panels when hovered */
128128- --button-border: hsl(220, 0%, 100%, 0.1); /* neutral border color of buttons */
129129-130130- /* base colors */
131131- --red-1: oklch(75% 0.13 0);
132132- --red-2: oklch(70% 0.13 0);
133133- --red-3: oklch(65% 0.13 0);
134134- --red-4: oklch(60% 0.13 0);
135135- --red-5: oklch(55% 0.13 0);
136136-137137- --green-1: oklch(75% 0.12 170);
138138- --green-2: oklch(70% 0.12 170);
139139- --green-3: oklch(65% 0.12 170);
140140- --green-4: oklch(60% 0.12 170);
141141- --green-5: oklch(55% 0.12 160);
142142-143143- --blue-1: oklch(75% 0.11 215);
144144- --blue-2: oklch(70% 0.11 215);
145145- --blue-3: oklch(65% 0.11 215);
146146- --blue-4: oklch(60% 0.11 215);
147147- --blue-5: oklch(55% 0.11 215);
148148-149149- --yellow-1: oklch(80% 0.12 90);
150150- --yellow-2: oklch(75% 0.12 90);
151151- --yellow-3: oklch(70% 0.12 90);
152152- --yellow-4: oklch(65% 0.12 90);
153153- --yellow-5: oklch(60% 0.12 90);
154154-155155- --purple-1: oklch(75% 0.12 310);
156156- --purple-2: oklch(70% 0.12 310);
157157- --purple-3: oklch(65% 0.12 310);
158158- --purple-4: oklch(60% 0.12 310);
159159- --purple-5: oklch(55% 0.12 310);
160160-}
+1-1
.config/vim/vimrc
···6767set term=$TERM " Set the terminal used
6868set noerrorbells " Disable error sounds
6969set visualbell " Show errors visually instead
7070-set shell=/bin/zsh " Set all shell executions to run in bash
7070+set shell=/usr/bin/fish " Set all shell executions to run in bash
7171set laststatus=2 " Always show statusline
72727373" Save all temporary files to a defined location: ~/.vim-tmp
-2
.config/waybar/config.jsonc
···33 "layer": "top", // Waybar at top layer
44 "position": "top", // Waybar position (top|bottom|left|right)
55 "height": 35, // Waybar height (to be removed for auto height)
66- // "width": 1280, // Waybar width
76 "spacing": 20, // Gaps between modules (4px)
87 "reload_style_on_change": true,
99- // Choose the order of the modules
108 "modules-left": [
119 "niri/workspaces",
1210 "niri/window",