kolejne zmiany, dużo, zebrało się

This commit is contained in:
2024-11-23 09:47:23 +01:00
parent 192276ff80
commit e167001547
42 changed files with 910 additions and 313 deletions

View File

@ -0,0 +1,144 @@
[colors.bright]
black = "0x9ca5a6"
blue = "0x38B3BF"
cyan = "0xA5CCD5"
green = "0x297889"
magenta = "0x539DA8"
red = "0x23837B"
white = "0xdfecee"
yellow = "0x507785"
[colors.cursor]
cursor = "0xdfecee"
text = "0x0C0F11"
[colors.normal]
black = "0x0C0F11"
blue = "0x38B3BF"
cyan = "0xA5CCD5"
green = "0x297889"
magenta = "0x539DA8"
red = "0x23837B"
white = "0xdfecee"
yellow = "0x507785"
[colors.primary]
background = "0x0C0F11"
foreground = "0xdfecee"
[cursor]
style = "Beam"
[env]
TERM = "xterm-256color"
[font]
size = 9.0
[font.bold]
family = "Terminus (TTF)"
style = "Bold"
[font.italic]
family = "Terminus (TTF)"
style = "Regular"
[font.normal]
family = "Terminus (TTF)"
style = "Regular"
[font.offset]
x = 0
y = 0
[[keyboard.bindings]]
action = "SpawnNewInstance"
key = "Return"
mods = "Control|Shift"
[[keyboard.bindings]]
action = "Paste"
key = "V"
mods = "Alt"
[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "J"
mods = "Alt"
[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "K"
mods = "Alt"
[[keyboard.bindings]]
action = "ScrollPageUp"
key = "PageUp"
mods = "Shift"
[[keyboard.bindings]]
action = "ScrollPageDown"
key = "PageDown"
mods = "Shift"
[mouse]
hide_when_typing = true
[[mouse.bindings]]
action = "PasteSelection"
mods = "Shift"
mouse = "Middle"
[[mouse.bindings]]
action = "Paste"
mods = "Shift"
mouse = "Right"
[[mouse.bindings]]
action = "None"
mouse = "Middle"
[[mouse.bindings]]
action = "None"
mouse = "Right"
[scrolling]
history = 10000
multiplier = 3
[selection]
#ave_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
[terminal.shell]
args = ["-l"]
program = "/bin/zsh"
[window]
decorations = "none"
dynamic_padding = true
dynamic_title = true
opacity = 0.9
[window.class]
general = "Alacritty"
instance = "Alacritty"
[window.dimensions]
columns = 80
lines = 20
[window.padding]
x = 12
y = 12
[window.position]
x = 0
y = 0
[general]
working_directory = "None"
[terminal]

View File

@ -1,5 +1,5 @@
env:
TERM: xterm-256color
TERM: xterm-256color
window:
dimensions:
columns: 80
@ -34,7 +34,7 @@ font:
style: Bold
italic:
family: Terminus (TTF)
style: Italic
style: Regular
size: 9.0
offset:
x: 0
@ -42,7 +42,7 @@ font:
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
ave_to_clipboard: true
# ave_to_clipboard: true
cursor:
style: Beam
@ -56,22 +56,22 @@ working_directory: None
mouse:
hide_when_typing: true
hints:
launcher:
program: xdg-open
args: []
#hints:
# launcher:
# program: xdg-open
# args: []
mouse_bindings:
- { mouse: Middle, mods: Shift, action: PasteSelection }
- { mouse: Right, mods: Shift, action: Paste }
- { mouse: Middle, action: None }
- { mouse: Right, action: None }
- { mouse: Right, mods: Shift, action: Paste }
- { mouse: Middle, action: None }
- { mouse: Right, action: None }
key_bindings:
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
- { key: V, mods: Alt, action: Paste}
- { key: J, mods: Alt, action: IncreaseFontSize }
- { key: K, mods: Alt, action: DecreaseFontSize }
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
- { key: V, mods: Alt, action: Paste }
- { key: J, mods: Alt, action: IncreaseFontSize }
- { key: K, mods: Alt, action: DecreaseFontSize }
# - { key: J, mods: Shift, action: ScrollLineUp}
# - { key: K, mods: Shift, action: ScrollLineDown}
# { mouse: Middle, action: PasteSelection }
@ -79,8 +79,8 @@ key_bindings:
#- { key: Copy, action: Copy }
#- { key: L, mods: Control, action: ClearLogNotice }
#- { key: L, mods: Control, mode: ~Vi, chars: "\x0c" }
- { key: PageUp, mods: Shift, action: ScrollPageUp, }
- { key: PageDown, mods: Shift, action: ScrollPageDown }
- { key: PageUp, mods: Shift, action: ScrollPageUp }
- { key: PageDown, mods: Shift, action: ScrollPageDown }
#- { key: Home, mods: Shift, mode: ~Alt, action: ScrollToTop, }
#- { key: End, mods: Shift, mode: ~Alt, action: ScrollToBottom }
@ -230,41 +230,38 @@ key_bindings:
# cyan: '0x8ec07c'
# white: '0xebdbb2'
# Colors (Hyper)
colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xffffff'
cursor:
text: '0xF81CE5'
cursor: '0xffffff'
#colors:
# # Default colors
# primary:
# background: '0x000000'
# foreground: '0xffffff'
# cursor:
# text: '0xF81CE5'
# cursor: '0xffffff'
# Normal colors
normal:
black: '0x000000'
red: '0xfe0100'
green: '0x33ff00'
yellow: '0xfeff00'
blue: '0x0066ff'
magenta: '0xcc00ff'
cyan: '0x00ffff'
white: '0xd0d0d0'
# Normal colors
# normal:
# black: '0x000000'
# red: '0xfe0100'
# green: '0x33ff00'
# yellow: '0xfeff00'
# blue: '0x0066ff'
# magenta: '0xcc00ff'
# cyan: '0x00ffff'
# white: '0xd0d0d0'
# Bright colors
# bright:
# black: '0x808080'
# red: '0xfe0100'
# green: '0x33ff00'
# yellow: '0xfeff00'
# blue: '0x0066ff'
# magenta: '0xcc00ff'
# cyan: '0x00ffff'
# white: '0xFFFFFF'
# Bright colors
bright:
black: '0x808080'
red: '0xfe0100'
green: '0x33ff00'
yellow: '0xfeff00'
blue: '0x0066ff'
magenta: '0xcc00ff'
cyan: '0x00ffff'
white: '0xFFFFFF'
# Colors (Gotham)
# colors:
# # Default colors
@ -296,28 +293,28 @@ colors:
# BEGIN ACE
colors:
primary:
background: '0x0C0F11'
foreground: '0xdfecee'
background: '0x0f0e09'
foreground: '0xdbcdac'
cursor:
text: '0x0C0F11'
cursor: '0xdfecee'
text: '0x0f0e09'
cursor: '0xdbcdac'
normal:
black: '0x0C0F11'
red: '0x23837B'
green: '0x297889'
yellow: '0x507785'
blue: '0x38B3BF'
magenta: '0x539DA8'
cyan: '0xA5CCD5'
white: '0xdfecee'
black: '0x0f0e09'
red: '0x6B5835'
green: '0x324443'
yellow: '0x746A46'
blue: '0x8C552E'
magenta: '0x89784D'
cyan: '0x9F8D5E'
white: '0xdbcdac'
bright:
black: '0x9ca5a6'
red: '0x23837B'
green: '0x297889'
yellow: '0x507785'
blue: '0x38B3BF'
magenta: '0x539DA8'
cyan: '0xA5CCD5'
white: '0xdfecee'
black: '0x998f78'
red: '0x6B5835'
green: '0x324443'
yellow: '0x746A46'
blue: '0x8C552E'
magenta: '0x89784D'
cyan: '0x9F8D5E'
white: '0xdbcdac'
# END ACE

View File

@ -2,10 +2,10 @@
LocationMode=path-bar
ShowHidden=false
ShowSizeColumn=true
GeometryX=2376
GeometryY=194
GeometryX=456
GeometryY=1287
GeometryWidth=1008
GeometryHeight=690
SortColumn=name
SortOrder=ascending
SortColumn=modified
SortOrder=descending
StartupMode=recent

View File

@ -1 +1,2 @@
file:///home/paramah/Projects
file:///home/paramah/Nextcloud

View File

@ -1,191 +1,2 @@
/* Custom styles */
/* select-off
@define-color selected_bg_color #398ee7;
@define-color selected_fg_color #eeeeee;
@define-color theme_selected_bg_color @selected_bg_color;
@define-color theme_selected_fg_color @selected_fg_color;
select-off */
/* panel-off
@define-color panel_bg_color #cccccc;
@define-color panel_fg_color #333333;
PanelWidget,
PanelApplet,
PanelToplevel,
PanelSeparator,
PanelApplet > GtkMenuBar.menubar,
PanelApplet > GtkMenuBar.menubar.menuitem,
PanelMenuBar.menubar,
PanelMenuBar.menubar.menuitem,
PanelAppletFrame,
UnityPanelWidget,
.gnome-panel-menu-bar,
.unity-panel {
background-image: -gtk-gradient(linear,left top,left bottom,from(shade(@panel_bg_color,1.2)),to(shade(@panel_bg_color,0.8)));
color: @panel_fg_color;
}
.unity-panel.menuitem,
.unity-panel .menuitem {
color: @panel_fg_color;
}
.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem *:hover {
border-color: shade(@panel_bg_color, 0.7);
border-image: none;
background-image: -gtk-gradient(linear,left top,left bottom,from(shade(@panel_bg_color, 0.97)),to(shade(@panel_bg_color, 0.82)));
color: @panel_fg_color;
}
PanelApplet .button {
border-color: transparent;
border-image: none;
background-image: -gtk-gradient(linear,left top,left bottom,from(shade(@panel_bg_color,1.2)),to(shade(@panel_bg_color,0.8)));
color: @panel_fg_color;
box-shadow: none;
text-shadow: none;
-unico-inner-stroke-width: 0;
}
PanelApplet .button:active {
border-color: shade(@panel_bg_color,0.8);
border-image: none;
background-image: -gtk-gradient(linear,left top,left bottom,from(shade(shade(@panel_bg_color,1.02),0.9)),to(shade(shade(@panel_bg_color,1.02),0.95)));
color: @panel_fg_color;
box-shadow: none;
text-shadow: none;
-unico-inner-stroke-width: 0;
}
PanelApplet .button:prelight {
border-color: transparent;
border-image: none;
background-image: -gtk-gradient(linear,left top,left bottom,from(shade(@panel_bg_color,1.2)),to(shade(@panel_bg_color,1.0)));
color: @panel_fg_color;
box-shadow: none;
text-shadow: none;
-unico-inner-stroke-width: 0;
}
PanelApplet .button:active:prelight {
border-color: shade(@panel_bg_color,0.8);
border-image: none;
background-image: -gtk-gradient(linear,left top,left bottom,from(shade(shade(@panel_bg_color,1.02),1.0)),to(shade(shade(@panel_bg_color,1.02),1.05)));
color: @panel_fg_color;
box-shadow: none;
text-shadow: none;
-unico-inner-stroke-width: 0;
}
WnckPager,
WnckTasklist {
background-color: @panel_bg_color;
}
panel-off */
/* menu-off
@define-color menu_bg_color #eeeeee;
@define-color menu_fg_color #333333;
GtkTreeMenu.menu,
GtkMenuToolButton.menu,
GtkComboBox .menu {
background-color: @menu_bg_color;
}
.primary-toolbar .button .menu,
.toolbar .menu,
.toolbar .primary-toolbar .menu,
.menu {
border-style: none;
background-image: none;
background-color: @menu_bg_color;
color: @menu_fg_color;
box-shadow: none;
text-shadow: none;
-unico-inner-stroke-width: 0;
}
.menu.button:hover,
.menu.button:active,
.menu.button:active:insensitive,
.menu.button:insensitive,
.menu.button {
background-color: @menu_bg_color;
background-image: none;
}
GtkTreeMenu .menuitem * {
color: @menu_fg_color;
}
.menuitem,
.menu .menuitem {
background-color: transparent;
}
.menu .menuitem:active,
.menu .menuitem:hover {
background-color: @theme_selected_bg_color;
}
.menuitem.check,
.menuitem.radio,
.menuitem.check:hover,
.menuitem.radio:hover,
.menuitem.check:active,
.menuitem.radio:active {
background-color: transparent;
}
.menu .menuitem:insensitive,
.menu .menuitem *:insensitive {
color: mix(@menu_fg_color,@menu_bg_color,0.5);
}
.menuitem.arrow {
color: alpha(@menu_fg_color, 0.6);
}
.menuitem .entry {
border-color: shade(@menu_bg_color,0.7);
border-image: none;
background-color: @menu_bg_color;
background-image: none;
color: @menu_fg_color;
}
.menuitem .accelerator {
color: alpha(@menu_fg_color,0.6);
}
.menuitem .accelerator:insensitive {
color: alpha(mix(@menu_fg_color,@menu_bg_color,0.5),0.6);
text-shadow: none;
}
.menuitem.separator {
background-color: transparent;
color: shade(@menu_bg_color, 0.9);
}
.menuitem GtkCalendar,
.menuitem GtkCalendar.button,
.menuitem GtkCalendar.header,
.menuitem GtkCalendar.view {
border-color: shade(@menu_bg_color,0.8);
border-image: none;
background-color: @menu_bg_color;
background-image: none;
color: @menu_fg_color;
}
.menuitem GtkCalendar:inconsistent {
color: mix(@menu_fg_color,@menu_bg_color,0.5);
}
menu-off */
/* Remove dotted lines from GTK 3 applications */
.undershoot.top, .undershoot.right, .undershoot.bottom, .undershoot.left { background-image: none; }

View File

@ -1,11 +1,19 @@
[Settings]
gtk-application-prefer-dark-theme=1
gtk-button-images=1
gtk-theme-name=Adwaita
gtk-icon-theme-name=Adwaita
gtk-font-name=Cantarell 10
gtk-cursor-theme-name=Adwaita
gtk-fallback-icon-theme=Adwaita
gtk-font-name=Noto Sans Cypriot Regular 9
gtk-icon-theme-name=Gruvbox
gtk-menu-images=0
gtk-primary-button-warps-slider=false
gtk-theme-name=Breeze-Dark
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
gtk-button-images=1
gtk-menu-images=0
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintmedium
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=1
gtk-fallback-icon-theme=Adwaita
gtk-primary-button-warps-slider=false

View File

@ -13,4 +13,24 @@
</metadata>
</info>
</bookmark>
<bookmark href="smb://myszka/projekty/" added="2024-01-06T15:22:09.410445Z" modified="2024-01-20T14:30:44.304461Z" visited="2024-01-20T14:30:44.304459Z">
<title>projekty na myszka</title>
<info>
<metadata owner="http://freedesktop.org">
<bookmark:applications>
<bookmark:application name="org.gnome.Nautilus" exec="&apos;org.gnome.Nautilus %u&apos;" modified="2024-01-20T14:30:44.304459Z" count="3"/>
</bookmark:applications>
</metadata>
</info>
</bookmark>
<bookmark href="smb://myszka/media/" added="2024-01-18T11:53:45.487441Z" modified="2024-01-18T11:53:45.487444Z" visited="2024-01-18T11:53:45.487441Z">
<title>media na myszka</title>
<info>
<metadata owner="http://freedesktop.org">
<bookmark:applications>
<bookmark:application name="org.gnome.Nautilus" exec="&apos;org.gnome.Nautilus %u&apos;" modified="2024-01-18T11:53:45.487442Z" count="1"/>
</bookmark:applications>
</metadata>
</info>
</bookmark>
</xbel>

View File

@ -1,23 +1,13 @@
profile Home {
output eDP-1 mode 1920x1080@60Hz position 1920,0
output DP-3 mode 1920x1080@60Hz position 3830,0
output DP-4 mode 1920x1080@60Hz position 0,0
output eDP-1 mode 1920x1080 position 850,1080 transform normal
output DP-3 mode 1920x1080 position 0,0 transform normal
output DP-4 mode 1920x1080 position 1920,10 transform normal
}
profile HomeAS {
output eDP-1 mode 1920x1080@60Hz position 1920,0
output DP-5 mode 1920x1080@60Hz position 3830,0
output DP-6 mode 1920x1080@60Hz position 0,0
output eDP-1 mode 1920x1080 position 850,1080 transform normal
output DP-5 mode 1920x1080 position 0,0 transform normal
output DP-6 mode 1920x1080 position 1920,10 transform normal
}
profile StreamSage {
output eDP-1 mode 1920x1080@60Hz position 1910,0
output DP-7 mode 1920x1080@60Hz position 3830,0
output DP-6 mode 1920x1080@60Hz position 0,0
}
profile StreamSage_duzy {
output eDP-1 mode 1920x1080 position 1930,0
output DP-4 mode 1920x1080 position 0,0
output DP-5 mode 1920x1080 position 3870,0
}

13
.config/sway/autostart Normal file
View File

@ -0,0 +1,13 @@
exec rm /tmp/nwg-shell-check-update.lock
exec wlsunset -t 4500 -T 6500 -l -1 -L -1 -g 1.0
exec swaync -s /home/paramah/.config/swaync/preset-0.css
exec nm-applet --indicator
exec wl-paste --type text --watch cliphist store
exec wl-paste --type image --watch cliphist store
exec_always nwg-autotiling
exec_always nwg-drawer -r -c 6 -is 64 -fscol 2 -s preset-0.css -term foot -ft -pbexit 'nwg-dialog -p exit-sway -c "swaymsg exit"' -pblock 'nwg-lock' -pbpoweroff 'nwg-dialog -p poweroff -c "systemctl -i poweroff"' -pbreboot 'nwg-dialog -p reboot -c "systemctl reboot"' -pbsleep 'nwg-dialog -p sleep -c "systemctl suspend"' -pbsize 48
exec_always nwg-panel -c preset-0 -s preset-0.css
exec_always nwg-shell-check-updates
#exec swayidle timeout 1200 nwg-lock timeout 1800 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
exec nwg-update-indicator
exec_always nwg-screenshot-applet

View File

@ -0,0 +1,46 @@
# Default config for sway
#
# Copy this to ~/.config/sway/config and edit it to your liking.
#
# Read `man 5 sway` for a complete reference.
### Variables
#
# Logo key. Use Mod1 for Alt.
set $mod Mod4
set $alt Mod1
# Home row direction keys, like vim
set $left h
set $down j
set $up k
set $right l
# Your preferred terminal emulator
# set $term foot
set $term alacritty
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
set $menu dmenu_path | dmenu | xargs swaymsg exec --
font Terminus 9
#font pango:SourceCodePro Medium 11
gaps inner 10
default_border none
default_border normal 0
### Output configuration
#
# Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/)
# output * bg ~/Wallpapers/deusex.jpg fill
#for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 ppt 60 ppt, border pixel 10
#set $menu exec $term --class=launcher -e /home/paramah/bin/sway-launcher-desktop.sh
#bindsym $mod+d exec $menu
# include @sysconfdir@/sway/config.d/*
include $HOME/.config/sway/sway.d/*.conf

8
.config/sway/keyboard Normal file
View File

@ -0,0 +1,8 @@
input "type:keyboard" {
xkb_layout pl
repeat_delay 300
repeat_rate 40
xkb_capslock disabled
xkb_numlock disabled
}
bindsym --release Super_L exec $launcher

0
.config/sway/outputs Normal file
View File

5
.config/sway/pointer Normal file
View File

@ -0,0 +1,5 @@
input "type:pointer" {
natural_scroll disabled
scroll_factor 1.0
left_handed disabled
}

View File

@ -15,7 +15,7 @@ workspace 2 output eDP-1
workspace 3 output DP-3
workspace 4 output DP-3
workspace 5 output DP-4
workspace 5 output DP-3
workspace 10 output eDP-1

View File

@ -3,6 +3,7 @@
for_window [app_id="(.*)telegram(.*)"] resize set 900 600, move scratchpad, border pixel 1
for_window [class="Mattermost"] resize set 900 600, move scratchpad, border pixel 1
for_window [title="WhatsApp"] move scratchpad, border pixel 1
for_window [class="Element"] move scratchpad, resize set 1000 800, border pixel 1
for_window [class="discord"] move scratchpad, border pixel 1
for_window [window_role="floating"] floating enable
for_window [class="QSyncthingTray"] floating enable
@ -13,6 +14,8 @@ for_window [class="Gnome-calculator"] floating enable
for_window [class="zoom"] move scratchpad, floating enable
for_window [class="Signal"] move scratchpad
for_window [class="Trilium Notes"] move scratchpad, resize set 1200 800, border normal 2
for_window [class="pavucontrol"] floating enable
for_window [app_id="zenity"] floating enable

View File

@ -147,12 +147,12 @@ bindsym Shift+$mod+b exec rofi-buku
## Screenshot // Screenshot active display // <Print> ##
#bindsym Print exec $BIN_DIR/screenshots.sh display
#bindsym --locked Print exec grim -o "$(swaymsg --type get_outputs --raw | jq -r '.[] | select(.focused) | .name')" - | swappy -f -
bindsym --locked Print exec /usr/share/sway/scripts/grimshot --notify save area - | swappy -f -
bindsym --locked Print exec grimshot --notify save area - | swappy -f -
## Screenshot // Screenshot current window // <><Print> ##
#bindsym $mod+Print exec $BIN_DIR/screenshots.sh window
#bindsym $mod+Print exec swaymsg -t get_tree | jq -r '.. | (.nodes? // empty)[] | select(.focused) | .rect | "\(.x),\(.y) \(.width)x\(.height)"' | grim -g - - | swappy -f -
bindsym $mod+Print exec /usr/share/sway/scripts/grimshot --notify save output - | swappy -f -
bindsym $mod+Print exec grimshot --notify save output - | swappy -f -
## Modify // Monitor brightness up // <XF86MonBrightnessUp> ##
#bindsym XF86MonBrightnessUp exec light -A 5
@ -201,6 +201,8 @@ bindsym $mod+x exec $BIN_DIR/dmenuscreenshare.sh
bindsym $mod+p [class="Mattermost"] scratchpad show
bindsym $mod+Shift+m [class="Thunderbird"] scratchpad show
bindsym $mod+n [class="Trilium Notes"] scratchpad show
bindsym $mod+i exec --no-startup-id /home/paramah/.config/rofi/launchers/type-4/launcher.sh -show window
bindsym $mod+Shift+o exec --no-startup-id ~/.config/rofi/scripts/nmvpnmenu.sh
bindsym $mod+o exec --no-startup-id ~/.config/rofi/scripts/sound.sh

13
.config/sway/touchpad Normal file
View File

@ -0,0 +1,13 @@
input "type:touchpad" {
pointer_accel 0.0
natural_scroll disabled
scroll_factor 1.0
scroll_method two_finger
left_handed disabled
tap enabled
tap_button_map lrm
drag enabled
drag_lock disabled
dwt enabled
middle_emulation enabled
}

6
.config/sway/variables Normal file
View File

@ -0,0 +1,6 @@
set $term foot
set $browser chromium --enable-features=UseOzonePlatform --ozone-platform=wayland
set $filemanager thunar
set $editor vim
set $launcher nwg-drawer
set $exit $launcher

0
.config/sway/workspaces Normal file
View File

View File

@ -0,0 +1,11 @@
[Unit]
Description=CRC daemon
Requires=crc-http.socket
Requires=crc-vsock.socket
[Service]
# This allows systemd to know when startup is not complete (for example, because of a preflight failure)
# daemon.SdNotify(false, daemon.SdNotifyReady) must be called before the startup is successful
Type=notify
ExecStart=/home/paramah/.crc/bin/crc daemon

View File

@ -0,0 +1,9 @@
[Unit]
Description=CRC HTTP socket
[Socket]
ListenStream=%h/.crc/crc-http.sock
Service=crc-daemon.service
[Install]
WantedBy=default.target

View File

@ -0,0 +1,9 @@
[Unit]
Description=CRC vsock socket
[Socket]
ListenStream=vsock::1024
Service=crc-daemon.service
[Install]
WantedBy=default.target

View File

@ -0,0 +1 @@
/home/paramah/.config/systemd/user/crc-http.socket

View File

@ -0,0 +1 @@
/home/paramah/.config/systemd/user/crc-vsock.socket

View File

@ -0,0 +1 @@
/home/paramah/.config/systemd/user/gitwatch@.service

View File

@ -0,0 +1,10 @@
[Unit]
Description=Watch file or directory and git commit all changes. run with: systemctl --user --now enable gitwatch@$(systemd-escape -- "'-r url/to/repository' /path/to/folder").service
[Service]
Environment="SCRIPT_ARGS=%I"
ExecStart=/usr/bin/bash -c "/home/paramah/bin/gitwatch ${SCRIPT_ARGS}"
ExecStop=/bin/true
[Install]
WantedBy=default.target

4
.config/waybar/bin/lampka.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
curl -X POST -d '' http://192.168.88.129:8123/api/webhook/-atYLUfPeumO_uApfB5X5vOst

View File

@ -1,2 +1,2 @@
#!/bin/bash
curl -X POST -d '' http://192.168.88.169:8123/api/webhook/tv_voldown
curl -X POST -d '' http://192.168.88.129:8123/api/webhook/tv_voldown

View File

@ -1,2 +1,2 @@
#!/bin/bash
curl -X POST -d '' http://192.168.88.169:8123/api/webhook/tv_volup
curl -X POST -d '' http://192.168.88.129:8123/api/webhook/tv_volup