all repos

dotfiles @ 65774cb

i use rach linux btw
2 files changed, 10 insertions(+), 10 deletions(-)
waybar: change formatting of modules
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-03-06 16:01:06 +0200
Parent: 0f37ae8
M config/waybar/config
···
                
                1
                +// vim: ft=jsonc

              
                1
                2
                 {

              
                2
                3
                   "position": "top",

              
                3
                4
                   "layer": "top",

              ···
                6
                7
                   "margin-bottom": 0,

              
                7
                8
                   "margin-left": 0,

              
                8
                9
                   "margin-right": 0,

              
                9
                
                -

              
                10
                10
                   "include": [

              
                11
                11
                     "~/.config/waybar/modules/hypr.json",

              
                12
                12
                     "~/.config/waybar/modules/info.json"

              
M config/waybar/modules/info.json
···
                3
                3
                     "icon-size": 16,

              
                4
                4
                     "spacing": 10

              
                5
                5
                   },

              
                6
                
                -    "clock": {

              
                7
                
                -        "format": "  {:%a, %d %b %H:%M}",

              
                8
                
                -        "tooltip": "true",

              
                9
                
                -        "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",

              
                10
                
                -        "on-click": "morgen"

              
                11
                
                -    },

              
                
                6
                +

              
                
                7
                +  "clock": {

              
                
                8
                +    "format": "  {:%a, %d %b %I:%M %P}",

              
                
                9
                +    "tooltip": true,

              
                
                10
                +    "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",

              
                
                11
                +    "on-click": "morgen"

              
                
                12
                +  },

              
                12
                13
                 

              
                13
                14
                   "battery": {

              
                14
                15
                     "format": "{icon}  {capacity}%",

              ···
                25
                26
                   },

              
                26
                27
                 

              
                27
                28
                   "memory": {

              
                28
                
                -    "format": "󰍛  {used}%",

              
                
                29
                +    "format": "󰍛  {used}",

              
                29
                30
                     "interval": 5

              
                30
                31
                   },

              
                31
                32
                 

              ···
                39
                40
                     "format-wifi": "󰤨  {essid}",

              
                40
                41
                     "format-linked": " {ifname} (No IP)",

              
                41
                42
                     "format-disconnected": "󰤭",

              
                42
                
                -    "format-alt": "󰤨 {ifname}: {ipaddr}/{cidr}",

              
                
                43
                +    "format-alt": "󰤨  {ifname}: {ipaddr}/{cidr}",

              
                43
                44
                     "tooltip-format": "{essid}",

              
                44
                
                -    "on-click-right": "nm-connection-editor",

              
                45
                45
                     "tooltip": false

              
                46
                46
                   },

              
                47
                47