changes
This commit is contained in:
parent
76cda4860c
commit
8c99eda444
5 changed files with 14 additions and 1 deletions
|
|
@ -1 +0,0 @@
|
|||
50-user.conf
|
||||
6
.config/luakit/userconf.lua
Normal file
6
.config/luakit/userconf.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
local select = require "select"
|
||||
|
||||
select.label_maker = function (s)
|
||||
local chars = s.interleave("gfds", "hjkl")
|
||||
return chars
|
||||
end
|
||||
6
.config/waybar/color
Normal file
6
.config/waybar/color
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/org/gnome/desktop/interface/color-scheme
|
||||
'prefer-light'
|
||||
|
||||
/org/gnome/desktop/interface/color-scheme
|
||||
'prefer-dark'
|
||||
|
||||
|
|
@ -11,6 +11,7 @@ tooltip {
|
|||
border-radius: 0px;
|
||||
}
|
||||
|
||||
|
||||
window#waybar {
|
||||
color: #ffffff;
|
||||
background-color: rgba(0, 0, 0, 1.0);
|
||||
|
|
|
|||
1
.local/share/fonts/.uuid
Normal file
1
.local/share/fonts/.uuid
Normal file
|
|
@ -0,0 +1 @@
|
|||
b1024baf-14a0-4ea4-81ea-5d9cb8aaacae
|
||||
Loading…
Add table
Add a link
Reference in a new issue