mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2025-12-20 15:25:24 +05:30
I understand that it's an antipattern, but it's convenient.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,7 +6,6 @@ google-chrome
|
|||||||
httptoolkit
|
httptoolkit
|
||||||
libfm
|
libfm
|
||||||
lol.toml
|
lol.toml
|
||||||
mimeapps.list
|
|
||||||
ookla
|
ookla
|
||||||
pavucontrol.ini
|
pavucontrol.ini
|
||||||
picom
|
picom
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
/** Generic window ***********************************/
|
/** Generic window ***********************************/
|
||||||
.genwin {
|
.genwin {
|
||||||
background-color: rgba(0,0,0,0);
|
background-color: rgba(46, 52, 64, 0.5);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
}
|
}
|
||||||
.time_hour {
|
.time_hour {
|
||||||
margin : 15px 0px 0px 20px;
|
margin : 10px 0px 0px 20px;
|
||||||
}
|
}
|
||||||
.time_min {
|
.time_min {
|
||||||
margin : 0px 0px 10px 0px;
|
margin : 0px 0px 10px 0px;
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
color: #EBCB8B;
|
color: #EBCB8B;
|
||||||
font-size : 30px;
|
font-size : 30px;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
margin : 0px 0px 20px -20px;
|
margin : 0px 0px 20px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Music ***************************************/
|
/** Music ***************************************/
|
||||||
|
|||||||
@@ -14,11 +14,11 @@
|
|||||||
|
|
||||||
(defwindow time_0
|
(defwindow time_0
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :x "0px"
|
:geometry (geometry :x "50px"
|
||||||
:y "20px"
|
:y "50px"
|
||||||
:width "20%"
|
:width "21%"
|
||||||
:height "200px"
|
:height "200px"
|
||||||
:anchor "top right")
|
:anchor "bottom right")
|
||||||
:stacking "bg"
|
:stacking "bg"
|
||||||
:reserve (struts :distance "40px" :side "top")
|
:reserve (struts :distance "40px" :side "top")
|
||||||
:windowtype "dock"
|
:windowtype "dock"
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ windowrulev2=workspace 4,class:^(pavucontrol)$
|
|||||||
#startup applications
|
#startup applications
|
||||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
exec-once=ssh-agent
|
exec-once=ssh-agent
|
||||||
exec-once=swaybg -i ~/wall/9.png
|
exec-once=swaybg -i ~/wall/12.jpg
|
||||||
exec-once=xrdb -merge $HOME/.config/.Xresource
|
exec-once=xrdb -merge $HOME/.config/.Xresource
|
||||||
exec-once=$hypr_dir/workspace 'focus'
|
exec-once=$hypr_dir/workspace 'focus'
|
||||||
exec-once=eww open-many music_0 time_0
|
exec-once=eww open-many music_0 time_0
|
||||||
|
|||||||
27
mimeapps.list
Normal file
27
mimeapps.list
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
[Default Applications]
|
||||||
|
inode/directory=pcmanfm.desktop
|
||||||
|
image/jpeg=nsxiv.desktop
|
||||||
|
application/pdf=org.pwmt.zathura.desktop
|
||||||
|
text/html=nvim.desktop
|
||||||
|
x-scheme-handler/http=google-chrome.desktop
|
||||||
|
x-scheme-handler/https=google-chrome.desktop
|
||||||
|
x-scheme-handler/about=google-chrome.desktop
|
||||||
|
x-scheme-handler/unknown=google-chrome.desktop
|
||||||
|
image/png=nsxiv.desktop
|
||||||
|
plain/text=nvim.desktop
|
||||||
|
text/x-python=nvim.desktop
|
||||||
|
text/english=nvim.deskop
|
||||||
|
text/plain=nvim.desktop
|
||||||
|
text/x-makefile=nvim.deskop
|
||||||
|
text/x-c++hdr=nvim.deskop
|
||||||
|
text/x-c++src=nvim.deskop
|
||||||
|
text/x-chdr=nvim.deskop
|
||||||
|
text/x-csrc=nvim.deskop
|
||||||
|
text/x-java=nvim.deskop
|
||||||
|
text/x-moc=nvim.deskop
|
||||||
|
text/x-pascal=nvim.deskop
|
||||||
|
text/x-tcl=nvim.deskop
|
||||||
|
text/x-tex=nvim.deskop
|
||||||
|
application/x-shellscript=nvim.deskop
|
||||||
|
text/x-c=nvim.deskop
|
||||||
|
text/x-c++=nvim.deskop
|
||||||
Reference in New Issue
Block a user