Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
a83e54cd
Commit
a83e54cd
authored
Dec 31, 2021
by
Jay Ta'ala
Browse files
Changed theme and added some borders to windows (helps to differentiate
layouts etc.).
parent
4bea58d9
Changes
3
Hide whitespace changes
Inline
Side-by-side
conky/conky
View file @
a83e54cd
...
@@ -3,7 +3,7 @@ conky.config = {
...
@@ -3,7 +3,7 @@ conky.config = {
background = true,
background = true,
cpu_avg_samples = 2,
cpu_avg_samples = 2,
default_color = 'F9FAF9',
default_color = 'F9FAF9',
color2 = '
4e9a06
',
color2 = '
00916e
',
double_buffer = true,
double_buffer = true,
font = 'Bitstream Vera Sans:size=8',
font = 'Bitstream Vera Sans:size=8',
draw_shades = false,
draw_shades = false,
...
...
conky/conky_shortcuts
View file @
a83e54cd
...
@@ -2,7 +2,7 @@ conky.config = {
...
@@ -2,7 +2,7 @@ conky.config = {
alignment = 'bottom_left',
alignment = 'bottom_left',
background = true,
background = true,
cpu_avg_samples = 2,
cpu_avg_samples = 2,
default_color = '
4e9a06
',
default_color = '
00916e
',
color2 = 'F9FAF9',
color2 = 'F9FAF9',
double_buffer = true,
double_buffer = true,
font = 'Bitstream Vera Sans:size=8',
font = 'Bitstream Vera Sans:size=8',
...
...
i3/config
View file @
a83e54cd
...
@@ -19,9 +19,9 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
...
@@ -19,9 +19,9 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
#set $indicator #109648
#set $indicator #109648
# Theme 2 "tmux"
# Theme 2 "tmux"
set $accent-bg #4e9a06
#
set $accent-bg #4e9a06
set $accent-txt #F9FAF9
#
set $accent-txt #F9FAF9
set $indicator #d64161
#
set $indicator #d64161
# Theme 3 "french lilac"
# Theme 3 "french lilac"
#set $accent-bg #8f5f95
#set $accent-bg #8f5f95
...
@@ -34,20 +34,21 @@ set $indicator #d64161
...
@@ -34,20 +34,21 @@ set $indicator #d64161
#set $indicator #109648
#set $indicator #109648
# Theme 5 "illuminating emerald"
# Theme 5 "illuminating emerald"
#
set $accent-bg #00916e
set $accent-bg #00916e
#
set $accent-txt #F9FAF9
set $accent-txt #F9FAF9
#
set $indicator #109648
set $indicator #109648
# set other colors
# set other colors
set $inactive-bg #323838
set $inactive-bg #323838
set $inactive-txt #F9FAF9
set $inactive-txt #F9FAF9
set $unfocused-bg #566161
set $unfocused-bg #566161
set $unfocused-txt #bdbbbb
set $unfocused-txt #bdbbbb
set $borders-all #000000
# class
border backgr. text indic. child_border
# class border
backgr.
text
indic.
child_border
client.focused
$accent-bg
$accent-bg $accent-txt $indicator $accent-bg
client.focused
$borders-all
$accent-bg $accent-txt $indicator $accent-bg
client.focused_inactive
$inactive-bg
$inactive-bg $inactive-txt $indicator $inactive-bg
client.focused_inactive
$borders-all
$inactive-bg $inactive-txt $indicator $inactive-bg
client.unfocused
$unfocused-bg
$unfocused-bg $unfocused-txt $indicator $unfocused-bg
client.unfocused
$borders-all
$unfocused-bg $unfocused-txt $indicator $unfocused-bg
#client.urgent #CB4B16 #FDF6E3 #CB4B16 $indicator
#client.urgent #CB4B16 #FDF6E3 #CB4B16 $indicator
#client.placeholder #000000 #0c0c0c $accent-txt #000000
#client.placeholder #000000 #0c0c0c $accent-txt #000000
#client.background #2B2C2B
#client.background #2B2C2B
...
@@ -59,7 +60,7 @@ workspace_layout tabbed
...
@@ -59,7 +60,7 @@ workspace_layout tabbed
title_align center
title_align center
# Configure border style <normal|1pixel|pixel xx|none|pixel>
# Configure border style <normal|1pixel|pixel xx|none|pixel>
for_window [class=".*"] $border_no
_name
for_window [class=".*"] $border_no
rmal
for_window [class=".*"] title_window_icon on
for_window [class=".*"] title_window_icon on
for_window [class=".*"] title_window_icon padding 3px
for_window [class=".*"] title_window_icon padding 3px
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment