34 Commits
Author SHA1 Message Date
Legrems 94c64e0609 Update bindings + keepass stuffs 2024-10-23 21:46:15 +02:00
Legrems e630d6b85a Merge branch 'master' into archtuf 2024-08-15 23:44:01 +02:00
Legrems b30e8135ef Update 15.08.2024 2024-08-15 23:39:49 +02:00
Legrems 9d84415002 Add new neovim config submodules 2024-08-15 16:13:54 +02:00
Legrems 7a6130cb81 Update 15.08.2024 2024-08-15 16:12:35 +02:00
Legrems 784f2d6ca3 Update prompt sorin 2024-06-19 18:14:17 +02:00
Legrems b1adc518b9 Update install script 2024-06-19 18:12:48 +02:00
Legrems 49420ede7e Update scripts + gitignore global 2024-06-13 22:32:21 +02:00
Legrems f5034cee38 Add tmux-pane-selection scripts + add keybinds (leader + h) 2024-06-10 16:47:21 +02:00
Legrems 6c408487f5 Add tmux session select shortcuts + scripts 2024-06-09 03:15:02 +02:00
Legrems cd1bd8041e Update scripts to master, remove old autoenv, use 540 yubi 2024-05-28 01:13:49 +02:00
Legrems c11b3f806a Merge branch 'master' into archtuf 2024-05-28 01:10:32 +02:00
Legrems c32d635378 Update scripts to master 2024-05-28 01:10:02 +02:00
Legrems 303b96997f Add scripts submodule 2024-05-28 01:08:37 +02:00
Legrems 8a8f8eba14 Remove scripts folder 2024-05-28 01:08:03 +02:00
Legrems 9bda4605f9 Update neovim to master 2024-05-28 00:35:52 +02:00
Legrems a8c9098959 Remove usage of swapescape for keyboard, gpgsign + gitignore global more things 2024-05-23 13:55:57 +02:00
Legrems 48b42495b2 Update neovim + script subfolder 2024-05-23 13:55:22 +02:00
Legrems 6a919b09e3 Update tmux.conf to match new tmux-sessionizer 2024-04-11 13:50:44 +02:00
Legrems bb922a8ac1 Add scripts submodule 2024-04-10 18:59:58 +02:00
Legrems daca5f4b90 Remove scrits from this repo 2024-04-10 18:56:53 +02:00
Legrems 06c3d86934 Remove unused scripts 2024-04-10 18:26:15 +02:00
Legrems 8533f6a3ab Update tmux-ssh-groups to use extra commands and multiple config files 2024-04-10 02:56:08 +02:00
Legrems 4db1976bcd Update theme 2024-04-04 12:51:24 +02:00
Legrems 84425c084a Tmux: Add binding to switch to last session 2023-09-06 16:54:19 +02:00
Legrems 747ab315f8 Update 21.07.23 2023-07-21 22:29:21 +02:00
Legrems b2b8ef0962 Merge branch 'p53' into archtuf 2023-06-06 11:34:12 +02:00
Legrems 29333e7ef3 Use neovim of p53 2023-06-06 11:32:03 +02:00
Legrems 12be1a489a WIP on archtuf 2023-06-06 10:55:13 +02:00
Legrems ad11b0727a Add neovim submodules 2023-06-05 01:44:54 +02:00
Legrems 111ea60970 Update 05.06.23 2023-06-05 01:25:39 +02:00
Legrems 0698c60a3d Update 2023-05-24 13:35:32 +02:00
Legrems e12fbd0689 Merge branch 'home' into p53 2023-05-05 11:27:54 +02:00
Legrems a9ec40568f Add Tmux-sessionizer, tmux-cht, tmux conf and alias for nvim 2023-05-05 10:23:40 +02:00
132 changed files with 2555 additions and 337 deletions
+9
View File
@@ -1,3 +1,12 @@
[submodule "neovim"]
path = neovim
url = https://github.com/Legrems/nv-chad.git
[submodule "scripts"]
path = scripts
url = git@github.com:Legrems/scripts.git
[submodule "scripts-hidden"]
path = scripts-hidden
url = git@github.com:Legrems/scripts-hidden.git
[submodule "neovim-config"]
path = neovim-config
url = git@github.com:Legrems/neovim-config.git
+5 -1
View File
@@ -53,7 +53,11 @@ URxvt.iso14755: false
URxvt.iso14755_52: false
!URxvt*font: xft:DejaVuSansMono:size=12:style=dzForPowerline
URxvt*font: xft:Courier New:size=12:style=dzForPowerline
! URxvt*font: xft:Courier New:size=12:style=dzForPowerline
URxvt*font: xft:JetBrainsMono Nerd Font:size=12
URxvt*boldFont: xft:JetBrainsMono Nerd Font:size=12
URxvt*italicFont: xft:JetBrainsMono Nerd Font:size=12
URxvt*boldItalicFont: xft:JetBrainsMono Nerd Font:size=12
URxvt.letterSpace: -1
!URxvt.keysym.Alt-Up: resize-font:bigger
!URxvt.keysym.Alt-Down: resize-font:smaller
+2 -2
View File
@@ -16,8 +16,8 @@ HISTCONTROL=ignoreboth
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000
HISTSIZE=10000000
HISTFILESIZE=10000000
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
+27
View File
@@ -0,0 +1,27 @@
import = ["/home/legrems/.config/alacritty/colors.toml", "/home/legrems/.config/alacritty/fonts.toml"]
live_config_reload = true
[cursor]
unfocused_hollow = false
[cursor.style]
blinking = "On"
shape = "Block"
[env]
TERM = "xterm-256color"
WINIT_X11_SCALE_FACTOR = "1.0"
[window]
decorations = "full"
dynamic_title = true
opacity = 0.97
startup_mode = "Windowed"
[window.dimensions]
columns = 82
lines = 24
[window.padding]
x = 8
y = 8
-53
View File
@@ -1,53 +0,0 @@
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
##
## Configuration for Alacritty, the GPU enhanced terminal emulator.
## It's a very basic and simple config file, for full configuration...
## See, /usr/share/doc/alacritty/example/alacritty.yml
## Import files (Colors, Fonts, Etc)
import:
- ~/.config/i3/alacritty/colors.yml
- ~/.config/i3/alacritty/fonts.yml
## Set environment variables
env:
TERM: alacritty
WINIT_X11_SCALE_FACTOR: '1.0'
## Terminal window settings
window:
dimensions:
columns: 82
lines: 24
padding:
x: 10
y: 10
decorations: full
startup_mode: Windowed
dynamic_title: true
## scrolling
history: 10000
multiplier: 3
## Background opacity
opacity: 0.92
## Cursor
cursor:
style:
shape: Block
blinking: On
unfocused_hollow: false
## Live config reload
live_config_reload: true
## Shell
#shell:
# program: /bin/zsh
# args:
# - --login
+23
View File
@@ -0,0 +1,23 @@
[colors.bright]
black = "#50545B"
blue = "#6CB8F9"
cyan = "#5FC0CC"
green = "#A2CD83"
magenta = "#D282E7"
red = "#EA757E"
white = "#B5BCC9"
yellow = "#EFCA84"
[colors.normal]
black = "#32363D"
blue = "#62AEEF"
cyan = "#55B6C2"
green = "#98C379"
magenta = "#C778DD"
red = "#E06B74"
white = "#ABB2BF"
yellow = "#E5C07A"
[colors.primary]
background = "#1E2128"
foreground = "#ABB2BF"
-29
View File
@@ -1,29 +0,0 @@
## Colors configuration
colors:
# Default colors
primary:
# background: '#282828'
background: '#000000'
foreground: '#ebdbb2'
# Normal colors
normal:
black: '#3C3C3C'
red: '#cc241d'
green: '#98971a'
yellow: '#d79921'
blue: '#458588'
magenta: '#b16286'
cyan: '#689d6a'
white: '#a89984'
# Bright colors
bright:
black: '#928374'
red: '#fb4934'
green: '#b8bb26'
yellow: '#fabd2f'
blue: '#83a598'
magenta: '#d3869b'
cyan: '#8ec07c'
white: '#ebdbb2'
@@ -0,0 +1,48 @@
colors:
# Default colors
primary:
background: '0x2c2c2c'
foreground: '0xd6d6d6'
dim_foreground: '0xdbdbdb'
bright_foreground: '0xd9d9d9'
dim_background: '0x202020' # not sure
bright_background: '0x3a3a3a' # not sure
# Cursor colors
cursor:
text: '0x2c2c2c'
cursor: '0xd9d9d9'
# Normal colors
normal:
black: '0x1c1c1c'
red: '0xbc5653'
green: '0x909d63'
yellow: '0xebc17a'
blue: '0x7eaac7'
magenta: '0xaa6292'
cyan: '0x86d3ce'
white: '0xcacaca'
# Bright colors
bright:
black: '0x636363'
red: '0xbc5653'
green: '0x909d63'
yellow: '0xebc17a'
blue: '0x7eaac7'
magenta: '0xaa6292'
cyan: '0x86d3ce'
white: '0xf7f7f7'
# Dim colors
dim:
black: '0x232323'
red: '0x74423f'
green: '0x5e6547'
yellow: '0x8b7653'
blue: '0x556b79'
magenta: '0x6e4962'
cyan: '0x5c8482'
white: '0x828282'
@@ -0,0 +1,32 @@
colors:
# Default colors
primary:
background: '0x292C3E'
foreground: '0xEBEBEB'
# Cursor colors
cursor:
text: '0xFF261E'
cursor: '0xFF261E'
# Normal colors
normal:
black: '0x0d0d0d'
red: '0xFF301B'
green: '0xA0E521'
yellow: '0xFFC620'
blue: '0x1BA6FA'
magenta: '0x8763B8'
cyan: '0x21DEEF'
white: '0xEBEBEB'
# Bright colors
bright:
black: '0x6D7070'
red: '0xFF4352'
green: '0xB8E466'
yellow: '0xFFD750'
blue: '0x1BA6FA'
magenta: '0xA578EA'
cyan: '0x73FBF1'
white: '0xFEFEF8'
@@ -0,0 +1,28 @@
# Colors (Ayu Dark)
colors:
# Default colors
primary:
background: '0x0A0E14'
foreground: '0xB3B1AD'
# Normal colors
normal:
black: '0x01060E'
red: '0xEA6C73'
green: '0x91B362'
yellow: '0xF9AF4F'
blue: '0x53BDFA'
magenta: '0xFAE994'
cyan: '0x90E1C6'
white: '0xC7C7C7'
# Bright colors
bright:
black: '0x686868'
red: '0xF07178'
green: '0xC2D94C'
yellow: '0xFFB454'
blue: '0x59C2FF'
magenta: '0xFFEE99'
cyan: '0x95E6CB'
white: '0xFFFFFF'
@@ -0,0 +1,33 @@
# Colors (Base16 Default Dark)
colors:
# Default colors
primary:
background: '0x181818'
foreground: '0xd8d8d8'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0xd8d8d8'
cursor: '0xd8d8d8'
# Normal colors
normal:
black: '0x181818'
red: '0xab4642'
green: '0xa1b56c'
yellow: '0xf7ca88'
blue: '0x7cafc2'
magenta: '0xba8baf'
cyan: '0x86c1b9'
white: '0xd8d8d8'
# Bright colors
bright:
black: '0x585858'
red: '0xab4642'
green: '0xa1b56c'
yellow: '0xf7ca88'
blue: '0x7cafc2'
magenta: '0xba8baf'
cyan: '0x86c1b9'
white: '0xf8f8f8'
@@ -0,0 +1,28 @@
# Colors (Blood Moon)
colors:
# Default colors
primary:
background: '0x10100E'
foreground: '0xC6C6C4'
# Normal colors
normal:
black: '0x10100E'
red: '0xC40233'
green: '0x009F6B'
yellow: '0xFFD700'
blue: '0x0087BD'
magenta: '0x9A4EAE'
cyan: '0x20B2AA'
white: '0xC6C6C4'
# Bright colors
bright:
black: '0x696969'
red: '0xFF2400'
green: '0x03C03C'
yellow: '0xFDFF00'
blue: '0x007FFF'
magenta: '0xFF1493'
cyan: '0x00CCCC'
white: '0xFFFAFA'
@@ -0,0 +1,44 @@
# KDE Breeze (Ported from Konsole)
colors:
# Default colors
primary:
background: '0x232627'
foreground: '0xfcfcfc'
dim_foreground: '0xeff0f1'
bright_foreground: '0xffffff'
dim_background: '0x31363b'
bright_background: '0x000000'
# Normal colors
normal:
black: '0x232627'
red: '0xed1515'
green: '0x11d116'
yellow: '0xf67400'
blue: '0x1d99f3'
magenta: '0x9b59b6'
cyan: '0x1abc9c'
white: '0xfcfcfc'
# Bright colors
bright:
black: '0x7f8c8d'
red: '0xc0392b'
green: '0x1cdc9a'
yellow: '0xfdbc4b'
blue: '0x3daee9'
magenta: '0x8e44ad'
cyan: '0x16a085'
white: '0xffffff'
# Dim colors
dim:
black: '0x31363b'
red: '0x783228'
green: '0x17a262'
yellow: '0xb65619'
blue: '0x1b668f'
magenta: '0x614a73'
cyan: '0x186c60'
white: '0x63686d'
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0xf3f3f3'
foreground: '0x707070'
# Normal colors
normal:
black: '0xd3d3d3'
red: '0xef6b7b'
green: '0xa1d569'
yellow: '0xf59335'
blue: '0x4ec2e8'
magenta: '0xfec7cd'
cyan: '0x95c1c0'
white: '0x707070'
# Bright colors
bright:
black: '0xb3b3b3'
red: '0xed5466'
green: '0xafdb80'
yellow: '0xf59335'
blue: '0x5dc7ea'
magenta: '0xd2a4b4'
cyan: '0x75a1a0'
white: '0x909090'
@@ -0,0 +1,28 @@
# Campbell (Windows 10 default)
colors:
# Default colors
primary:
background: '0x0c0c0c'
foreground: '0xcccccc'
# Normal colors
normal:
black: '0x0c0c0c'
red: '0xc50f1f'
green: '0x13a10e'
yellow: '0xc19c00'
blue: '0x0037da'
magenta: '0x881798'
cyan: '0x3a96dd'
white: '0xcccccc'
# Bright colors
bright:
black: '0x767676'
red: '0xe74856'
green: '0x16c60c'
yellow: '0xf9f1a5'
blue: '0x3b78ff'
magenta: '0xb4009e'
cyan: '0x61d6d6'
white: '0xf2f2f2'
@@ -0,0 +1,31 @@
# Colors (Challenger Deep)
colors:
# Default colors
primary:
background: '0x1e1c31'
foreground: '0xcbe1e7'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0xff271d'
cursor: '0xfbfcfc'
# Normal colors
normal:
black: '0x141228'
red: '0xff5458'
green: '0x62d196'
yellow: '0xffb378'
blue: '0x65b2ff'
magenta: '0x906cff'
cyan: '0x63f2f1'
white: '0xa6b3cc'
# Bright colors
bright:
black: '0x565575'
red: '0xff8080'
green: '0x95ffa4'
yellow: '0xffe9aa'
blue: '0x91ddff'
magenta: '0xc991e1'
cyan: '0xaaffe4'
white: '0xcbe3e7'
@@ -0,0 +1,34 @@
# From the famous Cobalt2 sublime theme
# Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2
colors:
# Default colors
primary:
background: '0x122637'
foreground: '0xffffff'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x122637'
cursor: '0xf0cb09'
# Normal colors
normal:
black: '0x000000'
red: '0xff0000'
green: '0x37dd21'
yellow: '0xfee409'
blue: '0x1460d2'
magenta: '0xff005d'
cyan: '0x00bbbb'
white: '0xbbbbbb'
# Bright colors
bright:
black: '0x545454'
red: '0xf40d17'
green: '0x3bcf1d'
yellow: '0xecc809'
blue: '0x5555ff'
magenta: '0xff55ff'
cyan: '0x6ae3f9'
white: '0xffffff'
@@ -0,0 +1,34 @@
# Cyber Punk Neon
# Source: https://github.com/Roboron3042/Cyberpunk-Neon
colors:
# Default colors
primary:
background: "0x000b1e"
foreground: "0x0abdc6"
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: "0x000b1e"
cursor: "0x0abdc6"
# Normal colors
normal:
black: "0x123e7c"
red: "0xff0000"
green: "0xd300c4"
yellow: "0xf57800"
blue: "0x123e7c"
magenta: "0x711c91"
cyan: "0x0abdc6"
white: "0xd7d7d5"
# Bright colors
bright:
black: "0x1c61c2"
red: "0xff0000"
green: "0xd300c4"
yellow: "0xf57800"
blue: "0x00ff00"
magenta: "0x711c91"
cyan: "0x0abdc6"
white: "0xd7d7d5"
@@ -0,0 +1,29 @@
# Colors (Konsole's Dark Pastels)
colors:
# Default colors
primary:
background: '0x2C2C2C'
foreground: '0xDCDCCC'
# Normal colors
normal:
black: '0x3F3F3F'
red: '0x705050'
green: '0x60B48A'
yellow: '0xDFAF8F'
blue: '0x9AB8D7'
magenta: '0xDC8CC3'
cyan: '0x8CD0D3'
white: '0xDCDCCC'
# Bright colors
bright:
black: '0x709080'
red: '0xDCA3A3'
green: '0x72D5A3'
yellow: '0xF0DFAF'
blue: '0x94BFF3'
magenta: '0xEC93D3'
cyan: '0x93E0E3'
white: '0xFFFFFF'
+27
View File
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x181b20'
foreground: '0x9b9081'
# Normal colors
normal:
black: '0x353535'
red: '0x744b40'
green: '0x6d6137'
yellow: '0x765636'
blue: '0x61564b'
magenta: '0x6b4a49'
cyan: '0x435861'
white: '0xb3b3b3'
# Bright colors
bright:
black: '0x5f5f5f'
red: '0x785850'
green: '0x6f6749'
yellow: '0x776049'
blue: '0x696057'
magenta: '0x6f5a59'
cyan: '0x525f66'
white: '0xcdcdcd'
@@ -0,0 +1,17 @@
# Colors (Doom One)
colors:
# Default colors
primary:
background: '0x282c34'
foreground: '0xbbc2cf'
# Normal colors
normal:
black: '0x282c34'
red: '0xff6c6b'
green: '0x98be65'
yellow: '0xecbe7b'
blue: '0x51afef'
magenta: '0xc678dd'
cyan: '0x46d9ff'
white: '0xbbc2cf'
@@ -0,0 +1,28 @@
# Colors (Dracula)
colors:
# Default colors
primary:
background: '0x282a36'
foreground: '0xf8f8f2'
# Normal colors
normal:
black: '0x000000'
red: '0xff5555'
green: '0x50fa7b'
yellow: '0xf1fa8c'
blue: '0xbd93f9'
magenta: '0xff79c6'
cyan: '0x8be9fd'
white: '0xbbbbbb'
# Bright colors
bright:
black: '0x555555'
red: '0xff5555'
green: '0x50fa7b'
yellow: '0xf1fa8c'
blue: '0xcaa9fa'
magenta: '0xff79c6'
cyan: '0x8be9fd'
white: '0xffffff'
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x181512'
foreground: '0xbea492'
# Normal colors
normal:
black: '0x332d29'
red: '0x8c644c'
green: '0x746c48'
yellow: '0x908a66'
blue: '0x646a6d'
magenta: '0x605655'
cyan: '0x4b5c5e'
white: '0x504339'
# Bright colors
bright:
black: '0x817267'
red: '0x9f7155'
green: '0x857b52'
yellow: '0x9c956e'
blue: '0x71777a'
magenta: '0x656565'
cyan: '0x556d70'
white: '0x9a875f'
@@ -0,0 +1,34 @@
# falcon colorscheme for alacritty
# by fenetikm, https://github.com/fenetikm/falcon
colors:
# Default colors
primary:
background: '0x020221'
foreground: '0xb4b4b9'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x020221'
cursor: '0xffe8c0'
# Normal colors
normal:
black: '0x000004'
red: '0xff3600'
green: '0x718e3f'
yellow: '0xffc552'
blue: '0x635196'
magenta: '0xff761a'
cyan: '0x34bfa4'
white: '0xb4b4b9'
# Bright colors
bright:
black: '0x020221'
red: '0xff8e78'
green: '0xb1bf75'
yellow: '0xffd392'
blue: '0x99a4bc'
magenta: '0xffb07b'
cyan: '0x8bccbf'
white: '0xf8f8ff'
@@ -0,0 +1,25 @@
colors:
primary:
background: '0x272a34'
foreground: '0xFFFFFF'
normal:
black: '0x1F2229'
red: '0xEC0101'
green: '0x47D4B9'
yellow: '0xFF8A18'
blue: '0x277FFF'
magenta: '0xD71655'
cyan: '0x05A1F7'
white: '0xFFFFFF'
bright:
black: '0x1F2229'
red: '0xD41919'
green: '0x5EBDAB'
yellow: '0xFEA44C'
blue: '0x367bf0'
magenta: '0xBF2E5D'
cyan: '0x49AEE6'
white: '0xFFFFFF'
@@ -0,0 +1,28 @@
# Colors (Gotham)
colors:
# Default colors
primary:
background: '0x0a0f14'
foreground: '0x98d1ce'
# Normal colors
normal:
black: '0x0a0f14'
red: '0xc33027'
green: '0x26a98b'
yellow: '0xedb54b'
blue: '0x195465'
magenta: '0x4e5165'
cyan: '0x33859d'
white: '0x98d1ce'
# Bright colors
bright:
black: '0x10151b'
red: '0xd26939'
green: '0x081f2d'
yellow: '0x245361'
blue: '0x093748'
magenta: '0x888ba5'
cyan: '0x599caa'
white: '0xd3ebe9'
@@ -0,0 +1,30 @@
# Colors (Gruvbox dark)
colors:
# Default colors
primary:
# hard contrast: background = '0x1d2021'
background: '0x282828'
# soft contrast: background = '0x32302f'
foreground: '0xebdbb2'
# Normal colors
normal:
black: '0x282828'
red: '0xcc241d'
green: '0x98971a'
yellow: '0xd79921'
blue: '0x458588'
magenta: '0xb16286'
cyan: '0x689d6a'
white: '0xa89984'
# Bright colors
bright:
black: '0x928374'
red: '0xfb4934'
green: '0xb8bb26'
yellow: '0xfabd2f'
blue: '0x83a598'
magenta: '0xd3869b'
cyan: '0x8ec07c'
white: '0xebdbb2'
@@ -0,0 +1,30 @@
# Colors (Gruvbox light)
colors:
# Default colors
primary:
# hard contrast: background = '0xf9f5d7'
background: '0xfbf1c7'
# soft contrast: background = '0xf2e5bc'
foreground: '0x3c3836'
# Normal colors
normal:
black: '0xfbf1c7'
red: '0xcc241d'
green: '0x98971a'
yellow: '0xd79921'
blue: '0x458588'
magenta: '0xb16286'
cyan: '0x689d6a'
white: '0x7c6f64'
# Bright colors
bright:
black: '0x928374'
red: '0x9d0006'
green: '0x79740e'
yellow: '0xb57614'
blue: '0x076678'
magenta: '0x8f3f71'
cyan: '0x427b58'
white: '0x3c3836'
@@ -0,0 +1,26 @@
# Colors (Gruvbox Material Dark Medium)
colors:
primary:
background: '0x282828'
foreground: '0xdfbf8e'
normal:
black: '0x665c54'
red: '0xea6962'
green: '0xa9b665'
yellow: '0xe78a4e'
blue: '0x7daea3'
magenta: '0xd3869b'
cyan: '0x89b482'
white: '0xdfbf8e'
bright:
black: '0x928374'
red: '0xea6962'
green: '0xa9b665'
yellow: '0xe3a84e'
blue: '0x7daea3'
magenta: '0xd3869b'
cyan: '0x89b482'
white: '0xdfbf8e'
@@ -0,0 +1,33 @@
# Colors (High Contrast)
colors:
# Default colors
primary:
background: '0x444444'
foreground: '0xdddddd'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0xaaaaaa'
cursor: '0xffffff'
# Normal colors
normal:
black: '0x000000'
red: '0xff0000'
green: '0x00ff00'
yellow: '0xffff00'
blue: '0x0000ff'
magenta: '0xff00ff'
cyan: '0x00ffff'
white: '0xffffff'
# Bright colors
bright:
black: '0x000000'
red: '0xff0000'
green: '0x00ff00'
yellow: '0xffff00'
blue: '0x0000ff'
magenta: '0xff00ff'
cyan: '0x00ffff'
white: '0xffffff'
@@ -0,0 +1,28 @@
# Colors (Horizon Dark)
colors:
# Primary colors
primary:
background: '0x1c1e26'
foreground: '0xe0e0e0'
# Normal colors
normal:
black: '0x16161c'
red: '0xe95678'
green: '0x29d398'
yellow: '0xfab795'
blue: '0x26bbd9'
magenta: '0xee64ac'
cyan: '0x59e1e3'
white: '0xd5d8da'
# Bright colors
bright:
black: '0x5b5858'
red: '0xec6a88'
green: '0x3fdaa4'
yellow: '0xfbc3a7'
blue: '0x3fc4de'
magenta: '0xf075b5'
cyan: '0x6be4e6'
white: '0xd5d8da'
+27
View File
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x161616'
foreground: '0xffffff'
# Normal colors
normal:
black: '0x222222'
red: '0xe84f4f'
green: '0xb7ce42'
yellow: '0xfea63c'
blue: '0x66aabb'
magenta: '0xb7416e'
cyan: '0x6d878d'
white: '0xdddddd'
# Bright colors
bright:
black: '0x666666'
red: '0xd23d3d'
green: '0xbde077'
yellow: '0xffe863'
blue: '0xaaccbb'
magenta: '0xe16a98'
cyan: '0x42717b'
white: '0xcccccc'
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x1d1f21'
foreground: '0xc5c8c6'
# Normal colors
normal:
black: '0x282a2e'
red: '0xa54242'
green: '0x8c9440'
yellow: '0xde935f'
blue: '0x5f819d'
magenta: '0x85678f'
cyan: '0x5e8d87'
white: '0x707880'
# Bright colors
bright:
black: '0x373b41'
red: '0xcc6666'
green: '0xb5bd68'
yellow: '0xf0c674'
blue: '0x81a2be'
magenta: '0xb294bb'
cyan: '0x8abeb7'
white: '0xc5c8c6'
@@ -0,0 +1,31 @@
# Colors (Hyper)
colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xffffff'
cursor:
text: '0xF81CE5'
cursor: '0xffffff'
# Normal colors
normal:
black: '0x000000'
red: '0xfe0100'
green: '0x33ff00'
yellow: '0xfeff00'
blue: '0x0066ff'
magenta: '0xcc00ff'
cyan: '0x00ffff'
white: '0xd0d0d0'
# Bright colors
bright:
black: '0x808080'
red: '0xfe0100'
green: '0x33ff00'
yellow: '0xfeff00'
blue: '0x0066ff'
magenta: '0xcc00ff'
cyan: '0x00ffff'
white: '0xFFFFFF'
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x232323'
foreground: '0xa0a0a0'
# Normal colors
normal:
black: '0x303030'
red: '0xd370a3'
green: '0x6d9e3f'
yellow: '0xb58858'
blue: '0x6095c5'
magenta: '0xac7bde'
cyan: '0x3ba275'
white: '0xcfcfcf'
# Bright colors
bright:
black: '0x686868'
red: '0xffa7da'
green: '0xa3d572'
yellow: '0xefbd8b'
blue: '0x98cbfe'
magenta: '0xe5b0ff'
cyan: '0x75daa9'
white: '0xffffff'
@@ -0,0 +1,28 @@
# Colors (iTerm 2 default theme)
colors:
# Default colors
primary:
background: '0x101421'
foreground: '0xfffbf6'
# Normal colors
normal:
black: '0x2e2e2e'
red: '0xeb4129'
green: '0xabe047'
yellow: '0xf6c744'
blue: '0x47a0f3'
magenta: '0x7b5cb0'
cyan: '0x64dbed'
white: '0xe5e9f0'
# Bright colors
bright:
black: '0x565656'
red: '0xec5357'
green: '0xc0e17d'
yellow: '0xf9da6a'
blue: '0x49a4f8'
magenta: '0xa47de9'
cyan: '0x99faf2'
white: '0xffffff'
+27
View File
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x1e1e1e'
foreground: '0xffffff'
# Normal colors
normal:
black: '0x5a7260'
red: '0x8f423c'
green: '0xbbbb88'
yellow: '0xf9d25b'
blue: '0xe0ba69'
magenta: '0x709289'
cyan: '0xd13516'
white: '0xefe2e0'
# Bright colors
bright:
black: '0x8da691'
red: '0xeeaa88'
green: '0xccc68d'
yellow: '0xeedd99'
blue: '0xc9b957'
magenta: '0xffcbab'
cyan: '0xc25431'
white: '0xf9f1ed'
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x1b1b1b'
foreground: '0xffffff'
# Normal colors
normal:
black: '0x3d3d3d'
red: '0x6673bf'
green: '0x3ea290'
yellow: '0xb0ead9'
blue: '0x31658c'
magenta: '0x596196'
cyan: '0x8292b2'
white: '0xc8cacc'
# Bright colors
bright:
black: '0x4d4d4d'
red: '0x899aff'
green: '0x52ad91'
yellow: '0x98c9bb'
blue: '0x477ab3'
magenta: '0x7882bf'
cyan: '0x95a7cc'
white: '0xedeff2'
@@ -0,0 +1,51 @@
# Color theme ported from Konsole: Linux colors
colors:
primary:
foreground: '0xe3e3e3'
bright_foreground: '0xffffff'
dim_foreground: '0xe3e3e3'
background: '0x1f1f1f'
bright_background: '0x686868' # not sure
dim_background: '0x1f1f1f' # not sure
cursor:
text: '0x191622'
cursor: '0xf8f8f2'
search:
matches:
foreground: '0xb2b2b2'
background: '0xb26818'
focused_match:
foreground: CellBackground
background: CellForeground
normal:
black: '0x000000'
red: '0xb21818'
green: '0x18b218'
yellow: '0xb26818'
blue: '0x1818b2'
magenta: '0xb218b2'
cyan: '0x18b2b2'
white: '0xb2b2b2'
bright:
black: '0x686868'
red: '0xff5454'
green: '0x54ff54'
yellow: '0xffff54'
blue: '0x5454ff'
magenta: '0xff54ff'
cyan: '0x54ffff'
white: '0xffffff'
dim:
black: '0x000000'
red: '0xb21818'
green: '0x18b218'
yellow: '0xb26818'
blue: '0x1818b2'
magenta: '0xb218b2'
cyan: '0x18b2b2'
white: '0xb2b2b2'
@@ -0,0 +1,33 @@
# Colors (Dim)
colors:
# Default colors
primary:
background: '0x333333'
foreground: '0xdddddd'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0xaaaaaa'
cursor: '0xffffff'
# Normal colors
normal:
black: '0x000000'
red: '0xbb0000'
green: '0x00bb00'
yellow: '0xbbbb00'
blue: '0x0000bb'
magenta: '0xbb00bb'
cyan: '0x00bbbb'
white: '0xbbbbbb'
# Bright colors
bright:
black: '0x000000'
red: '0xbb0000'
green: '0x00bb00'
yellow: '0xbbbb00'
blue: '0x0000bb'
magenta: '0xbb00bb'
cyan: '0x00bbbb'
white: '0xbbbbbb'
@@ -0,0 +1,28 @@
# Colors (Material Theme)
colors:
# Default colors
primary:
background: '0x1e282d'
foreground: '0xc4c7d1'
# Normal colors
normal:
black: '0x666666'
red: '0xeb606b'
green: '0xc3e88d'
yellow: '0xf7eb95'
blue: '0x80cbc4'
magenta: '0xff2f90'
cyan: '0xaeddff'
white: '0xffffff'
# Bright colors
bright:
black: '0xff262b'
red: '0xeb606b'
green: '0xc3e88d'
yellow: '0xf7eb95'
blue: '0x7dc6bf'
magenta: '0x6c71c4'
cyan: '0x35434d'
white: '0xffffff'
@@ -0,0 +1,28 @@
# Colors (Material Theme)
colors:
# Default colors
primary:
background: '0x1e282d'
foreground: '0xc4c7d1'
# Normal colors
normal:
black: '0x666666'
red: '0xeb606b'
green: '0xc3e88d'
yellow: '0xf7eb95'
blue: '0x80cbc4'
magenta: '0xff2f90'
cyan: '0xaeddff'
white: '0xffffff'
# Bright colors
bright:
black: '0xa1a1a1'
red: '0xeb606b'
green: '0xc3e88d'
yellow: '0xf7eb95'
blue: '0x7dc6bf'
magenta: '0x6c71c4'
cyan: '0x35434d'
white: '0xffffff'
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x272822'
foreground: '0xf1ebeb'
# Normal colors
normal:
black: '0x48483e'
red: '0xdc2566'
green: '0x8fc029'
yellow: '0xd4c96e'
blue: '0x55bcce'
magenta: '0x9358fe'
cyan: '0x56b7a5'
white: '0xacada1'
# Bright colors
bright:
black: '0x76715e'
red: '0xfa2772'
green: '0xa7e22e'
yellow: '0xe7db75'
blue: '0x66d9ee'
magenta: '0xae82ff'
cyan: '0x66efd5'
white: '0xcfd0c2'
+27
View File
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x021b21'
foreground: '0xe8dfd6'
# Normal colors
normal:
black: '0x032c36'
red: '0xc2454e'
green: '0x7cbf9e'
yellow: '0x8a7a63'
blue: '0x2e3340'
magenta: '0xff5879'
cyan: '0x44b5b1'
white: '0xf2f1b9'
# Bright colors
bright:
black: '0x065f73'
red: '0xef5847'
green: '0xa2d9b1'
yellow: '0xbeb090'
blue: '0x61778d'
magenta: '0xff99a1'
cyan: '0x9ed9d8'
white: '0xf6f6c9'
@@ -0,0 +1,28 @@
# Colors (Nord)
colors:
# Default colors
primary:
background: '0x2E3440'
foreground: '0xD8DEE9'
# Normal colors
normal:
black: '0x3B4252'
red: '0xBF616A'
green: '0xA3BE8C'
yellow: '0xEBCB8B'
blue: '0x81A1C1'
magenta: '0xB48EAD'
cyan: '0x88C0D0'
white: '0xE5E9F0'
# Bright colors
bright:
black: '0x4C566A'
red: '0xBF616A'
green: '0xA3BE8C'
yellow: '0xEBCB8B'
blue: '0x81A1C1'
magenta: '0xB48EAD'
cyan: '0x8FBCBB'
white: '0xECEFF4'
@@ -0,0 +1,28 @@
# Colors (Oceanic Next)
colors:
# Default colors
primary:
background: '0x1b2b34'
foreground: '0xd8dee9'
# Normal colors
normal:
black: '0x29414f'
red: '0xec5f67'
green: '0x99c794'
yellow: '0xfac863'
blue: '0x6699cc'
magenta: '0xc594c5'
cyan: '0x5fb3b3'
white: '0x65737e'
# Bright colors
bright:
black: '0x405860'
red: '0xec5f67'
green: '0x99c794'
yellow: '0xfac863'
blue: '0x6699cc'
magenta: '0xc594c5'
cyan: '0x5fb3b3'
white: '0xadb5c0'
+38
View File
@@ -0,0 +1,38 @@
colors:
primary:
background: '0x191622'
foreground: '0xe1e1e6'
cursor:
text: '0x191622'
cursor: '0xf8f8f2'
normal:
black: '0x000000'
red: '0xff5555'
green: '0x50fa7b'
yellow: '0xeffa78'
blue: '0xbd93f9'
magenta: '0xff79c6'
cyan: '0x8d79ba'
white: '0xbfbfbf'
bright:
black: '0x4d4d4d'
red: '0xff6e67'
green: '0x5af78e'
yellow: '0xeaf08d'
blue: '0xcaa9fa'
magenta: '0xff92d0'
cyan: '0xaa91e3'
white: '0xe6e6e6'
dim:
black: '0x000000'
red: '0xa90000'
green: '0x049f2b'
yellow: '0xa3b106'
blue: '0x530aba'
magenta: '0xbb006b'
cyan: '0x433364'
white: '0x5f5f5f'
@@ -0,0 +1,28 @@
# Colors (One Dark)
colors:
# Default colors
primary:
background: '0x1e2127'
foreground: '0xabb2bf'
# Normal colors
normal:
black: '0x1e2127'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0xabb2bf'
# Bright colors
bright:
black: '0x5c6370'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0xffffff'
@@ -0,0 +1,30 @@
# iTerm2 Material Design - Palenight theme for Alacritty
# Source : https://github.com/JonathanSpeek/palenight-iterm2
colors:
# Default colors
primary:
background: '0x292d3e'
foreground: '0xd0d0d0'
# Normal colors
normal:
black: '0x292d3e'
red: '0xf07178'
green: '0xc3e88d'
yellow: '0xffcb6b'
blue: '0x82aaff'
magenta: '0xc792ea'
cyan: '0x89ddff'
white: '0xd0d0d0'
# Bright colors
bright:
black: '0x434758'
red: '0xff8b92'
green: '0xddffa7'
yellow: '0xffe585'
blue: '0x9cc4ff'
magenta: '0xe1acff'
cyan: '0xa3f7ff'
white: '0xffffff'
@@ -0,0 +1,32 @@
# Colors (PaperColor - Light)
colors:
# Default colors
primary:
background: '0xeeeeee'
foreground: '0x878787'
cursor:
text: '0xeeeeee'
cursor: '0x878787'
# Normal colors
normal:
black: '0xeeeeee'
red: '0xaf0000'
green: '0x008700'
yellow: '0x5f8700'
blue: '0x0087af'
magenta: '0x878787'
cyan: '0x005f87'
white: '0x444444'
# Bright colors
bright:
black: '0xbcbcbc'
red: '0xd70000'
green: '0xd70087'
yellow: '0x8700af'
blue: '0xd75f00'
magenta: '0xd75f00'
cyan: '0x005faf'
white: '0x005f87'
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x151515'
foreground: '0x888888'
# Normal colors
normal:
black: '0x292929'
red: '0xcf6a4c'
green: '0x19cb00'
yellow: '0xfad07a'
blue: '0x8197bf'
magenta: '0x8787af'
cyan: '0x668799'
white: '0x888888'
# Bright colors
bright:
black: '0x525252'
red: '0xff9d80'
green: '0x23fd00'
yellow: '0xffefbf'
blue: '0xaccaff'
magenta: '0xc4c4ff'
cyan: '0x80bfaf'
white: '0xe8e8d3'
@@ -0,0 +1,26 @@
# Colors (Pencil Dark)
colors:
# Default Colors
primary:
background: '0x212121'
foreground: '0xf1f1f1'
# Normal colors
normal:
black: '0x212121'
red: '0xc30771'
green: '0x10a778'
yellow: '0xa89c14'
blue: '0x008ec4'
magenta: '0x523c79'
cyan: '0x20a5ba'
white: '0xe0e0e0'
# Bright colors
bright:
black: '0x818181'
red: '0xfb007a'
green: '0x5fd7af'
yellow: '0xf3e430'
blue: '0x20bbfc'
magenta: '0x6855de'
cyan: '0x4fb8cc'
white: '0xf1f1f1'
@@ -0,0 +1,26 @@
# Colors (Pencil Light)
colors:
# Default Colors
primary:
background: '0xf1f1f1'
foreground: '0x424242'
# Normal colors
normal:
black: '0x212121'
red: '0xc30771'
green: '0x10a778'
yellow: '0xa89c14'
blue: '0x008ec4'
magenta: '0x523c79'
cyan: '0x20a5ba'
white: '0xe0e0e0'
# Bright colors
bright:
black: '0x212121'
red: '0xfb007a'
green: '0x5fd7af'
yellow: '0xf3e430'
blue: '0x20bbfc'
magenta: '0x6855de'
cyan: '0x4fb8cc'
white: '0xf1f1f1'
@@ -0,0 +1,38 @@
colors:
# Default colors
primary:
background: '0x2c2b2a'
foreground: '0xf9e7c4'
dim_foreground: '0x685E4A'
bright_foreground: '0x1C1508'
dim_background: '0x202322'
bright_background: '0x353433'
# Cursor colors
cursor:
text: '0xf9e7c4'
cursor: '0xf9e7c4'
# Normal colors
normal:
black: '0x282a2e'
blue: '0x5f819d'
cyan: '0x5e8d87'
green: '0x8c9440'
magenta: '0x85678f'
orange: '0xcc6953'
red: '0xa54242'
white: '0x707880'
yellow: '0xde935f'
# Bright colors
bright:
black: '0x373b41'
blue: '0x81a2be'
cyan: '0x8abeb7'
green: '0xb5bd68'
magenta: '0xb294bb'
red: '0xcc6666'
white: '0xc5c8c6'
yellow: '0xf0c674'
@@ -0,0 +1,28 @@
# Colors (Snazzy)
colors:
# Default colors
primary:
background: '0x282a36'
foreground: '0xeff0eb'
# Normal colors
normal:
black: '0x282a36'
red: '0xff5c57'
green: '0x5af78e'
yellow: '0xf3f99d'
blue: '0x57c7ff'
magenta: '0xff6ac1'
cyan: '0x9aedfe'
white: '0xf1f1f0'
# Bright colors
bright:
black: '0x686868'
red: '0xff5c57'
green: '0x5af78e'
yellow: '0xf3f99d'
blue: '0x57c7ff'
magenta: '0xff6ac1'
cyan: '0x9aedfe'
white: '0xf1f1f0'
@@ -0,0 +1,28 @@
# Colors (Solarized Dark)
colors:
# Default colors
primary:
background: '0x002b36'
foreground: '0x839496'
# Normal colors
normal:
black: '0x073642'
red: '0xdc322f'
green: '0x859900'
yellow: '0xb58900'
blue: '0x268bd2'
magenta: '0xd33682'
cyan: '0x2aa198'
white: '0xeee8d5'
# Bright colors
bright:
black: '0x002b36'
red: '0xcb4b16'
green: '0x586e75'
yellow: '0x657b83'
blue: '0x839496'
magenta: '0x6c71c4'
cyan: '0x93a1a1'
white: '0xfdf6e3'
@@ -0,0 +1,28 @@
# Colors (Solarized Light)
colors:
# Default colors
primary:
background: '0xfdf6e3'
foreground: '0x586e75'
# Normal colors
normal:
black: '0x073642'
red: '0xdc322f'
green: '0x859900'
yellow: '0xb58900'
blue: '0x268bd2'
magenta: '0xd33682'
cyan: '0x2aa198'
white: '0xeee8d5'
# Bright colors
bright:
black: '0x002b36'
red: '0xcb4b16'
green: '0x586e75'
yellow: '0x657b83'
blue: '0x839496'
magenta: '0x6c71c4'
cyan: '0x93a1a1'
white: '0xfdf6e3'
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x1f1f1f'
foreground: '0xc0b18b'
# Normal colors
normal:
black: '0x4a3637'
red: '0xd17b49'
green: '0x7b8748'
yellow: '0xaf865a'
blue: '0x535c5c'
magenta: '0x775759'
cyan: '0x6d715e'
white: '0xc0b18b'
# Bright colors
bright:
black: '0x402e2e'
red: '0xac5d2f'
green: '0x647035'
yellow: '0x8f6840'
blue: '0x444b4b'
magenta: '0x614445'
cyan: '0x585c49'
white: '0x978965'
@@ -0,0 +1,31 @@
# Colors (Taerminal)
colors:
# Default colors
primary:
background: '0x26282a'
foreground: '0xf0f0f0'
cursor:
background: '0xf0f0f0'
foreground: '0x26282a'
# Normal colors
normal:
black: '0x26282a'
red: '0xff8878'
green: '0xb4fb73'
yellow: '0xfffcb7'
blue: '0x8bbce5'
magenta: '0xffb2fe'
cyan: '0xa2e1f8'
white: '0xf1f1f1'
# Bright colors
bright:
black: '0x6f6f6f'
red: '0xfe978b'
green: '0xd6fcba'
yellow: '0xfffed5'
blue: '0xc2e3ff'
magenta: '0xffc6ff'
cyan: '0xc0e9f8'
white: '0xffffff'
@@ -0,0 +1,26 @@
# GNOME Terminal Tango Dark
colors:
primary:
background: '0x2e3436'
foreground: '0xd3d7cf'
normal:
black: '0x2e3436'
red: '0xcc0000'
green: '0x4e9a06'
yellow: '0xc4a000'
blue: '0x3465a4'
magenta: '0x75507b'
cyan: '0x06989a'
white: '0xd3d7cf'
bright:
black: '0x555753'
red: '0xef2929'
green: '0x8ae234'
yellow: '0xfce94f'
blue: '0x729fcf'
magenta: '0xad7fa8'
cyan: '0x34e2e2'
white: '0xeeeeec'
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x282828'
foreground: '0xeeeeee'
# Normal colors
normal:
black: '0x282828'
red: '0xf43753'
green: '0xc9d05c'
yellow: '0xffc24b'
blue: '0xb3deef'
magenta: '0xd3b987'
cyan: '0x73cef4'
white: '0xeeeeee'
# Bright colors
bright:
black: '0x4c4c4c'
red: '0xf43753'
green: '0xc9d05c'
yellow: '0xffc24b'
blue: '0xb3deef'
magenta: '0xd3b987'
cyan: '0x73cef4'
white: '0xfeffff'
@@ -0,0 +1,28 @@
# Colors (Terminal.app)
colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xb6b6b6'
# Normal colors
normal:
black: '0x000000'
red: '0x990000'
green: '0x00a600'
yellow: '0x999900'
blue: '0x0000b2'
magenta: '0xb200b2'
cyan: '0x00a6b2'
white: '0xbfbfbf'
# Bright colors
bright:
black: '0x666666'
red: '0xe50000'
green: '0x00d900'
yellow: '0xe5e500'
blue: '0x0000ff'
magenta: '0xe500e5'
cyan: '0x00e5e5'
white: '0xe5e5e5'
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x1D1F28'
foreground: '0xFDFDFD'
# Normal colors
normal:
# Bright colors
black: '0x282A36'
red: '0xF37F97'
green: '0x5ADECD'
yellow: '0xF2A272'
blue: '0x8897F4'
magenta: '0xC574DD'
cyan: '0x79E6F3'
white: '0xFDFDFD'
bright:
black: '0x414458'
red: '0xFF4971'
green: '0x18E3C8'
yellow: '0xEBCB8B'
blue: '0xFF8037'
magenta: '0x556FFF'
cyan: '0x3FDCEE'
white: '0xBEBEC1'
indexed_colors: []
@@ -0,0 +1,29 @@
# Colors (Tokyo Night)
# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme
colors:
# Default colors
primary:
background: '0x1a1b26'
foreground: '0xa9b1d6'
# Normal colors
normal:
black: '0x32344a'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xad8ee6'
cyan: '0x449dab'
white: '0x787c99'
# Bright colors
bright:
black: '0x444b6a'
red: '0xff7a93'
green: '0xb9f27c'
yellow: '0xff9e64'
blue: '0x7da6ff'
magenta: '0xbb9af7'
cyan: '0x0db9d7'
white: '0xacb0d0'
@@ -0,0 +1,29 @@
# Colors (Tokyo Night: Storm variant)
# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme
colors:
# Default colors
primary:
background: '0x24283b'
foreground: '0xa9b1d6'
# Normal colors
normal:
black: '0x32344a'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xad8ee6'
cyan: '0x449dab'
white: '0x9699a8'
# Bright colors
bright:
black: '0x444b6a'
red: '0xff7a93'
green: '0xb9f27c'
yellow: '0xff9e64'
blue: '0x7da6ff'
magenta: '0xbb9af7'
cyan: '0x0db9d7'
white: '0xacb0d0'
@@ -0,0 +1,33 @@
# Colors (Tomorrow Night)
colors:
# Default colors
primary:
background: '0x1d1f21'
foreground: '0xc5c8c6'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x1d1f21'
cursor: '0xffffff'
# Normal colors
normal:
black: '0x1d1f21'
red: '0xcc6666'
green: '0xb5bd68'
yellow: '0xe6c547'
blue: '0x81a2be'
magenta: '0xb294bb'
cyan: '0x70c0ba'
white: '0x373b41'
# Bright colors
bright:
black: '0x666666'
red: '0xff3334'
green: '0x9ec400'
yellow: '0xf0c674'
blue: '0x81a2be'
magenta: '0xb77ee0'
cyan: '0x54ced6'
white: '0x282a2e'
@@ -0,0 +1,28 @@
# Colors (Tomorrow Night Bright)
colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xeaeaea'
# Normal colors
normal:
black: '0x000000'
red: '0xd54e53'
green: '0xb9ca4a'
yellow: '0xe6c547'
blue: '0x7aa6da'
magenta: '0xc397d8'
cyan: '0x70c0ba'
white: '0x424242'
# Bright colors
bright:
black: '0x666666'
red: '0xff3334'
green: '0x9ec400'
yellow: '0xe7c547'
blue: '0x7aa6da'
magenta: '0xb77ee0'
cyan: '0x54ced6'
white: '0x2a2a2a'
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x101010'
foreground: '0xd2c5bc'
# Normal colors
normal:
black: '0x202020'
red: '0xb91e2e'
green: '0x81957c'
yellow: '0xf9bb80'
blue: '0x356579'
magenta: '0x2d2031'
cyan: '0x0b3452'
white: '0x909090'
# Bright colors
bright:
black: '0x606060'
red: '0xd14548'
green: '0xa7b79a'
yellow: '0xfae3a0'
blue: '0x7491a1'
magenta: '0x87314e'
cyan: '0x0f829d'
white: '0xfff0f0'
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0x333333'
foreground: '0xcccccc'
# Normal colors
normal:
black: '0x666666'
red: '0xcc6699'
green: '0x99cc66'
yellow: '0xcc9966'
blue: '0x6699cc'
magenta: '0x9966cc'
cyan: '0x66cc99'
white: '0xcccccc'
# Bright colors
bright:
black: '0x999999'
red: '0xff99cc'
green: '0xccff99'
yellow: '0xffcc99'
blue: '0x99ccff'
magenta: '0xcc99ff'
cyan: '0x99ffcc'
white: '0xffffff'
@@ -0,0 +1,28 @@
# Colors (Wombat)
colors:
# Default colors
primary:
background: '0x1f1f1f'
foreground: '0xe5e1d8'
# Normal colors
normal:
black: '0x000000'
red: '0xf7786d'
green: '0xbde97c'
yellow: '0xefdfac'
blue: '0x6ebaf8'
magenta: '0xef88ff'
cyan: '0x90fdf8'
white: '0xe5e1d8'
# Bright colors
bright:
black: '0xb4b4b4'
red: '0xf99f92'
green: '0xe3f7a1'
yellow: '0xf2e9bf'
blue: '0xb3d2ff'
magenta: '0xe5bdff'
cyan: '0xc2fefa'
white: '0xffffff'
@@ -0,0 +1,27 @@
# XTerm's default colors
colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xffffff'
# Normal colors
normal:
black: '0x000000'
red: '0xcd0000'
green: '0x00cd00'
yellow: '0xcdcd00'
blue: '0x0000ee'
magenta: '0xcd00cd'
cyan: '0x00cdcd'
white: '0xe5e5e5'
# Bright colors
bright:
black: '0x7f7f7f'
red: '0xff0000'
green: '0x00ff00'
yellow: '0xffff00'
blue: '0x5c5cff'
magenta: '0xff00ff'
cyan: '0x00ffff'
white: '0xffffff'
@@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '0xf5e7de'
foreground: '0x34302d'
# Normal colors
normal:
black: '0x666661'
red: '0x992e2e'
green: '0x4c3226'
yellow: '0xa67c53'
blue: '0x4c7399'
magenta: '0xbf9986'
cyan: '0xd97742'
white: '0x34302d'
# Bright colors
bright:
black: '0x7f7f7a'
red: '0xb23636'
green: '0x664233'
yellow: '0xbf8f60'
blue: '0x5986b2'
magenta: '0xd9ae98'
cyan: '0xf2854a'
white: '0x4c4742'
+14
View File
@@ -0,0 +1,14 @@
[font]
size = 10
[font.bold]
family = "JetBrainsMono Nerd Font"
[font.bold_italic]
family = "JetBrainsMono Nerd Font"
[font.italic]
family = "JetBrainsMono Nerd Font"
[font.normal]
family = "JetBrainsMono Nerd Font"
-37
View File
@@ -1,37 +0,0 @@
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
##
## Font configuration
font:
# Normal (roman) font face
normal:
family: "JetBrainsMono Nerd Font"
#style: Regular
# Bold font face
bold:
family: "JetBrainsMono Nerd Font"
#style: Bold
# Italic font face
italic:
family: "JetBrainsMono Nerd Font"
#style: Italic
# Bold italic font face
bold_italic:
family: "JetBrainsMono Nerd Font"
#style: Bold Italic
# Point size
size: 16
# Offset
#offset:
# x: 0
# y: 0
# Glyph offset
#glyph_offset:
# x: 0
# y: 0
+2
View File
@@ -320,6 +320,8 @@ tiling_drag modifier titlebar
## Syntax:
#exec [--no-startup-id] <command>
#exec_always [--no-startup-id] <command>
exec_always --no-startup-id setxkbmap us
exec_always --no-startup-id ~/.screenlayout/default.sh
exec_always --no-startup-id ~/.config/i3/scripts/i3_autostart
## The --no-startup-id parameter disables startup-notification support for this particular exec command.
+11 -11
View File
@@ -5,26 +5,26 @@
##-- Theme Variables ---------------------
#~ Fonts
set $i3_fonts JetBrainsMono Nerd Font 8
set $i3_fonts JetBrainsMono Nerd Font 10
#~ Border
set $i3_border_size 1
set $i3_border_size 2
set $i3_border_style pixel
#~ Gaps
set $i3_gaps_inner 15
set $i3_gaps_inner 10
set $i3_gaps_outer 0
set $i3_gaps_smart off
#~ Colors
set $i3_cl_col_bg #282828
set $i3_cl_col_fg #ebdbb2
set $i3_cl_col_in #98971a
set $i3_cl_col_afoc #ffc86a
set $i3_cl_col_ifoc #458588
set $i3_cl_col_ufoc #353535
set $i3_cl_col_urgt #b16286
set $i3_cl_col_phol #282828
set $i3_cl_col_bg #1E2128
set $i3_cl_col_fg #ABB2BF
set $i3_cl_col_in #98C379
set $i3_cl_col_afoc #5294E2
set $i3_cl_col_ifoc #62AEEF
set $i3_cl_col_ufoc #292d37
set $i3_cl_col_urgt #C778DD
set $i3_cl_col_phol #1E2128
##-- Fonts (Global) ----------------------
+10 -7
View File
@@ -1,4 +1,4 @@
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>config.d
##
## Keybindings
@@ -137,10 +137,13 @@ bindsym $MOD+Left focus left
bindsym $MOD+Down focus down
bindsym $MOD+Up focus up
bindsym $MOD+Right focus right
bindsym $MOD+a focus left
bindsym $MOD+d focus right
## Sets focus to the parent container of the current container.
bindsym $MOD+a focus parent
# bindsym $MOD+a focus parent
## The opposite of `focus parent`, sets the focus to the last focused child container.
bindsym $MOD+d focus child
# bindsym $MOD+d focus child
## Automatically sets focus to the adjacent container.
bindsym $MOD+Tab focus next
## Toggles focus between floating/tiling containers.
@@ -164,10 +167,10 @@ bindsym $MOD+$ALT+p move position mouse
## Resizing containers/windows
##
bindsym $MOD+$ALT+Left resize shrink width 10 px or 10 ppt
bindsym $MOD+$ALT+Down resize grow height 10 px or 10 ppt
bindsym $MOD+$ALT+Up resize shrink height 10 px or 10 ppt
bindsym $MOD+$ALT+Right resize grow width 10 px or 10 ppt
bindsym $MOD+$ALT+Left resize shrink width 50 px or 10 ppt
bindsym $MOD+$ALT+Down resize grow height 50 px or 10 ppt
bindsym $MOD+$ALT+Up resize shrink height 50 px or 10 ppt
bindsym $MOD+$ALT+Right resize grow width 50 px or 10 ppt
#------
+4 -4
View File
@@ -5,10 +5,10 @@
## Resize container (you can also use the mouse for that)
mode "Resize" {
# These bindings trigger as soon as you enter the 'Resize' mode
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
bindsym Left resize shrink width 50 px or 10 ppt
bindsym Down resize grow height 50 px or 10 ppt
bindsym Up resize shrink height 50 px or 10 ppt
bindsym Right resize grow width 50 px or 10 ppt
# back to normal: Enter or Escape or $MOD+r
bindsym Return mode "default"
+27 -2
View File
@@ -4,6 +4,17 @@
##-- Workspace Rules ------------------------
workspace 1 output DisplayPort-2
workspace 2 output DisplayPort-2
workspace 3 output DisplayPort-0
workspace 4 output DisplayPort-0
workspace 9 output HDMI-A-0
workspace 10 output HDMI-A-0
# workspace 1 output DisplayPort-0
# workspace 2 output DisplayPort-0
# workspace 3 output HDMI-A-0
## Automatically putting clients on specific workspaces
##
## To automatically make a specific window show up on a specific workspace,
@@ -42,8 +53,21 @@
## The first part of the WM_CLASS is the instance ("irssi" in this example),
## the second part is the class ("URxvt" in this example).
##
assign [class="Lxappearance|Nitrogen"] 6
assign [class="Pavucontrol|Xfce4-power-manager-settings"] 6
# assign [class="Lxappearance|Nitrogen"] 6
# assign [class="Pavucontrol|Xfce4-power-manager-settings"] 6
# Top-Left
assign [class="steam"] 3
assign [class="spotify"] 4
# Top-Right
assign [class="discord"] 9
assign [class="telegram-desktop|easyeffects"] 10
# Middle
# assign [class="discord"] 9
# Scratchpad
assign [class="keepassxc"] scratchpad
##-- Window Rules ---------------------------
@@ -64,3 +88,4 @@ for_window [class="Pavucontrol|Xfce4-power-manager-settings|Nm-connection-editor
for_window [class="feh|Viewnior|Gpicview|Gimp|MPlayer"] floating enable
for_window [class="Kvantum Manager|qt5ct"] floating enable
for_window [class="VirtualBox Manager|qemu|Qemu-system-x86_64"] floating enable
for_window [class="Keepassxc"] floating enable
+10 -10
View File
@@ -6,7 +6,7 @@ follow = mouse
width = 300
height = 80
origin = top-right
offset = 15x53
offset = 10x48
corner_radius = 0
scale = 0
notification_limit = 0
@@ -54,18 +54,18 @@ class = Dunst
[urgency_low]
timeout = 2
background = "#282828"
foreground = "#ebdbb2"
frame_color = "#353535"
background = "#1E2128"
foreground = "#ABB2BF"
frame_color = "#292d37"
[urgency_normal]
timeout = 5
background = "#282828"
foreground = "#ebdbb2"
frame_color = "#353535"
background = "#1E2128"
foreground = "#ABB2BF"
frame_color = "#292d37"
[urgency_critical]
timeout = 0
background = "#282828"
foreground = "#cc241d"
frame_color = "#cc241d"
background = "#1E2128"
foreground = "#E06B74"
frame_color = "#E06B74"
+94
View File
@@ -0,0 +1,94 @@
#order += nvidia_smi
order += bluetooth
order += keyboard_layout
order += arch_updates
order += "whatismyip"
order += spotify
# order += "ipv6"
order += "wireless _first_"
order += "ethernet _first_"
order += net_rate
# order += net_iplist
order += "battery all"
order += "disk /"
order += "disk /home"
order += sysdata
# order += lm_sensors
# order += "load"
# order += "memory"
order += "tztime local"
spotify {
button_next = 4
button_play_pause = 3
button_previous = 5
format_down = ""
}
whatismyip {
# format = " {isp}\|{city}\|{countryCode} ({ip}) "
format = "{countryCode} ({ip}) "
hide_when_offline = True
url_geo = "http://ip-api.com/json"
}
battery all {
format = "%status %percentage %consumption"
low_threshold = 30
threshold_type = percentage
last_full_capacity = true
}
wireless _first_ {
format_up = " %ip (%essid)"
format_down = ""
}
ethernet _first_ {
format_up = " %ip (%speed)"
format_down = ""
on_click 1 = "exec sh /home/legrems/.screenlayout/swide.sh"
}
net_iplist {
cache_timeout = 30
format_iface = "[{ip4}]"
format = "{format_iface}"
}
net_rate {
cache_timeout = 10
format = "{total}"
}
disk "/" {
# format = "%percentage_used (%used / %free / %total)"
format = "/ %percentage_used %free"
on_click 1 = "exec nemo /"
}
disk "/home" {
# format = "%percentage_used (%used / %free / %total)"
format = "/home %percentage_used %free"
on_click 1 = "exec nemo /home/legrems/Documents"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
timezone = "Europe/Zurich"
}
arch_updates {
format = "P:{pacman}/A:{aur}"
hide_if_zero = True
}
keyboard_layout {
layouts = ['us intl', 'us']
color_us_intl = "#ffff00"
color_us = "#ff00ff"
}
sysdata {
cache_timeout = 2
}
+4 -4
View File
@@ -9,10 +9,10 @@ general {
markup = "pango"
separator = " "
colors = true
color_good = "#98971a"
color_degraded = "#d79921"
color_bad = "#cc241d"
color_separator = "#353535"
color_good = "#98C379"
color_degraded = "#E5C07A"
color_bad = "#E06B74"
color_separator = "#292d37"
}
##-- Modules Order ---------------------
+9 -9
View File
@@ -3,16 +3,16 @@
## Status Bar
##-- Colors ---------------------------
set $i3_bar_bg #282828
set $i3_bar_fg #ebdbb2
set $i3_bar_sep #353535
set $i3_bar_foc #ffc86a
set $i3_bar_act #458588
set $i3_bar_ina #353535
set $i3_bar_urg #b16286
set $i3_bar_mod #98971a
set $i3_bar_bg #1E2128
set $i3_bar_fg #ABB2BF
set $i3_bar_sep #292d37
set $i3_bar_foc #5294E2
set $i3_bar_act #62AEEF
set $i3_bar_ina #292d37
set $i3_bar_urg #C778DD
set $i3_bar_mod #98C379
set $i3_bar_fonts JetBrainsMono Nerd Font 20
set $i3_bar_fonts JetBrainsMono Nerd Font 10
##-- Bar ------------------------------
bar {
+16 -4
View File
@@ -26,6 +26,9 @@ fi
# Enable power management
xfce4-power-manager &
# Enable wireguard tray
conda activate base && wg-tray &
# Enable Super Keys For Menu
ksuperkey -e 'Super_L=Alt_L|F1' &
ksuperkey -e 'Super_R=Alt_L|F1' &
@@ -36,14 +39,23 @@ xsetroot -cursor_name left_ptr
# Restore wallpaper
"$idir"/themes/wallpaper.sh
# Lauch notification daemon
# Launch notification daemon
"$idir"/scripts/i3_dunst
# Lauch polybar
# Launch polybar
"$idir"/scripts/i3_bar
# Lauch compositor
# Launch compositor
"$idir"/scripts/i3_comp
# Start mpd
exec mpd &
# exec mpd &
nm-applet &
keepassxc &
easyeffects &
discord &
# spotify &
flameshot &
# telegram-desktop &
# firefox &
+1 -1
View File
@@ -6,7 +6,7 @@
# i3 directory
DIR="$HOME/.config/i3"
CONFIG="$DIR/alacritty/alacritty.yml"
CONFIG="$DIR/alacritty/alacritty.toml"
if [ "$1" == "--float" ]; then
alacritty --class 'alacritty-float,alacritty-float' --config-file "$CONFIG"
+1 -1
View File
@@ -4,7 +4,7 @@
# Import Current Theme
DIR="$HOME/.config/i3"
STYLE="gruvbox"
STYLE="onedark"
RASI="$DIR/themes/$STYLE/rofi/askpass.rasi"
# Rofi text dialog to get password
+1 -1
View File
@@ -4,7 +4,7 @@
# Import Current Theme
DIR="$HOME/.config/i3"
STYLE="gruvbox"
STYLE="onedark"
RASI="$DIR/themes/$STYLE/rofi/asroot.rasi"
ASROOT="$DIR/scripts/i3_asroot"
+1 -1
View File
@@ -4,7 +4,7 @@
# Import Current Theme
DIR="$HOME/.config/i3"
STYLE="gruvbox"
STYLE="onedark"
RASI="$DIR/themes/$STYLE/rofi/launcher.rasi"
# Run
+1 -1
View File
@@ -4,7 +4,7 @@
# Import Current Theme
DIR="$HOME/.config/i3"
STYLE="gruvbox"
STYLE="onedark"
RASI="$DIR/themes/$STYLE/rofi/music.rasi"
# Theme Elements
+2 -2
View File
@@ -4,7 +4,7 @@
# Import Current Theme
DIR="$HOME/.config/i3"
STYLE="gruvbox"
STYLE="onedark"
RASI="$DIR/themes/$STYLE/rofi/powermenu.rasi"
CNFR="$DIR/themes/$STYLE/rofi/confirm.rasi"
@@ -82,7 +82,7 @@ run_cmd() {
elif [[ "$1" == '--opt2' ]]; then
confirm_run 'i3-msg exit'
elif [[ "$1" == '--opt3' ]]; then
confirm_run 'mpc -q pause' 'pulsemixer --mute' 'betterlockscreen --suspend'
confirm_run 'pulsemixer --mute' 'betterlockscreen --suspend'
elif [[ "$1" == '--opt4' ]]; then
confirm_run 'systemctl hibernate'
elif [[ "$1" == '--opt5' ]]; then
+1 -1
View File
@@ -4,7 +4,7 @@
# Import Current Theme
DIR="$HOME/.config/i3"
STYLE="gruvbox"
STYLE="onedark"
RASI="$DIR/themes/$STYLE/rofi/runner.rasi"
# Run
+1 -1
View File
@@ -4,7 +4,7 @@
# Import Current Theme
DIR="$HOME/.config/i3"
STYLE="gruvbox"
STYLE="onedark"
RASI="$DIR/themes/$STYLE/rofi/screenshot.rasi"
# Theme Elements
+1 -1
View File
@@ -4,7 +4,7 @@
# Import Current Theme
DIR="$HOME/.config/i3"
STYLE="gruvbox"
STYLE="onedark"
RASI="$DIR/themes/$STYLE/rofi/themes.rasi"
# List Available Themes
+1 -1
View File
@@ -4,7 +4,7 @@
# Import Current Theme
DIR="$HOME/.config/i3"
STYLE="gruvbox"
STYLE="onedark"
RASI="$DIR/themes/$STYLE/rofi/windows.rasi"
# Run
+1 -1
View File
@@ -1 +1 @@
gruvbox
onedark
+15 -9
View File
@@ -56,7 +56,7 @@ fixed-center = true
; the percentage can optionally be extended with a pixel offset like so:
; 50%:-10, this will result in a width or height of 50% minus 10 pixels
width = 100%
height = 52
height = 26
; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
; the percentage can optionally be extended with a pixel offset like so:
@@ -124,17 +124,17 @@ module-margin-right = 0
; See the Fonts wiki page for more details
; text
font-0 = "JetBrains Mono:size=20;6"
font-0 = "JetBrains Mono:size=10;3"
; icons
font-1 = "Iosevka Nerd Font:size=24;6"
font-1 = "Iosevka Nerd Font:size=12;3"
; glyphs
font-2 = "Iosevka Nerd Font:size=30;8"
font-2 = "Iosevka Nerd Font:size=15;4"
; dot
font-3 = "Iosevka Nerd Font:size=20;8"
font-3 = "Iosevka Nerd Font:size=10;4"
; clock & mpd
font-4 = "Iosevka:style=bold:size=20;8"
font-4 = "Iosevka:style=bold:size=10;4"
; Archcraft
font-5 = "archcraft:size=24;6"
font-5 = "archcraft:size=12;3"
; Modules are added to one of the available blocks
; modules-left = cpu ram
@@ -143,8 +143,14 @@ font-5 = "archcraft:size=24;6"
# Default
modules-left = LD menu RD dot-alt LD i3 RD
modules-center = LD mpd RD mpdsep song
modules-right = LD volume sep backlight sep network sep battery RD dot LD sysmenu RD dot-alt LD date RD
modules-center = LD mpd RD
; modules-center = LD spotify RD dot-alt LD RD
; modules-center = LD spotify previous playpayse next RD
modules-right = LD volume sep ethernet RD dot LD sysmenu RD dot-alt LD date RD
; modules-center = spotify previous playpause next
; modules-left = spotify previous playpause next
; modules-right = spotify previous playpause next
# Alternate
;modules-left = openbox 2LD cpu 3LD memory 4LD filesystem 5LD
+44 -4
View File
@@ -55,8 +55,8 @@ ws-icon-4 = 5;
ws-icon-5 = 6;漣
ws-icon-6 = 7;
ws-icon-7 = 8;
ws-icon-8 = 9;
ws-icon-9 = 10;
ws-icon-8 = 9;
ws-icon-9 = 10;
ws-icon-default =
; NOTE: You cannot skip icons, e.g. to get a ws-icon-6
; you must also define a ws-icon-5.
@@ -434,10 +434,11 @@ interval = 1.0
; See "http://en.cppreference.com/w/cpp/io/manip/put_time" for details on how to format the date string
; NOTE: if you want to use syntax tags here you need to use %%{...}
;;date = %Y-%m-%d%
; date = %Y-%m-%d%
; Optional time format
time = %I:%M %p
; time = %I:%M %p
time = %k:%M (%a %j/%V) %d/%m/%Y
; if `date-alt` or `time-alt` is defined, clicking
; the module will toggle between formats
@@ -1170,6 +1171,45 @@ content-padding = 0
click-left = ~/.config/i3/scripts/rofi_powermenu
[module/previous]
type = custom/ipc
format-font = 5
; Default
hook-0 = echo ""
; When spotify active
hook-1 = echo "Previous"
click-left = "spotifyctl -q previous"
[module/next]
type = custom/ipc
format-font = 5
; Default
hook-0 = echo ""
; When spotify active
hook-1 = echo "Next"
click-left = "spotifyctl -q next"
[module/playpause]
type = custom/ipc
format-font = 5
; Default
hook-0 = echo ""
; Playing
hook-1 = echo "Pause"
; Paused
hook-2 = echo "Play"
click-left = "spotifyctl -q playpause"
[module/spotify]
type = custom/ipc
; Default
hook-0 = echo ""
; Playing/paused show song name and artist
hook-1 = spotifyctl -q status --format '%artist%: %title%'
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
;; __________ ______
;; / ____/ __ \/ ____/
+1 -1
View File
@@ -1,7 +1,7 @@
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
[dmenu]
dmenu_command = rofi -dmenu -theme /home/legrems/.config/i3/themes/gruvbox/rofi/networkmenu.rasi
dmenu_command = rofi -dmenu -theme /home/legrems/.config/i3/themes/onedark/rofi/networkmenu.rasi
# # Note that dmenu_command can contain arguments as well like `rofi -width 30`
# # Rofi and dmenu are set to case insensitive by default `-i`
# l = number of lines to display, defaults to number of total network options
+1
View File
@@ -277,6 +277,7 @@ apply_i3wm() {
# restart i3wm
i3-msg restart
betterlockscreen -w
}
# Create Theme File -------------------------
+21 -21
View File
@@ -1,24 +1,24 @@
[color]
BACKGROUND = #022A38
FOREGROUND = #93c7c7
ALTBACKGROUND = #033c51
ALTFOREGROUND = #1f3c3c
ACCENT = #36688D
BACKGROUND = #1E2128
FOREGROUND = #ABB2BF
ALTBACKGROUND = #292d37
ALTFOREGROUND = #5a6477
ACCENT = #5294E2
BLACK = #022A38
RED = #5D4C70
GREEN = #8B3678
YELLOW = #39976E
BLUE = #36688D
MAGENTA = #A5348C
CYAN = #B15298
WHITE = #93c7c7
ALTBLACK = #668b8b
ALTRED = #5D4C70
ALTGREEN = #8B3678
ALTYELLOW = #39976E
ALTBLUE = #36688D
ALTMAGENTA = #A5348C
ALTCYAN = #B15298
ALTWHITE = #93c7c7
BLACK = #32363D
RED = #E06B74
GREEN = #98C379
YELLOW = #E5C07A
BLUE = #62AEEF
MAGENTA = #C778DD
CYAN = #55B6C2
WHITE = #ABB2BF
ALTBLACK = #50545B
ALTRED = #EA757E
ALTGREEN = #A2CD83
ALTYELLOW = #EFCA84
ALTBLUE = #6CB8F9
ALTMAGENTA = #D282E7
ALTCYAN = #5FC0CC
ALTWHITE = #B5BCC9

Some files were not shown because too many files have changed in this diff Show More