File tree 7 files changed +31
-19
lines changed
7 files changed +31
-19
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ inactive-opacity = 0.9;
114
114
active-opacity = 1;
115
115
frame-opacity = 1;
116
116
inactive-opacity-override = false;
117
- alpha-step = 0.06;
117
+ # alpha-step = 0.06;
118
118
119
119
# Dim inactive windows. (0.0 - 1.0)
120
120
# inactive-dim = 0.2;
@@ -125,12 +125,11 @@ blur-background = true;
125
125
# Blur background of opaque windows with transparent frames as well.
126
126
blur-background-frame = true;
127
127
# Do not let blur radius adjust based on window opacity.
128
- blur-background-fixed = tru ;
128
+ blur-background-fixed = true ;
129
129
blur-background-exclude = [
130
130
"window_type = 'dock'",
131
131
"window_type = 'desktop'"
132
132
];
133
- blur-method = kawase
134
133
blur-strength = 5
135
134
136
135
#################################
@@ -192,7 +191,7 @@ vsync = "opengl";
192
191
# Reported to have no effect, though.
193
192
dbe = false;
194
193
# Painting on X Composite overlay window. Recommended.
195
- paint-on-overlay = true;
194
+ # paint-on-overlay = true;
196
195
197
196
# Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
198
197
# This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
Original file line number Diff line number Diff line change @@ -192,11 +192,11 @@ bindsym XF86PowerOff exec qdbus org.kde.ksmserver /KSMServer org.kde.KSMServerIn
192
192
; bindsym Control+Shift+space+4 exec
193
193
194
194
bindsym $Mod+d exec rofi -show drun
195
- bindsym $Mod+Return exec termite
195
+ bindsym $Mod+Return exec st
196
196
197
197
bindsym $Mod+Shift+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Noto Mono:size=16'"
198
- bindsym Control+space exec rofi -lines 12 -padding 18 -location 0 -columns 3 -show combi -sidebar-mode -font 'Noto Mono 16'
199
- bindsym $Alt+space exec rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' -font 'Noto Mono 16'
198
+ bindsym Control+space exec rofi -lines 12 -padding 18 -location 0 -columns 3 -show combi -sidebar-mode
199
+ bindsym $Alt+space exec rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
200
200
201
201
bindsym $Alt+Control+l exec "i3lock"
202
202
bindsym $Mod+w exec "brave-browser"
Original file line number Diff line number Diff line change @@ -2793,17 +2793,32 @@ separator_color = "#f1eff8"
2793
2793
frame_color = "#cabcb1"
2794
2794
separator_color = "#cabcb1"
2795
2795
2796
+ frame_color = "#e9e9f4"
2797
+ separator_color = "#e9e9f4"
2798
+
2799
+ frame_color = "#e9e9f4"
2800
+ separator_color = "#e9e9f4"
2801
+
2802
+ frame_color = "#C7CCD1"
2803
+ separator_color = "#C7CCD1"
2804
+
2805
+ frame_color = "#d5c4a1"
2806
+ separator_color = "#d5c4a1"
2807
+
2808
+ frame_color = "#EEFFFF"
2809
+ separator_color = "#EEFFFF"
2810
+
2796
2811
[base16_low]
2797
2812
msg_urgency = low
2798
- background = "#302b25 "
2799
- foreground = "#9d8b70 "
2813
+ background = "#303030 "
2814
+ foreground = "#4A4A4A "
2800
2815
2801
2816
[base16_normal]
2802
2817
msg_urgency = normal
2803
- background = "#48413a "
2804
- foreground = "#cabcb1 "
2818
+ background = "#353535 "
2819
+ foreground = "#EEFFFF "
2805
2820
2806
2821
[base16_critical]
2807
2822
msg_urgency = critical
2808
- background = "#d35c5c "
2809
- foreground = "#d7c8bc "
2823
+ background = "#F07178 "
2824
+ foreground = "#EEFFFF "
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ color4 = #88a4d3
18
18
color13 = #bb90e2
19
19
20
20
[colors]
21
- # Base16 Woodland
22
- # Author: Jay Cornwall (https://jcornwall.com)
23
21
24
22
foreground = #cabcb1
25
23
foreground_bold = #d7c8bc
@@ -66,3 +64,4 @@ color18 = #302b25
66
64
color19 = #48413a
67
65
color20 = #b4a490
68
66
color21 = #d7c8bc
67
+
Original file line number Diff line number Diff line change @@ -47,9 +47,7 @@ fonts.dir
47
47
.tmux /resurrect
48
48
.tmux /plugins
49
49
50
- .local /share /nvim /
51
- .local /share /luakit
52
- .local /share /base16-manager /
50
+ .local /share /
53
51
.bin /
54
52
55
53
* .bac
Original file line number Diff line number Diff line change 1
- colorscheme base16- woodland
1
+ colorscheme base16- material - darker
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ export PATH=$PATH:$HOME/.gem/ruby/2.4.0/bin
43
43
export PATH=$PATH :/root/.gem/ruby/2.5.0/bin
44
44
export PATH=$PATH :$HOME /.gem/ruby/2.4.0/bin
45
45
export PATH=$PATH :/root/.gem/ruby/2.5.0/bin
46
+ export PATH=$PATH :$HOME /.cargo/bin
46
47
export PATH=$PATH :/snap/bin
47
48
export GPG_TTY=$( tty)
48
49
export NODE_OPTIONS=" --experimental-repl-await"
You can’t perform that action at this time.
0 commit comments