Compare commits
2 commits
2a745fa734
...
dea65241a9
Author | SHA1 | Date | |
---|---|---|---|
dea65241a9 | |||
3407087351 |
3 changed files with 29 additions and 3 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
@ -9,3 +9,24 @@ config/bpytop/error.log
|
||||||
config/ranger/plugins/__pycache__
|
config/ranger/plugins/__pycache__
|
||||||
dotfiles/.ncmpcpp/error.log
|
dotfiles/.ncmpcpp/error.log
|
||||||
dotfiles/.vim/.netrwhist
|
dotfiles/.vim/.netrwhist
|
||||||
|
config/JetBrains
|
||||||
|
config/Microsoft
|
||||||
|
config/Nextcloud
|
||||||
|
config/Postman
|
||||||
|
config/QtProject.conf
|
||||||
|
config/Signal
|
||||||
|
config/autostart
|
||||||
|
config/dconf
|
||||||
|
config/libreoffice
|
||||||
|
config/teams
|
||||||
|
config/pulse
|
||||||
|
config/mimeapps.list
|
||||||
|
local/share/JetBrains
|
||||||
|
local/share/Nextcloud
|
||||||
|
local/share/fonts
|
||||||
|
local/share/gvfs-metadata
|
||||||
|
local/share/keyrings
|
||||||
|
local/share/mime/
|
||||||
|
local/share/ranger
|
||||||
|
local/share/recently-used.xbel
|
||||||
|
local/share/tracker
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"clock",
|
"clock",
|
||||||
"tray"
|
"tray"
|
||||||
],
|
],
|
||||||
"sway/workspaces": {
|
"sway/workspaces": {
|
||||||
"all-outputs": true
|
"all-outputs": true
|
||||||
},
|
},
|
||||||
"sway/mode": {
|
"sway/mode": {
|
||||||
|
@ -157,10 +157,14 @@
|
||||||
"backlight",
|
"backlight",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"mpd",
|
"mpd",
|
||||||
"clock",
|
"custom/clock",
|
||||||
"tray"
|
"tray"
|
||||||
],
|
],
|
||||||
"sway/workspaces": {
|
"custom/clock": {
|
||||||
|
"exec": "date +'%a %x %R'",
|
||||||
|
"interval": 60,
|
||||||
|
},
|
||||||
|
"sway/workspaces": {
|
||||||
"all-outputs": true
|
"all-outputs": true
|
||||||
},
|
},
|
||||||
"sway/mode": {
|
"sway/mode": {
|
||||||
|
|
|
@ -23,6 +23,7 @@ window#waybar {
|
||||||
#custom-multimedia_previous,
|
#custom-multimedia_previous,
|
||||||
#custom-multimedia_current,
|
#custom-multimedia_current,
|
||||||
#custom-multimedia_next,
|
#custom-multimedia_next,
|
||||||
|
#custom-clock,
|
||||||
#clock,
|
#clock,
|
||||||
#mpd,
|
#mpd,
|
||||||
#backlight,
|
#backlight,
|
||||||
|
|
Loading…
Reference in a new issue