new wallpaper and theme tweaks
This commit is contained in:
@@ -173,7 +173,7 @@ bindsym $mod+r mode "resize"
|
|||||||
#--------#
|
#--------#
|
||||||
|
|
||||||
# Background
|
# Background
|
||||||
output * bg /usr/share/backgrounds/bg.jpg fill
|
output * bg /usr/share/backgrounds/bg.png fill
|
||||||
|
|
||||||
# Monitors
|
# Monitors
|
||||||
# output HDMI-A-3 mode 1920x1080@74.973Hz
|
# output HDMI-A-3 mode 1920x1080@74.973Hz
|
||||||
|
|||||||
@@ -80,21 +80,14 @@ button:hover {
|
|||||||
color: @orange;
|
color: @orange;
|
||||||
background: @base;
|
background: @base;
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
background: @base;
|
background: @base;
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background: @red;
|
color: @red;
|
||||||
box-shadow: inset 0px 0px 0px 3px @base;
|
|
||||||
text-shadow: none;
|
|
||||||
color: @base;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ fc-cache -fv
|
|||||||
|
|
||||||
# link wallpaper
|
# link wallpaper
|
||||||
mkdir -p "/usr/share/backgrounds"
|
mkdir -p "/usr/share/backgrounds"
|
||||||
sudo cp -f ~/dotfiles/bg.jpg /usr/share/backgrounds/bg.jpg
|
sudo cp -f ~/dotfiles/bg.png /usr/share/backgrounds/bg.png
|
||||||
|
|
||||||
xdg-settings set default-web-browser brave-browser.desktop
|
xdg-settings set default-web-browser brave-browser.desktop
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user