Skip to content

Commit 24f68e9

Browse files
committed
misc
1 parent 7c699bb commit 24f68e9

File tree

7 files changed

+31
-19
lines changed

7 files changed

+31
-19
lines changed

.compton.conf

+3-4
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ inactive-opacity = 0.9;
114114
active-opacity = 1;
115115
frame-opacity = 1;
116116
inactive-opacity-override = false;
117-
alpha-step = 0.06;
117+
#alpha-step = 0.06;
118118

119119
# Dim inactive windows. (0.0 - 1.0)
120120
# inactive-dim = 0.2;
@@ -125,12 +125,11 @@ blur-background = true;
125125
# Blur background of opaque windows with transparent frames as well.
126126
blur-background-frame = true;
127127
# Do not let blur radius adjust based on window opacity.
128-
blur-background-fixed = tru;
128+
blur-background-fixed = true;
129129
blur-background-exclude = [
130130
"window_type = 'dock'",
131131
"window_type = 'desktop'"
132132
];
133-
blur-method = kawase
134133
blur-strength = 5
135134

136135
#################################
@@ -192,7 +191,7 @@ vsync = "opengl";
192191
# Reported to have no effect, though.
193192
dbe = false;
194193
# Painting on X Composite overlay window. Recommended.
195-
paint-on-overlay = true;
194+
#paint-on-overlay = true;
196195

197196
# Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
198197
# This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,

.config/Wmderland/config

+3-3
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ bindsym XF86PowerOff exec qdbus org.kde.ksmserver /KSMServer org.kde.KSMServerIn
192192
; bindsym Control+Shift+space+4 exec
193193

194194
bindsym $Mod+d exec rofi -show drun
195-
bindsym $Mod+Return exec termite
195+
bindsym $Mod+Return exec st
196196

197197
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}'
200200

201201
bindsym $Alt+Control+l exec "i3lock"
202202
bindsym $Mod+w exec "brave-browser"

.config/dunst/dunstrc

+21-6
Original file line numberDiff line numberDiff line change
@@ -2793,17 +2793,32 @@ separator_color = "#f1eff8"
27932793
frame_color = "#cabcb1"
27942794
separator_color = "#cabcb1"
27952795

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+
27962811
[base16_low]
27972812
msg_urgency = low
2798-
background = "#302b25"
2799-
foreground = "#9d8b70"
2813+
background = "#303030"
2814+
foreground = "#4A4A4A"
28002815

28012816
[base16_normal]
28022817
msg_urgency = normal
2803-
background = "#48413a"
2804-
foreground = "#cabcb1"
2818+
background = "#353535"
2819+
foreground = "#EEFFFF"
28052820

28062821
[base16_critical]
28072822
msg_urgency = critical
2808-
background = "#d35c5c"
2809-
foreground = "#d7c8bc"
2823+
background = "#F07178"
2824+
foreground = "#EEFFFF"

.config/termite/config

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ color4 = #88a4d3
1818
color13 = #bb90e2
1919

2020
[colors]
21-
# Base16 Woodland
22-
# Author: Jay Cornwall (https://jcornwall.com)
2321

2422
foreground = #cabcb1
2523
foreground_bold = #d7c8bc
@@ -66,3 +64,4 @@ color18 = #302b25
6664
color19 = #48413a
6765
color20 = #b4a490
6866
color21 = #d7c8bc
67+

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ fonts.dir
4747
.tmux/resurrect
4848
.tmux/plugins
4949

50-
.local/share/nvim/
51-
.local/share/luakit
52-
.local/share/base16-manager/
50+
.local/share/
5351
.bin/
5452

5553
*.bac

.vim/colorscheme.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
colorscheme base16-woodland
1+
colorscheme base16-material-darker

.zshrc

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export PATH=$PATH:$HOME/.gem/ruby/2.4.0/bin
4343
export PATH=$PATH:/root/.gem/ruby/2.5.0/bin
4444
export PATH=$PATH:$HOME/.gem/ruby/2.4.0/bin
4545
export PATH=$PATH:/root/.gem/ruby/2.5.0/bin
46+
export PATH=$PATH:$HOME/.cargo/bin
4647
export PATH=$PATH:/snap/bin
4748
export GPG_TTY=$(tty)
4849
export NODE_OPTIONS="--experimental-repl-await"

0 commit comments

Comments
 (0)