1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-26 13:33:54 +01:00

bar and spacing tweaks

This commit is contained in:
Nick Boughton 2020-12-07 20:03:01 +00:00
parent d00b1554cb
commit 2d5df630be
4 changed files with 29 additions and 18 deletions

@ -49,7 +49,9 @@ set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
# autumn road
#output * bg /home/nick/Pictures/Forests_Autumn_Roads_Trees_Foliage_Fog_557212_1920x1080.jpg fill
# Rowboat
output * bg /home/nick/Pictures/eNHamv.jpg fill
#output * bg /home/nick/Pictures/eNHamv.jpg fill
# minimal blue sunset
output * bg /home/nick/Pictures/8895blnusy261.jpg fill
### Gnome settings
set $gnome-schema org.gnome.desktop.interface
@ -274,12 +276,12 @@ smart_gaps off
default_border pixel 2
default_floating_border normal
hide_edge_borders smart
titlebar_padding 5
titlebar_padding 5 2
#
# Colors #93cee9
#
# class border backgr. text indicator child_border
client.focused #2e3440 #2e3440 #d8dee9 #5e81ac #5e81ac
client.focused #5e81ac #2e3440 #d8dee9 #5e81ac #5e81ac
client.focused_inactive #3b4252 #3b4252 #d8dee9 #4c566a #4c566a
client.unfocused #434c5e #434c5e #d8dee9 #4c566a #4c566a
client.urgent #bf616a #bf616a #d8dee9 #d08770 #d08770

@ -1,4 +1,4 @@
image=/home/nick/Pictures/803094.jpg
image=/home/nick/Pictures/8895blnusy261.jpg
font=Roboto
indicator-radius=100
indicator-thickness=20

@ -7,13 +7,10 @@
"margin-left": 5,
"modules-left": [
"sway/workspaces",
"custom/separator",
"idle_inhibitor",
"custom/separator",
"sway/mode",
],
"modules-center": [
"custom/pacman"
],
"modules-right": [
"cpu",
@ -24,11 +21,12 @@
"disk#1",
"disk#2",
"custom/separator",
//"backlight",
//"custom/separator",
"battery",
"custom/separator",
"pulseaudio",
"custom/separator",
"backlight",
"custom/separator",
"battery",
"custom/pacman",
"clock"
],
"sway/workspaces": {
@ -135,7 +133,7 @@
"exec": "free -h | grep Swap | awk '{print $3}'"
},
"custom/separator": {
"format": "",
"format": "|",
//"rotate": 90,
"tooltip": false
}
@ -151,15 +149,16 @@
"modules-right": ["tray", "custom/spotify"],
"wlr/taskbar": {
"all-outputs": false,
//"format": "{title:.15}...",
"format": "{icon} {title:.15}...",
"icon-theme": "DarK-svg",
"icon-size": 12,
"icon-size": 11,
"on-click": "activate",
"on-middle-click": "close",
"on-right-click": "minimize"
},
"tray": {
"icon-size": 12,
"icon-size": 11,
"spacing": 10
},
"custom/weather": {

@ -42,12 +42,11 @@ window#waybar {
text-shadow: none;
background: none;
padding: 0px;
opacity: 0;
/*opacity: 0;*/
}
#mode {
margin-left: 5px;
background: #bf616a;
background: rgba(191, 97, 106, 0.75);
}
#disk.1,
@ -67,7 +66,8 @@ window#waybar {
}
#custom-pacman {
background: rgba(94,129,172, 0.75);
/*background: rgba(94,129,172, 0.75);*/
background: rgba(163,190,140, 0.75);
}
#custom-weather {
@ -104,3 +104,13 @@ window#waybar {
#taskbar button.active {
background: rgba(180, 142, 173, 0.7);
}
#idle_inhibitor {
margin: 0px;
}
#idle_inhibitor.activated {
background: rgba(163, 190, 140, 0.75);
}
#idle_inhibitor.deactivated {
background: rgba(208, 135, 112, 0.75);
}