Compare commits

..

No commits in common. "61b093207f9905f53df7b6976aeab2e706fba29f" and "582ab7a1112760e6e11d2698d3ad33c792aec07c" have entirely different histories.

7 changed files with 18 additions and 57 deletions

11
.gitignore vendored
View file

@ -33,14 +33,3 @@ local/share/tracker
config/geeqie/
config/ncmpcpp
config/gtk-2.0
config/GIMP
config/MongoDB Compass
config/configstore
config/inkscape
config/keepassx
config/keepassxc
config/onedrive
config/spicetify
config/spotify
config/systemd
local/share/Trash

View file

@ -198,8 +198,8 @@ bindsym $mod+c exec "$term -t 'Calendar' -e khal interactive"
# Dismiss last notification
bindsym $mod+n exec makoctl dismiss
# Do not disturb
bindsym $mod+d exec "notify-send -i ~/icons/information.png 'Notification' 'Disabling notification…' && makoctl set-mode do-not-disturb"
bindsym $mod+Shift+d exec "makoctl set-mode default && makoctl restore && notify-send -i ~/icons/information.png 'Notification' 'Notification enabled'"
bindsym $mod+d exec makoctl set-mode do-not-disturb
bindsym $mod+Shift+d exec "makoctl set-mode default && makoctl restore"
# Multimedia keys
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%

View file

@ -1,6 +1,5 @@
[
{
"name": "thinkstation",
"layer": "bottom",
"position": "top",
"margin": 4,
@ -136,7 +135,6 @@
}
},
{
"name": "laptop",
"layer": "bottom",
"position": "top",
"margin": 4,
@ -163,7 +161,7 @@
"tray"
],
"custom/clock": {
"exec": "date +'%d/%m/%Y %H:%M'",
"exec": "date +'%a %x %R'",
"interval": 60,
},
"sway/workspaces": {
@ -177,13 +175,13 @@
"interval": 60,
"format": " {percentage_used:2}%",
"path": "/",
"tooltip": true,
"tooltip": false,
},
"disk#2": {
"interval": 60,
"format": " {percentage_used:2}%",
"path": "/home",
"tooltip": true
"tooltip": false
},
"battery": {
"bat": "BAT0",
@ -194,8 +192,7 @@
},
"format": "{capacity}% {icon}",
"format-icons": ["", "", "", "", ""],
"max-length": 25,
"tooltip": true
"max-length": 25
},
"network": {
"interface": "wlp59s0",
@ -204,34 +201,32 @@
"format-ethernet": "{ifname} ",
"format-disconnected": "", //An empty format will hide the module.
"max-length": 50,
"tooltip": true
"tooltip": false
},
"network#openvpn": {
"interface": "tun0",
"format": "🔒",
"format-disconnected": "🔓", //An empty format will hide the module.
"max-length": 50,
"tooltip": true
"tooltip": false
},
"cpu": {
"format": " {load}%",
"tooltip": true
"tooltip": false
},
"memory": {
"format": " {percentage}%",
"tooltip": true
"tooltip": false
},
"temperature": {
"thermal-zone": 1,
"hwmon-path": "/sys/class/hwmon/hwmon0/temp1_input",
"format": " {temperatureC}°C",
"tooltip": true,
"format": " {temperatureC}°C"
},
"backlight": {
"device": "intel_backlight",
"format": "{percent}% {icon}",
"format-icons": ["", ""],
"tooltip": true,
"format-icons": ["", ""]
},
"pulseaudio": {
"format": "♪ {volume}% {icon}",
@ -248,7 +243,7 @@
},
"scroll-step": 5,
"on-click": "pavucontrol",
"tooltip": true
"tooltip": false
},
"mpd": {
"format": "{stateIcon}{randomIcon}{repeatIcon}{singleIcon} {artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ",
@ -272,7 +267,11 @@
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)",
"tooltip": true
"tooltip": false
},
"clock": {
"format": "{:%d/%m %H:%M}",
"tooltip": false
},
"tray": {
"spacing": 10

View file

@ -76,17 +76,6 @@ window#waybar {
border-bottom-left-radius: 0;
}
/* Style for battery */
#battery.discharging {
border: 2px solid rgba(208, 135, 112, 0.7);
}
#battery.warning {
background: rgba(208, 135, 112, 0.7);
}
#battery.critical {
background: rgba(191, 97, 106, 0.7);
}
/* Style for buttons */
#mpd,
#custom-spotify,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 933 B

View file

@ -1,8 +0,0 @@
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
NoDisplay=true
Exec=/opt/firefox/firefox-bin %u
Name=Firefox
Comment=Custom definition for Firefox

View file

@ -1,8 +0,0 @@
[Desktop Entry]
Type=Application
Name=Spotify
Exec=spotify
Terminal=false
Icon=/home/dbroqua/icons/spotify.png
StartupWMClass=spotify
Categories=Multimedia;