updated config-files

This commit is contained in:
Luc Bijl 2023-02-04 20:38:12 +01:00
parent 004a528222
commit 7d4ecee555
11 changed files with 84 additions and 29 deletions

8
config-files/bash/.bash_profile Normal file → Executable file
View 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
View file

View file

@ -0,0 +1,3 @@
[Settings]
gtk-application-prefer-dark-theme=false
gtk-theme-name=Plata-Noir-Compact

View file

@ -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;

View file

@ -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

View file

@ -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
}
}
]
]

View file

@ -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
View file

@ -1,7 +1,7 @@
*
{
background-image: none;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-family: "Roboto";
font-size: 20px;
}
window

View file

@ -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

View file

@ -1,6 +1,6 @@
*
{
font-family: 'Montserrat', 'Cantarell', 'Caladea', sans-serif;
font-family:"Roboto";
font-size: 16px;
font-weight: 400;
}