updated config-files
This commit is contained in:
parent
004a528222
commit
7d4ecee555
11 changed files with 84 additions and 29 deletions
8
config-files/bash/.bash_profile
Normal file → Executable file
8
config-files/bash/.bash_profile
Normal file → Executable file
|
@ -2,5 +2,13 @@
|
|||
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
fi
|
||||
|
||||
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
|
||||
export GDK_BACKEND=wayland
|
||||
fi
|
||||
|
||||
mkdir -m 0700 -p /tmp/$(id -u)
|
||||
export XDG_RUNTIME_DIR=/tmp/$(id -u)
|
||||
|
||||
# Get the aliases and functions
|
||||
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
||||
|
|
0
config-files/bash/.bashrc
Normal file → Executable file
0
config-files/bash/.bashrc
Normal file → Executable file
3
config-files/gtk-3.0/settings.ini
Executable file
3
config-files/gtk-3.0/settings.ini
Executable file
|
@ -0,0 +1,3 @@
|
|||
[Settings]
|
||||
gtk-application-prefer-dark-theme=false
|
||||
gtk-theme-name=Plata-Noir-Compact
|
|
@ -1,6 +1,6 @@
|
|||
window
|
||||
{
|
||||
background:url("/home/luc/documents/backgrounds/graphite.jpg");
|
||||
background:url("/path/to/background.png");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
font=Roboto 10
|
||||
font=Roboto 12
|
||||
background-color=#1515157F
|
||||
border-size=6
|
||||
border-radius=20
|
||||
border-color=#1515157F
|
||||
icons=1
|
||||
icons=1
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"position": "top",
|
||||
"modules-left": ["wlr/taskbar"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["temperature","cpu","memory","bluetooth","pulseaudio","network","custom/search","custom/poweroff"],
|
||||
"modules-right": ["bluetooth","temperature","cpu","memory","pulseaudio","network","custom/search","custom/poweroff"],
|
||||
"fixed-center": true,
|
||||
"spacing": 20,
|
||||
"custom/poweroff":
|
||||
|
@ -122,8 +122,7 @@
|
|||
"tray":
|
||||
{
|
||||
"icon-size": 20,
|
||||
"show-passive-items": true,
|
||||
"spacing": 10
|
||||
"spacing": 20
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
font-family: "Liberation Sans", "Font Awesome 5 Free";
|
||||
font-family: "Roboto","FontAwesome";
|
||||
font-size: 20px;
|
||||
min-height: 0;
|
||||
padding-top: 1px;
|
||||
|
|
2
config-files/wlogout/style.css
Normal file → Executable file
2
config-files/wlogout/style.css
Normal file → Executable file
|
@ -1,7 +1,7 @@
|
|||
*
|
||||
{
|
||||
background-image: none;
|
||||
font-family: Roboto, Helvetica, Arial, sans-serif;
|
||||
font-family: "Roboto";
|
||||
font-size: 20px;
|
||||
}
|
||||
window
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
mode=drun
|
||||
location=2
|
||||
gtk_dark=true
|
||||
yoffset=4
|
||||
yoffset=0
|
||||
prompt=
|
||||
width=800
|
||||
height=400
|
||||
allow_images=true
|
||||
allow_markup=true
|
||||
allow_markup=true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
*
|
||||
{
|
||||
font-family: 'Montserrat', 'Cantarell', 'Caladea', sans-serif;
|
||||
font-family:"Roboto";
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue