-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappearance.conf
More file actions
executable file
·58 lines (47 loc) · 1.85 KB
/
appearance.conf
File metadata and controls
executable file
·58 lines (47 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Author: Arszilla
# Github: https://github.com/Arszilla
# Gitlab: https://gitlab.com/Arszilla
# Twitter: https://twitter.com/Arszilla
#
# License: MIT License
# License URL: https://gitlab.com/Arszilla/i3-dotfiles/-/blob/main/LICENSE
#
# i3 config
# i3 Version: 4.22
# This file contains the appearance settings for i3:
## Set the font:
font xft:JetBrainsMono Nerd Font 14
for_window [all] border pixel 8
## Configure the default border style:
#new_window none
#new_float none
## Hide borders:
hide_edge_borders none
## Make the focus follow the mouse:
focus_follows_mouse yes
## Enable smart borders
smart_borders on
## Set color values:
set $bg-color #E6E6E6
set $inactive-bg-color #fd5b3a
set $text-color #060B15
set $inactive-text-color #E6E6E6
set $urgent-bg-color #EC0101
set $azul-escuro #001f3f
set $branco #ffffff
set $preto-suave #060B15
## Apply the color values:
# border background text
#client.focused $azul-escuro $bg-color $text-color
#client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color
#client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color
#client.urgent $urgent-bg-color $urgent-bg-color $text-color
# borda fundo texto indicador borda_interna
client.focused #5294e2 #5294e2 #000000 #ffffff #5294e2
client.unfocused #3a3a3a #3a3a3a #ffffff #ffffff #3a3a3a
client.focused_inactive #3a3a3a #3a3a3a #ffffff #ffffff #3a3a3a
# borda fundo texto indicador borda_interna
#client.focused #001f77
#client.unfocused #fd5b3a
#client.focused_inactive #fd5b3a
default_border pixel 5