Compare commits
6 Commits
f7624bccda
...
waybar
| Author | SHA1 | Date | |
|---|---|---|---|
|
5ed69da6fc
|
|||
|
bcb7a93b90
|
|||
|
2f672733c2
|
|||
|
de535944f3
|
|||
|
6e56e1d203
|
|||
|
5721cebb57
|
5
.gitignore
vendored
5
.gitignore
vendored
@@ -42,7 +42,10 @@ tmux/*
|
|||||||
git/*
|
git/*
|
||||||
!git/config
|
!git/config
|
||||||
!git/ignore
|
!git/ignore
|
||||||
!git/aflabs
|
!git/config.d
|
||||||
|
git/config.d/*
|
||||||
|
!git/config.d/aflabs.conf
|
||||||
|
!git/config.d/flare.conf
|
||||||
|
|
||||||
# ghostty
|
# ghostty
|
||||||
!ghostty
|
!ghostty
|
||||||
|
|||||||
18
git/config
18
git/config
@@ -1,12 +1,3 @@
|
|||||||
[includeIf "gitdir:~/Desktop/git/git.aflabs.org/"]
|
|
||||||
path = ~/.config/git/config.d/aflabs.conf
|
|
||||||
|
|
||||||
[includeIf "gitdir:~/Desktop/git/gitlab.com/flarenetwork"]
|
|
||||||
path = ~/.config/git/config.d/flare.conf
|
|
||||||
|
|
||||||
[includeIf "gitdir:~/Desktop/git/gitlab.com/flare-foundation"]
|
|
||||||
path = ~/.config/git/config.d/flare.conf
|
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Matej Janežič
|
name = Matej Janežič
|
||||||
email = janezic.mj@gmail.com
|
email = janezic.mj@gmail.com
|
||||||
@@ -54,3 +45,12 @@
|
|||||||
|
|
||||||
[mergetool "nvimdiff"]
|
[mergetool "nvimdiff"]
|
||||||
layout = "LOCAL,BASE,REMOTE / MERGED"
|
layout = "LOCAL,BASE,REMOTE / MERGED"
|
||||||
|
|
||||||
|
[includeIf "gitdir:~/git/git.aflabs.org/**"]
|
||||||
|
path = ~/.config/git/config.d/aflabs.conf
|
||||||
|
|
||||||
|
[includeIf "gitdir:~/git/gitlab.com/flarenetwork/**"]
|
||||||
|
path = ~/.config/git/config.d/flare.conf
|
||||||
|
|
||||||
|
[includeIf "gitdir:~/git/gitlab.com/flare-foundation/**"]
|
||||||
|
path = ~/.config/git/config.d/flare.conf
|
||||||
|
|||||||
2
git/config.d/aflabs.conf
Normal file
2
git/config.d/aflabs.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[user]
|
||||||
|
email = matej.janezic@aflabs.com
|
||||||
2
git/config.d/flare.conf
Normal file
2
git/config.d/flare.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[user]
|
||||||
|
email = matej@flare.network
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
input "type:keyboard" {
|
input "type:keyboard" {
|
||||||
|
xkb_options "fkeys:basic_13-24"
|
||||||
repeat_delay 150
|
repeat_delay 150
|
||||||
repeat_rate 35
|
repeat_rate 35
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -83,7 +83,8 @@ bindsym $mod+minus scratchpad show
|
|||||||
bindsym --locked XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle
|
bindsym --locked XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle
|
||||||
bindsym --locked XF86AudioLowerVolume exec pamixer -d 5 && pamixer --get-volume > $wobs
|
bindsym --locked XF86AudioLowerVolume exec pamixer -d 5 && pamixer --get-volume > $wobs
|
||||||
bindsym --locked XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobs
|
bindsym --locked XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobs
|
||||||
bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
|
bindsym --locked F16 exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
|
||||||
|
|
||||||
# xf86-brightnes
|
# xf86-brightnes
|
||||||
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||||
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ for_window [tiling] border normal $border
|
|||||||
assign [app_id="google-chrome"] workspace 2
|
assign [app_id="google-chrome"] workspace 2
|
||||||
assign [app_id="thunderbird"] workspace 3
|
assign [app_id="thunderbird"] workspace 3
|
||||||
assign [app_id="Cider"] workspace 4
|
assign [app_id="Cider"] workspace 4
|
||||||
assign [class=".*BoltLauncher.*"] workspace 5
|
assign [app_id=".*BoltLauncher.*"] workspace 5
|
||||||
assign [class="net-runelite.*"] workspace 5
|
assign [class="net-runelite.*"] workspace 5
|
||||||
assign [app_id="vesktop"] workspace 8
|
assign [app_id="vesktop"] workspace 8
|
||||||
assign [app_id="Slack"] workspace 8
|
assign [app_id="Slack"] workspace 8
|
||||||
|
|||||||
@@ -9,7 +9,8 @@
|
|||||||
"sway/workspaces", "sway/mode"
|
"sway/workspaces", "sway/mode"
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"privacy"
|
"privacy",
|
||||||
|
"custom/ssh-login"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"custom/cider",
|
"custom/cider",
|
||||||
@@ -170,18 +171,6 @@
|
|||||||
},
|
},
|
||||||
"on-click": "pavucontrol",
|
"on-click": "pavucontrol",
|
||||||
},
|
},
|
||||||
"custom/media": {
|
|
||||||
"format": "{icon} {text}",
|
|
||||||
"return-type": "json",
|
|
||||||
"max-length": 40,
|
|
||||||
"format-icons": {
|
|
||||||
"spotify": "",
|
|
||||||
"default": "🎜",
|
|
||||||
},
|
|
||||||
"escape": true,
|
|
||||||
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null", // Script in resources folder
|
|
||||||
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
|
|
||||||
},
|
|
||||||
"custom/power": {
|
"custom/power": {
|
||||||
"format": "⏻ ",
|
"format": "⏻ ",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
@@ -194,6 +183,13 @@
|
|||||||
"hibernate": "systemctl hibernate",
|
"hibernate": "systemctl hibernate",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"custom/ssh-login": {
|
||||||
|
"format": "{}",
|
||||||
|
"interval": 1,
|
||||||
|
// "exec-if": "who",
|
||||||
|
"exec": "who | awk '{ print $2 }'",
|
||||||
|
"on-click": "pkill -9 -t $(who | awk '{ print $2 }')",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
@@ -205,14 +201,14 @@
|
|||||||
"network",
|
"network",
|
||||||
"clock",
|
"clock",
|
||||||
],
|
],
|
||||||
"network": {
|
"network": {
|
||||||
"format-ethernet": "{ipaddr}/{cidr}",
|
"format-ethernet": "{ipaddr}/{cidr}",
|
||||||
"format-disconnected": "disconnected"
|
"format-disconnected": "disconnected"
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": "{:%Y/%m/%d %H:%M:%S}",
|
"format": "{:%Y/%m/%d %H:%M:%S}",
|
||||||
"tooltip-format": "<big><tt>{calendar}</tt></big>",
|
"tooltip-format": "<big><tt>{calendar}</tt></big>",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user