mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-22 23:51:57 +01:00
pre-branch commit
This commit is contained in:
parent
8d11686707
commit
88cf8ca7f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@ inkscape/
|
|||||||
libreoffice/
|
libreoffice/
|
||||||
evince/
|
evince/
|
||||||
Thunar/
|
Thunar/
|
||||||
|
transmission/
|
||||||
|
@ -21,7 +21,12 @@ set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
|
|||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#output * bg /home/nick/Pictures/VEU9Nr4.png fill
|
#output * bg /home/nick/Pictures/VEU9Nr4.png fill
|
||||||
output * bg /home/nick/Pictures/Starry\ Sky\ wallpapers\ Snowy\ Mountain\ Starry\ Sky\ stock\ photos.jpg fill
|
#output * bg /home/nick/Pictures/Starry\ Sky\ wallpapers\ Snowy\ Mountain\ Starry\ Sky\ stock\ photos.jpg fill
|
||||||
|
#output * bg /home/nick/Pictures/Rainy-Day-Wallpaper.jpg fill
|
||||||
|
output * bg /home/nick/Pictures/803094.jpg fill
|
||||||
|
#output * bg /home/nick/Pictures/EmtJwQGXEAI99ZS.jpg fill
|
||||||
|
#output * bg /home/nick/Pictures/Nord_minimalism_colorful-1928527.png fill
|
||||||
|
#output * bg /home/nick/Pictures/59bsn5hgnojy.jpg fill
|
||||||
|
|
||||||
### Gnome settings
|
### Gnome settings
|
||||||
set $gnome-schema org.gnome.desktop.interface
|
set $gnome-schema org.gnome.desktop.interface
|
||||||
@ -64,6 +69,8 @@ for_window [app_id=pcmanfm] floating enable
|
|||||||
for_window [app_id=pavucontrol] floating enable
|
for_window [app_id=pavucontrol] floating enable
|
||||||
for_window [app_id=ristretto] floating enable
|
for_window [app_id=ristretto] floating enable
|
||||||
for_window [app_id=ranger] floating enable
|
for_window [app_id=ranger] floating enable
|
||||||
|
for_window [app_id=transmission-gtk] floating enable
|
||||||
|
for_window [app_id=io.github.celluloid_player.Celluloid] floating enable
|
||||||
for_window [app_id=".*"] border pixel
|
for_window [app_id=".*"] border pixel
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
image=/home/nick/Pictures/Starry\ Sky\ wallpapers\ Snowy\ Mountain\ Starry\ Sky\ stock\ photos.jpg
|
image=/home/nick/Pictures/803094.jpg
|
||||||
font=Roboto
|
font=Roboto
|
||||||
indicator-radius=200
|
indicator-radius=100
|
||||||
indicator-thickness=30
|
indicator-thickness=20
|
||||||
|
|
||||||
key-hl-color=81a1c1
|
key-hl-color=81a1c1
|
||||||
separator-color=3b4252
|
separator-color=3b4252
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
window.eDP-1 * {
|
window.eDP-1 * {
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
@ -40,7 +40,7 @@ window#waybar {
|
|||||||
#custom-separator,
|
#custom-separator,
|
||||||
#taskbar,
|
#taskbar,
|
||||||
#tray {
|
#tray {
|
||||||
background: #4c566a;
|
/*background: #4c566a;*/
|
||||||
padding: 0px 7px 0px 7px;
|
padding: 0px 7px 0px 7px;
|
||||||
text-shadow: 1px 1px 1px #2e3440;
|
text-shadow: 1px 1px 1px #2e3440;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -51,6 +51,7 @@ window#waybar {
|
|||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
background: none;
|
background: none;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
|
Loading…
Reference in New Issue
Block a user