Small changes

This commit is contained in:
Marko Korhonen 2020-04-14 12:37:19 +03:00
parent 734a8f02e2
commit a73fa759eb
3 changed files with 125 additions and 136 deletions

View file

@ -31,9 +31,6 @@ Plug 'https://git.zx2c4.com/password-store', { 'rtp': 'contrib/vim/redact_pass.v
" Colorize color words
Plug 'norcalli/nvim-colorizer.lua'
" Use neovim from firefox
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }
" Spelling
Plug 'vim-scripts/Vimchant'

View file

@ -1,7 +1,8 @@
// vim: ft=jsonc
// vim: ft=json
{
"layer": "bottom", // Waybar at top layer
"height": 22, // Waybar height
"layer": "top",
"test": "asd",
"height": 22,
"modules-left": ["sway/workspaces", "sway/mode", "custom/media"],
"modules-center": ["sway/window"],
"modules-right": [
@ -14,7 +15,6 @@
"clock",
"tray"
],
// Modules configuration
"sway/workspaces": {
"disable-scroll": true,
"all-outputs": true,
@ -45,18 +45,18 @@
"format": "{ifname}",
"format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ipaddr} ",
"format-disconnected": "Disconnected ", //An empty format will hide the module.
"format-disconnected": "Disconnected ",
"tooltip-format": "{ifname}",
"tooltip-format-wifi": "{ifname} {frequency}MHz ",
"tooltip-format-ethernet": "{ifname} ",
"tooltip-format-disconnected": "Disconnected"
},
"tray": {
// "icon-size": 21,
"spacing": 10
},
"clock": {
"tooltip": false,
"tooltip": true,
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%Y-%m-%d %H:%M} "
},
"cpu": {
@ -68,20 +68,17 @@
"format": "{}% "
},
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["", ""]
},
"battery": {
"tooltip": false,
"tooltip": true,
"tooltip-format": "{time}",
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""]
},
"battery#bat2": {
@ -89,7 +86,6 @@
},
"pulseaudio": {
"tooltip": false,
//"scroll-step": 1,
"format": "{volume}% {icon}",
"format-bluetooth": "{volume}% ",
"format-muted": "",

View file

@ -19,9 +19,6 @@ export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
# Fix redshift on wlroots
export WLR_DRM_NO_ATOMIC=1
# Use wayland in SDL2
export SDL_VIDEODRIVER=wayland
# Run sway
sway
@ -35,4 +32,3 @@ unset QT_QPA_PLATFORMTHEME=qt5ct
unset QT_QPA_PLATFORM=wayland-egl
unset QT_WAYLAND_DISABLE_WINDOWDECORATION=1
unset WLR_DRM_NO_ATOMIC=1
unset SDL_VIDEODRIVER=wayland